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
Zaunei 8fcf9c496e Fix Typo in INSTALL.md (#37) 2017-03-12 16:09:18 +01:00
cmd Rename everthing to Yanic (#28) 2017-03-03 16:19:35 +01:00
data [TASK] Store gateway6 from gluon-package gluon-radv-filterd (fixed #30) 2017-03-06 20:23:06 +01:00
database Rename everthing to Yanic (#28) 2017-03-03 16:19:35 +01:00
init/linux-systemd Rename everthing to Yanic (#28) 2017-03-03 16:19:35 +01:00
jsontime improve complete code with comments and co (thanks linter) 2017-01-20 22:27:44 +01:00
meshviewer [TASK] Store gateway6 from gluon-package gluon-radv-filterd (fixed #30) 2017-03-06 20:23:06 +01:00
models [BUGFIX] graph.go runs into deadlock (#32) 2017-03-07 16:47:58 +01:00
respond Rename everthing to Yanic (#28) 2017-03-03 16:19:35 +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 Rename everthing to Yanic (#28) 2017-03-03 16:19:35 +01:00
INSTALL.md Fix Typo in INSTALL.md (#37) 2017-03-12 16:09:18 +01:00
README.md [TASK] [Yanic] Update README bagde travis for new name Yanic 2017-03-03 16:00:33 +01:00
config_example.toml Update example config.json 2017-03-05 20:56:41 +01:00

README.md

Yanic

__   __          _
\ \ / /_ _ _ __ (_) ___
 \ V / _` | '_ \| |/ __|
  | | (_| | | | | | (__
  |_|\__,_|_| |_|_|\___|
Yet another node info collector

(previously respond-collector)

Build Status Coverage Status

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

  • Generating JSON for Meshviewer
  • Storing statistics in InfluxDB to be analyzed by Grafana
  • Provide a little webserver for a standalone installation with a meshviewer

Usage

Usage of ./yanic:
  -config path/to/config.toml

Configuration

Read comments in config_example.toml for more information.

Live

  • meshviewer Freifunk Bremen with a patch to show state-version of nodes.json
  • grafana Freifunk Bremen show data of InfluxDB

How it works

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.

If a node does not answer, it will request with the last know address under the port 1001.

Collecting data from respondd:

Respondd for servers: