#gluon #router #management #freifunk

app gluon-node-sense

Senses problems and maintenance opportunities in your Freifunk routers

4 releases (2 breaking)

0.4.1 Apr 28, 2025
0.4.0 Apr 28, 2025
0.3.0 Apr 27, 2025
0.2.0 Apr 24, 2025

#48 in Visualization

Download history 292/week @ 2025-04-23 50/week @ 2025-04-30

342 downloads per month

MIT license

105KB
471 lines

gluon-node-sense

usage

Usage: gluon-node-sense <COMMAND>

Commands:
  server
  show-deprecated          Show deprecated models as json
  show-deprecated-devices
  help                     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

configuration

The server can be configured using environment variables like these:

export BIND_HOST="0.0.0.0"
export BIND_PORT=8080
export MESHVIEWER_URL='http://hannover.freifunk.net/karte/#!/en/map/'
export NODES_JSON_URL="http://harvester.ffh.zone/api/nodes.json"
export NODES_JSON_POLL_INTERVAL_S=60

deployment

An exemplary deployment looks like this:

gluon-node-sense deployment

and a running instance can most likely be found at http://gluon-node-sense.ffh.zone. It's last update can be evaluate in the GitHub repo under "deployments".

Dependencies

~24–40MB
~669K SLoC