-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdrplay-mqtt-rdio-eastside-config-example.json
57 lines (57 loc) · 1.24 KB
/
sdrplay-mqtt-rdio-eastside-config-example.json
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
53
54
55
56
57
{
"ver": 2,
"frequencyFormat": "mhz",
"logLevel": "info",
"sources": [
{
"center": 852712500,
"rate": 6000000,
"error": 460,
"gain": 30,
"digitalRecorders": 20,
"driver": "osmosdr",
"device": "soapy,driver=sdrplay,serial=1707023620"
}
],
"systems": [
{
"control_channels": [
854287500,
853825000,
851887500,
852862500
],
"type": "p25",
"talkgroupsFile": "psern_talkgroups.csv",
"squelch": -50,
"digitalLevels": 1,
"compressWav": false,
"shortName": "PSERN",
"talkgroupDisplayFormat": "tag_id",
}
],
"plugins": [
{
"name": "rdioscanner_uploader",
"library": "librdioscanner_uploader.so",
"server": "http://localhost:3000",
"systems": [
{
"shortName": "PSERN",
"apiKey": "haha nice try",
"systemId": 11628
}
]
},
{
"name": "MQTT Status",
"library": "/usr/local/lib/trunk-recorder/libmqtt_status_plugin.so",
"broker": "mqtt://localhost:1883",
"topic": "robotastic/feeds",
"unit_topic": "robotastic/units",
"username": "robotastic",
"password": "",
"console_logs": true
}
]
}