Default Config
This is my default configuration file, which is based on a P25 Phase 1/2 system and a Cap+ Multi-Site system in my area.
White the Cap+ site is listed as ConventionalDMR it seems to be doing well as I've set up a channels.csv file for it to pull from. I don't think I've got that implemented correctly, but its mostly working.
{
"ver": 2,
"sources": [
{
"center": 852300000,
"rate": 2560000,
"error": 0,
"gain": 55,
"digitalRecorders": 8,
"agc": false,
"driver": "osmosdr",
"device": "rtl=0"
},
{
"center": 451237500,
"rate": 2560000,
"error": 0,
"gain": 55,
"digitalRecorders": 8,
"agc": false,
"driver": "osmosdr",
"device": "rtl=1"
}
],
"systems": [
{
"name": "Topaz RWS",
"control_channels": [
852750000,
852825000,
853275000,
853350000
],
"channels": [
852075000,
852250000,
852300000,
852425000,
852800000,
852675000,
852900000,
853050000,
853200000,
853500000,
853525000,
854087500
],
"type": "p25",
"modulation": "qpsk",
"squelch": -160,
"digitalLevels": 9,
"talkgroupsFile": "talkgroups-topaz.csv",
"recordUnknown": false,
"shortName": "TRWS",
"callLog": true,
"hideEncrypted": true,
"hideUnknownTalkgroups": false
},
{
"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"
}