https://github.com/beaufour/fios-stats
Fetches network stats from the Fios Quantum Gateway router
https://github.com/beaufour/fios-stats
Last synced: about 1 month ago
JSON representation
Fetches network stats from the Fios Quantum Gateway router
- Host: GitHub
- URL: https://github.com/beaufour/fios-stats
- Owner: beaufour
- License: apache-2.0
- Created: 2019-09-11T19:34:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T21:36:07.000Z (over 2 years ago)
- Last Synced: 2025-12-13T16:46:43.649Z (7 months ago)
- Language: Rust
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/beaufour/fios-stats)
Simple program to fetch stats from the Fios Quantum Gateway router.
Usage
=====
> fios-stats -p [-i ]
Example:
> fios-stats -p secret_password -i 'http://192.168.0.12:8086/write?db=fios_data'
This fetches the stats using the admin password `secret_password` and stores the data in the influxdb at
`http://192.168.0.12:8086/write?db=fios_data`.
Notes
=====
This is my first Rust program so it is probably not as good Rust as it should be...
Compiling
=========
As long as you are running Rust `nightly` it should just be a question of `cargo build` and you are
good.