diff options
| author | Marin Ivanov <[email protected]> | 2025-09-03 20:59:24 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2025-09-03 20:59:24 +0300 |
| commit | 220671ed46e10e4c67741286da493df1d45cdcfc (patch) | |
| tree | 0711f179f4619959fd937c2929c6247ed8ab124a /config.json.example | |
Initial release
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..14ab023 --- /dev/null +++ b/config.json.example @@ -0,0 +1,43 @@ +{ + "nodeID": "7rpREQ==", + "name": "oti sho", + "shortName": "oti", + "defaultHops": 1, + "maxHops": 1, + "nodeBroadcastInterval": 1200, + "x25519Key": "", + "position": { + "broadcastInterval": 86400, + "latitude": 51.5014760, + "longitude": -0.1406340, + "altitude": 2.0 + }, + "deviceMetrics": { + "broadcastInterval": 300, + "upsAddress": "upsname@localhost" + }, + "channels": [ + { + "name": "ShortFast", + "psk": "1PG7OiApB1nwvP+rz05pAQ==" + }, + { + "name": "Blagoevgrad", + "psk": "1PG7OiApB1nwvP+rz05pAQ==" + }, + { + "name": "Bulgaria", + "psk": "1PG7OiApB1nwvP+rz05pAQ==" + } + ], + "kavaModem": { + "address": "127.0.0.1:3333" + }, + "mqttIf": { + "address": "mqtt://127.0.0.1:1883", + "username": "meshdev", + "password": "large4cats", + "clientId": "motisho", + "root": "msh/Bulgaria" + } +} |
