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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/beaufour/fios-stats.svg)](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.