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.
- Host: GitHub
- URL: https://github.com/dbrgn/asus-traffic-fetcher
- Owner: dbrgn
- License: mit
- Created: 2014-07-05T12:47:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T13:00:54.000Z (about 12 years ago)
- Last Synced: 2026-01-11T12:59:46.804Z (6 months ago)
- Language: Python
- Size: 132 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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