summaryrefslogtreecommitdiff
path: root/config.json.example
blob: 14ab02325adb1f1c72aa61949221f23d14eefc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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"
    }
}