Update README
This commit is contained in:
parent
58035764b7
commit
5d7e471497
|
@ -1,13 +1,13 @@
|
||||||
# Respond Collector
|
# Respond Collector
|
||||||
|
|
||||||
`Respond Collector` is a respond client that fetches, stores and publishes information about a Freifunk network. The goals:
|
`Respond Collector` is a respond client that fetches, stores and publishes information about a Freifunk network. The goals:
|
||||||
* Generating JSON for [MeshViewer](https://github.com/ffnord/meshviewer)
|
* Generating JSON for [MeshViewer](https://github.com/ffnord/meshviewer) (Works with branch [JSONv2](https://github.com/FreifunkBremen/meshviewer/tree/JSONv2))
|
||||||
* Storing statistics in [InfluxDB](https://influxdata.com/) to be analyzed by [Grafana](http://grafana.org/)
|
* Storing statistics in [InfluxDB](https://influxdata.com/) to be analyzed by [Grafana](http://grafana.org/)
|
||||||
* Provide information via Websocket- and JSON-APIs
|
* Provide information via Websocket- and JSON-APIs
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
Usage of ./micro-daemon:
|
Usage of ./RespondCollector:
|
||||||
-config path/to/config.yml
|
-config path/to/config.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -29,4 +29,3 @@ One Instance is running under `/nodes` which send updates or new Nodes,
|
||||||
### Issues
|
### Issues
|
||||||
Later there should be also `/aliases` Websocket with Authentification to manage the `aliases.json` with the request for changes.
|
Later there should be also `/aliases` Websocket with Authentification to manage the `aliases.json` with the request for changes.
|
||||||
|
|
||||||
A Implementation of the connection to influxdb are also needed, maybe log a little bit to `telegraf` from influxdb.
|
|
||||||
|
|
Loading…
Reference in New Issue