MeshAddicts / meshinfo

Realtime web UI to run against a Meshtastic regional or private mesh network.
https://svm1.meshinfo.network
11 stars 4 forks source link

Move config into json or yaml #12

Closed kevinelliott closed 1 week ago

kevinelliott commented 1 month ago

Right now config is defined in config.py as a dict, but realistically this is not ideal.

We probably need something that combines a standard JSON/YAML plus some additional dynamic massaging.

kevinelliott commented 1 week ago

Added in https://github.com/MeshAddicts/meshinfo/pull/20