Capacity Plus Multisite Config
The following is a config to monitor a Motorola MotoTRBO Capacity Plus Multisite (formerly known as Linked Capacity Plus or LCP) system. It's set up as ConventionalDMR per the docs, I cant find any info on monitoring/recording anything other than conventional on DMR as of yet.
{
"ver": 2,
"sources": [
{
"center": 451237500,
"rate": 2560000,
"error": 0,
"gain": 55,
"digitalRecorders": 8,
"agc": false,
"driver": "osmosdr",
"device": "rtl=0"
},
{
"center": 452775000,
"rate": 2560000,
"error": 0,
"gain": 55,
"digitalRecorders": 8,
"agc": false,
"driver": "osmosdr",
"device": "rtl=1"
}
],
"systems": [
{
"name": "HH Cap Plus",
"type": "conventionalDMR",
"modulation": "fsk4",
"squelch": -30,
"digitalLevels": 11,
"talkgroupsFile": "talkgroups-hh.csv",
"channelFile": "channels-hh.csv",
"recordUnknown": false,
"shortName": "HH",
"callLog": true,
"hideEncrypted": true,
"hideUnknownTalkgroups": false
}
],
"defaultMode": "digital",
"captureDir": "audio/",
"callTimeout": 10,
"logFile": true,
"frequencyFormat": "mhz"
}