Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 797 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 797 Bytes

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.