gluon-node-sense

Crates.iogluon-node-sense
lib.rsgluon-node-sense
version0.4.1
created_at2025-04-24 23:31:32.397239+00
updated_at2025-04-28 14:07:13.994197+00
descriptionSenses problems and maintenance opportunities in your Freifunk routers.
homepage
repositoryhttps://github.com/freifunkh/gluon-node-sense
max_upload_size
id1648381
size248,332
Jan-Niklas Burfeind (AiyionPrime)

documentation

README

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='https://hannover.freifunk.net/karte/#!/en/map/'
export NODES_JSON_URL="https://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 https://gluon-node-sense.ffh.zone. It's last update can be evaluate in the GitHub repo under "deployments".

Commit count: 107

cargo fmt