Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building a Home Security System with BeagleBone

You're reading from   Building a Home Security System with BeagleBone Save money and pursue your computing passion with this guide to building a sophisticated home security system using BeagleBone. From a basic alarm system to fingerprint scanners, all you need to turn your home into a fortress.

Arrow left icon
Product type Paperback
Published in Dec 2013
Publisher Packt
ISBN-13 9781783559602
Length 120 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
William Pretty William Pretty
Author Profile Icon William Pretty
William Pretty
Arrow right icon
View More author details
Toc

IPTraf


The other package we will be installing is called IPTraf, which is short for IP Traffic Monitor. This is a terminal-based program that monitors traffic on any of the interfaces connected to your network or the BeagleBone.

Once again, we save the tar ball to the /usr/src directory and then unzip it to a directory:

  1. First we get the tarball from the source website:

    wget https://fedorahosted.org/releases/i/p/iptraf-ng/iptraf-ng-1.1.4.tar.gz
    
  2. Then, we untar it into a directory:

    tar –xzfv iptraf-ng-1.1.4.tar.gz
    
  3. We then change to the iptraf-ng-1.1.4 directory, which was created previously.

  4. Type the following commands to compile the source code:

    ./configure
    make
    make install
    

    That's it we're done!

Note

One final 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.

Configuring IPTraf

Perform the following steps for configuring IPTraf:

  1. We run the program by...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image