mirror of
https://github.com/pe1hvh/meshcore-gui.git
synced 2026-03-28 17:42:38 +01:00
10 lines
255 B
Python
10 lines
255 B
Python
"""
|
|
MeshCore Observer — Read-Only Archive Monitor Dashboard.
|
|
|
|
Standalone daemon that reads archive JSON files produced by
|
|
meshcore_gui and meshcore_bridge, aggregates them, and presents
|
|
a unified NiceGUI monitoring dashboard.
|
|
"""
|
|
|
|
__version__ = "1.2.0"
|