Bandwidth Monitor
Bandwidth Monitor
by hansendc (community developer)description: App to monitor bandwidth on a router or other device. For now, It requires that the server of the stats spit them out in a specific format. This runs on at leaset the Chumby One and Chumby8.
The data format from the server is very simple. It's a plain-text file with values, one per line:
interface_name<tab>1234<tab>5678
An example of how to do this on an OpenWRT system is here:
http://git.sr71.net/?p=bandwidth-monitor.git;a=blob;f=server_side/lua
and an example of the output is here:
http://git.sr71.net/?p=bandwidth-monitor.git;a=blob_plain;f=server_side/example_script_output.txt;hb=master
You'll also need to grant access to your cgi server with a "crossdomain.xml" file. One can be found here:
http://git.sr71.net/?p=bandwidth-monitor.git;a=blob_plain;f=server_side/crossdomain.xml;hb=master
TODO:
* make colors tunable
This app cannot be previewed online.
chumby industries is providing these community-developed apps as a courtesy and makes no representations regarding the apps or any information related to them. Any questions, complaints or claims regarding the apps should be directed to the appropriate author.

Comments
There are currently no comments.
Log in to leave a comment.