-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathraven.conf.example
More file actions
executable file
·52 lines (52 loc) · 1.32 KB
/
Copy pathraven.conf.example
File metadata and controls
executable file
·52 lines (52 loc) · 1.32 KB
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
44
45
46
47
48
49
50
51
52
{
"debug": 1,
"role": "client_mute",
"callsign": "KJ6DZB-10",
"meshtastic": {
"address": "192.168.1.100"
},
"meship": {},
"aprs": {
"enabled": false,
"callsign": "KJ6DZB-10",
"channel": "APRS og==",
"default_group": "APRSgroup1",
"inline_max_members": 10,
"backend": {
"type": "aprsis",
"host": "rotate.aprs2.net",
"port": 14580,
"tx_enabled": false
},
"groups": [
{
"name": "APRSgroup1",
"members": [ "KJ6DZB-4", "KJ6DZB-10" ],
"repeat_member_messages": false,
"rate_limit_seconds": 20,
"max_members": 10
}
]
},
"location": {
"latitude": 37.000,
"longitude": -122.000,
"altitude": 10,
"precision": 15
},
"platform_debian": {
"store": "/tmp/at"
},
"maxhops": 7,
"messages": {},
"channels": [
{ "namekey": "AREDN og==", "telemetry": false },
{ "namekey": "APRS og==", "telemetry": false },
{ "namekey": "LongFast AQ==", "telemetry": true, "meshtastic": true }
],
"telemetry": {
"environmental_weewx": {
"url": "http://weewx.home/current_minimal.json"
}
}
}