Skip to content
/ net_mon Public

net_mon is a C program that monitors network usage and displays the information on a 32x16 led matrix using a Raspberry Pi.

License

Notifications You must be signed in to change notification settings

ritlew/net_mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

net_mon

net_mon is a C program that monitors network usage and displays them on a 32x16 led matrix.

Tested and deployed on a Rasbperry Pi 2 model B under Raspbian 7 (wheezy).

Building

Compilation is done with the following command

make

Running

Simply:

sudo ./net_mon

Example

Loading a video on YouTube:

Photo of monitor in action

Top half is upload, lower than the lower half.
Bottom half is download.

Row 0 and 8 are scales for the graphs
Row 0 upload scale: two dots, so the highest line in the upload graph is at least 256 KBps
Row 1 download scale: seven dots, so the highest line in the download graph is at least 1536 KBps
Formula is 256 * (number_of_dots - 1)

About

net_mon is a C program that monitors network usage and displays the information on a 32x16 led matrix using a Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published