Book Image

Building a Home Security System with BeagleBone

By : William Pretty
Book Image

Building a Home Security System with BeagleBone

By: William Pretty

Overview of this book

One of the best kept secrets of the security industry is just how simple the monitoring hardware actually is - BeagleBone has all the computing power you need to build yourself an extremely sophisticated access control, alarm panel, and home automation and network intrusion-detection system. Security companies make a fortune each year by charging exorbitant fees to their customers. You will learn how easy it is to make an alarm system with Beaglebone. A company-maintained-and-monitored alarm system has its place - your dear old mum is probably not going to be creating her own system any time soon. But if you are reading this book, you are probably a builder or a hobbyist with all the skills required to do it yourself. With Building a Home Security System with BeagleBone, you will learn everything you need to know to develop your own state-of-the-art security system, all for less than a year's worth of monitoring charges from your local alarm company! You will start by building and testing your hardware and open source software on an experimenter's prototype board before progressing to more complex systems. You will then learn how to test your new creations in a modular fashion and begin to utilize BeagleBone. Once your system is built and tested, you will install some of the professional-grade sensors used in modern alarm systems and learn how to use them. You will also discover how to extend your alarm system in a variety of different ways. The only limit will be your imagination.
Table of Contents (16 chapters)

MyTraceRoute


Installation could not be simpler. Perform the following steps for installing MyTraceRoute:

  1. Change to the /usr/src/ directory and then type:

    wget https://launchpad.net/mtr/main/0.85/+download/mtr-0.85.tar.gz
    

    This will download the gzip tar ball to the user source directory.

  2. Then, unzip the file into the directory using the following command:

    tar -zxvf mtr-0.85.tar.gz.
    
  3. Change to the directory that was created when the files were unzipped in the preceding step and type the following commands:

    ./configure
    make
    make install
    

    That's it. You are done.

Note

File locations can be a moving target so if the preceding wget command doesn't work, a Google search should provide another location. The command is the same, but with a different web address.

Trace route examples

Here, we have a couple of examples of the software at work. This example shows the route from my lab computer to the Yahoo! site:

Route to Yahoo!

In this example, 192.168.10.1 is the Internet gateway on my system's router. Lines...