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
Ludwig Thomeczek c7aeb97fe5 Update README.md
Typos
2016-12-22 20:58:19 +01:00
api api aliases delete cleanup 2016-07-13 00:09:49 +02:00
cmd Add small query command 2016-12-22 03:59:27 +01:00
data Add wireless statistics (airtime) 2016-12-22 20:25:58 +01:00
database Add measurements for models and firmwares 2016-12-15 14:30:56 +01:00
jsontime Increase test coverage 2016-11-20 19:18:59 +01:00
meshviewer Remove indirection of Flags 2016-10-08 12:06:47 +02:00
models Add wireless statistics (airtime) 2016-12-22 20:25:58 +01:00
respond Add wireless statistics (airtime) 2016-12-22 20:25:58 +01:00
rrd fix bugs rrd importer -> clients are no nodes :) 2016-10-04 15:00:54 +02:00
.gitignore Move main to cmd/respond-collector 2016-12-22 01:10:11 +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 Update go versions for Travis 2016-10-07 22:51:58 +02:00
README.md Update README.md 2016-12-22 20:58:19 +01:00
config_example.yml Expire nodes after n days of inactivity 2016-10-08 10:51:31 +02: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.yml

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: