An open API service indexing awesome lists of open source software.

https://github.com/dbrgn/asus-traffic-fetcher

Fetch internet traffic data from the Asus RT-N66U web interface.
https://github.com/dbrgn/asus-traffic-fetcher

Last synced: 3 months ago
JSON representation

Fetch internet traffic data from the Asus RT-N66U web interface.

Awesome Lists containing this project

README

          

ASUS Traffic Fetcher
====================

Fetch internet traffic data from the Asus RT-N66U web interface and output it
as CSV.

Requirements
------------

- Python 2 or 3
- python-requests library

Usage
-----

::

Usage:
asus_traffic.py [-i ] [--tls] -u -p
asus_traffic.py -h | --help
asus_traffic.py -v | --version

Options:
-h --help Show this screen.
-v --version Show version.
-i The router IP address [default: 192.168.1.1].
--tls Use HTTPS on port 8443.
-u The router username.
-p The router password.

Example output::

date, rx, tx, total
2014-07-05, 1143762, 974313, 2118075