This a feature release of the app potato-mesh v0.4.0. It contains new features, improved design, some tweaks the frontend, and an improved ingestor that also works via Bluetooth.
- Bluetooth (BLE) is supported now by the ingestor script, just set
MESH_SERIAL="ED:4D:9E:95:CF:60"to the devices hardware address - Added support for telemetry, environmental data, and neighbors and integrated them into the frontend
- Add a private mode that hides chat and messages, just set app to
PRIVATE=1 - Added armv7 Docker images for older Raspberry Pi
What's Changed
- fix api in readme by @l5yth in #197
- Update node last seen when ingesting encrypted messages by @l5yth in #198
- Update Docker documentation by @l5yth in #200
- Add linux/armv7 container builds and configuration options by @l5yth in #201
- Handle offline-ready map fallback by @l5yth in #202
- Add private mode to hide chat and message APIs by @l5yth in #204
- Add telemetry API and ingestion support by @l5yth in #205
- Stop repeating ingestor node info snapshot and timestamp debug logs by @l5yth in #210
- Normalize stored message debug output by @l5yth in #211
- Improve debug logging for node and telemetry data by @l5yth in #213
- Update node last seen when events are received by @l5yth in #212
- Add debug logs for unknown node creation and last-heard updates by @l5yth in #214
- Add neighbor info ingestion and API endpoints by @l5yth in #218
- Add BLE and fallback mesh interface handling by @l5yth in #219
- Adjust mesh priorities and receive topics by @l5yth in #220
- Handle Bluetooth shutdown hangs gracefully by @l5yth in #221
- Add clear control to filter input by @l5yth in #225
- Visualize neighbor connections on map canvas by @l5yth in #224
- Reduce neighbor line opacity by @l5yth in #226
- Add telemetry environment metrics to node UI by @l5yth in #227
- Show neighbor short names in info overlays by @l5yth in #228
- Improve live node positions and expose precision metadata by @l5yth in #231
- Remove last position timestamp from map info overlay by @l5yth in #233
- Hide humidity and pressure columns on mobile by @l5yth in #232
- Add overlay for clickable neighbor links on map by @l5yth in #234
- Hide Air Util Tx column on mobile by @l5yth in #235
- Add legend toggle for neighbor lines by @l5yth in #236
- Reformat neighbor overlay layout by @l5yth in #237
Full Changelog: v0.3.0...v0.4.0
