-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.washington-psern-sdrplay-mqtt.json
60 lines (60 loc) · 1.62 KB
/
config.washington-psern-sdrplay-mqtt.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
58
59
60
{
"ver": 2,
"frequencyFormat": "mhz",
"sources": [
{
"center": 852712500,
"rate": 5000000,
"error": 460,
"gain": 30,
"digitalRecorders": 16,
"driver": "osmosdr",
"device": "soapy,driver=sdrplay"
}
],
"systems": [
{
"control_channels": [
854287500,
853825000,
851887500,
852862500
],
"type": "p25",
"talkgroupsFile": "psern_talkgroups.csv",
"unitTagsFile": "UnitTags.csv",
"squelch": -50,
"modulation": "qpsk",
"digitalLevels": 1,
"compressWav": false,
"shortName": "PSERN",
"talkgroupDisplayFormat": "tag_id",
"audioArchive": false,
"callLog": true
}
],
"plugins": [
{
"name": "rdioscanner_uploader",
"library": "librdioscanner_uploader.so",
"server": "http://localhost:3000",
"systems": [
{
"shortName": "PSERN",
"apiKey": "",
"systemId": 11628
}
]
},
{
"name": "MQTT Status",
"library": "/usr/local/lib/trunk-recorder/libmqtt_status_plugin.so",
"broker": "tcp://localhost:1883",
"topic": "robotastic/feeds",
"unit_topic": "robotastic/units",
"username": "robotastic",
"password": "",
"console_logs": true
}
]
}