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
Julian Kornberger 82c09ad952 Add configuration option `offline_after` 2017-01-29 21:11:10 +01:00
cmd Remove API and simplify webserver 2017-01-29 20:35:50 +01:00
data first implementation of neighbours count 2017-01-21 03:12:16 +01:00
database Make configuration more intuitive and consistent 2017-01-29 20:35:50 +01:00
jsontime improve complete code with comments and co (thanks linter) 2017-01-20 22:27:44 +01:00
meshviewer Clean up timestamp usage 2017-01-29 21:02:03 +01:00
models Add configuration option `offline_after` 2017-01-29 21:11:10 +01:00
respond improve complete code with comments and co (thanks linter) 2017-01-20 22:27:44 +01:00
rrd fix bugs rrd importer -> clients are no nodes :) 2016-10-04 15:00:54 +02:00
webserver Remove API and simplify webserver 2017-01-29 20:35:50 +01:00
.gitignore Make configuration more intuitive and consistent 2017-01-29 20:35:50 +01:00
.gitmodules switch to config-file 2016-03-07 09:52:52 +01:00
.test-coverage Add Coveralls 2016-03-20 13:51:54 +01:00
.travis.yml Remove API and simplify webserver 2017-01-29 20:35:50 +01:00
README.md Make configuration more intuitive and consistent 2017-01-29 20:35:50 +01:00
config_example.toml Add configuration option `offline_after` 2017-01-29 21:11:10 +01:00

README.md

Respond Collector

Build Status Coverage Status

respond-collector is a respondd client that fetches, stores and publishes information about a Freifunk network. The goals:

Usage

Usage of ./respond-collector:
  -config path/to/config.toml

Development

respond

It sends the gluon-neighbour-info request and collects the answers.

It will send UDP packets with multicast group ff02:0:0:0:0:0:2:1001 and port 1001.

nodes.Nodes

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

Collecting data from respondd:

Respondd for servers: