Yet another node info collector - for respondd to be used with meshviewer to Grafana (with influxdb or graphite) https://www.gitbook.com/book/freifunkbremen/yanic/details
Go to file
Geno 76e5e27f34 Update config_example.yaml (correct paths) 2016-03-14 11:03:24 +01:00
data Update comment on Statistics 2016-03-12 18:18:35 +01:00
models v2 for nodes.json -> statistics.clients not number 2016-03-14 10:38:09 +01:00
respond move and rename project 2016-03-13 14:10:33 +01:00
websocketserver Use direct assignment 2016-02-26 10:40:17 +01:00
.gitignore move and rename project 2016-03-13 14:10:33 +01:00
.gitmodules switch to config-file 2016-03-07 09:52:52 +01:00
README.md Update README 2016-03-14 11:02:10 +01:00
config_example.yaml Update config_example.yaml (correct paths) 2016-03-14 11:03:24 +01:00
main.go move and rename project 2016-03-13 14:10:33 +01:00
stats_db.go move and rename project 2016-03-13 14:10:33 +01:00

README.md

Respond Collector

Respond Collector is a respond client that fetches, stores and publishes information about a Freifunk network. The goals:

  • Generating JSON for MeshViewer (Works with branch JSONv2)
  • Storing statistics in InfluxDB to be analyzed by Grafana
  • Provide information via Websocket- and JSON-APIs

Usage

Usage of ./RespondCollector:
  -config path/to/config.yml

Development

respond

It send the gluon-neighbour-info request and collect them together.

It will send UDP packetes by the multicast group ff02:0:0:0:0:0:2:1001 and port 1001.

modes.Nodes

It cached the Informations of the Nodes and will save them periodical to a JSON file. The current nodes are saved default under nodes.json.

websocketserver

One Instance is running under /nodes which send updates or new Nodes, which are collected by respond.

Issues

Later there should be also /aliases Websocket with Authentification to manage the aliases.json with the request for changes.