| Crates.io | gluon-node-sense |
| lib.rs | gluon-node-sense |
| version | 0.4.1 |
| created_at | 2025-04-24 23:31:32.397239+00 |
| updated_at | 2025-04-28 14:07:13.994197+00 |
| description | Senses problems and maintenance opportunities in your Freifunk routers. |
| homepage | |
| repository | https://github.com/freifunkh/gluon-node-sense |
| max_upload_size | |
| id | 1648381 |
| size | 248,332 |
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
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
An exemplary deployment looks like this:

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".