app categories » authors » hansendc

Apps by hansendc profile

  • Bandwidth Monitor

    by: hansendc (community developer)

    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

    created: 05/18/11
    updated: 12/09/11
    popularity rank: 851
    average rating:
    • Currently 4/5 Stars.