From 5d7e471497fc995b5653fbf6c5db752996389a79 Mon Sep 17 00:00:00 2001 From: Geno Date: Mon, 14 Mar 2016 11:02:10 +0100 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c3ac2e..e3b6a04 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Respond Collector `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/) * Provide information via Websocket- and JSON-APIs ## Usage ``` -Usage of ./micro-daemon: +Usage of ./RespondCollector: -config path/to/config.yml ``` @@ -29,4 +29,3 @@ One Instance is running under `/nodes` which send updates or new Nodes, ### Issues 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.