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
Martin/Geno c95ae7e12a
[TASK] add procstat
2018-05-16 11:19:57 +02:00
.github Add PR template for communities using Yanic 2018-01-13 16:37:37 +01:00
cmd [TASK] make yanic babel compatible (#104) 2018-05-05 23:30:22 +02:00
contrib [TASK] Add editorconfig & format code (#94) 2017-11-06 00:59:42 +01:00
data [TASK] add procstat 2018-05-16 11:19:57 +02:00
database [TASK] add procstat 2018-05-16 11:19:57 +02:00
docs [TASK] improve autoselect ip_address (#137) 2018-05-08 19:32:03 +02:00
lib lib/duration: Implement encoding.TextUnmarshaler 2018-01-13 15:06:18 +01:00
output [TASK] make yanic babel compatible (#104) 2018-05-05 23:30:22 +02:00
respond [TASK] improve autoselect ip_address (#137) 2018-05-08 19:32:03 +02:00
rrd [TEST] increase test coverage of package runtime to maximum (#75) 2017-10-12 15:25:00 +02:00
runtime [TASK] make yanic babel compatible (#104) 2018-05-05 23:30:22 +02:00
webserver Move config structs to packages 2018-01-13 15:06:18 +01:00
.drone.yml add drone 2018-05-05 23:30:24 +02:00
.editorconfig [TASK] Add editorconfig & format code (#94) 2017-11-06 00:59:42 +01:00
.gitignore Add Go Dep 2018-05-15 21:56:28 +02:00
.gitmodules switch to config-file 2016-03-07 09:52:52 +01:00
.test-coverage Refactor testfiles script 2018-05-15 21:56:36 +02:00
.test-testfiles Refactor testfiles script 2018-05-15 21:56:36 +02:00
.travis.gofmt.sh Ignore vendor/ for CI 2018-05-15 21:56:32 +02:00
.travis.yml Refactor testfiles script 2018-05-15 21:56:36 +02:00
Gopkg.lock Add Go Dep 2018-05-15 21:56:28 +02:00
Gopkg.toml Add Go Dep 2018-05-15 21:56:28 +02:00
INSTALL.md [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00
LICENSE Use license from Github template 2018-01-06 15:11:02 +01:00
README.md Readme: explain frontend of Freifunk Nord and Kiel 2018-01-14 15:27:41 +01:00
SUMMARY.md [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00
book.json [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00
circle.yml Add Go Dep 2018-05-15 21:56:28 +02:00
config_example.toml [TASK] do not send multicast request (#121) 2018-05-05 23:30:23 +02:00
main.go Switch to cobra for the CLI 2017-10-01 17:09:12 +02:00

README.md

Yanic

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

Build Status CircleCI Coverage Status codecov Go Report Card

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 or Graphite to be analyzed by Grafana
  • Provide a little webserver for a standalone installation with a meshviewer

How it works

In the first step Yanic sends a multicast message to the group ff02:0:0:0:0:0:2:1001 and port 1001. Recently seen nodes that does not reply are requested via a unicast message.

Documentation

Take a look at the git or Gitbook

Configuration

Read comments in config_example.toml for more information.

Running

Yanic provides several commands:

Usage

Run Yanic without any arguments to get the usage information:

Usage:
  yanic [command]

Available Commands:
  help        Help about any command
  import      Imports global statistics from the given RRD files, requires InfluxDB
  query       Sends a query on the interface to the destination and waits for a response
  serve       Runs the yanic server

Flags:
  -h, --help         help for yanic
      --timestamps   Enables timestamps for log output

Use "yanic [command] --help" for more information about a command.

Serve

Usage:
  yanic serve [flags]

Examples:
  yanic serve --config /etc/yanic.toml

Flags:
  -c, --config string   Path to configuration file (default "config.toml")
  -h, --help            help for serve

Import

Usage:
  yanic import <file.rrd> [flags]

Examples:
  yanic import --config /etc/yanic.toml olddata.rrd

Flags:
  -c, --config string   Path to configuration file (default "config.toml")
  -h, --help            help for import

Query

Usage:
  yanic query <interface> <destination> [flags]

Examples:
  yanic query wlan0 "fe80::eade:27ff:dead:beef"

Flags:
  -h, --help       help for query
      --wait int   Seconds to wait for a response (default 1)

Communities using Yanic

Do you know someone else using Yanic? Create a pull request!

Collecting data from respondd:

Respondd for servers:

License

This software is licensed under the terms of the AGPL v3 License.