| cmd | ||
| data | ||
| database | ||
| jsontime | ||
| meshviewer | ||
| models | ||
| respond | ||
| rrd | ||
| webserver | ||
| .gitignore | ||
| .gitmodules | ||
| .test-coverage | ||
| .travis.yml | ||
| config_example.toml | ||
| README.md | ||
Respond Collector
respond-collector is a respondd 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 JSON-APIs
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.
Related projects
Collecting data from respondd:
- Node informant written in Go
- HopGlass Server written in Node.js
Respondd for servers:
- respondd branch of ffnord-alfred-announce from FreiFunkNord
- respondd from Sunz3r