Skip to content

varahash/traffic-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traffic-monitor

This is LEDE/OpenWrt package which provides web UI to track users bandwidth usage.

traffic-monitor

Package dependencies

This package has following dependencies:

  • iptaccount
  • coreutils-timeout
  • samba36-client
  • memcached

Building

To build ipk package just run following command:

$ ./build.sh

Installation

To install ipk on your router, you can execute following commands:

$ scp build/traffic-monitor_*_all.ipk <username>@<router_ip>:/tmp
$ ssh <username>@<router_ip>
$ cd /tmp
$ opkg update
$ opkg install traffic-monitor_*_all.ipk

Then open http://<router_ip>/traffic-monitor/index.html link in your favorite browser.