On Tue, Mar 16, 2021 at 08:57 AM, Steve N4IRS wrote:
edit Analog_Reflector.json to configure the reflector
Port Question: Analog_Reflector.json
(I have a working Allstar to DMR Gateway) AM trying to configure the Analog_Reflector now...
I pulled my usrpTxPort and usrpRxPort (below) from my working Analog Bridge settings.
(always confused about ports - if they need to be reversed). Is below OK?
what should the "mobile port" be?
Thanks!
N0ECT
{
"nodeName":"DVSwitch",
"dmrID":"1108299",
"abAddress": "127.0.0.1",
"usrpTxPort": "32001",
"usrpRxPort": "34001",
"mobilePort": "12346",
"wsPort": "443",
"keyDir": "./ssl/",
"siteroot": "./arRoot",
"logFileName": "/var/log/dvswitch/Analog_Reflector.log",
"logLevel": "2",
"disallowUnknownClients": false,
"brokerURL": "mqtt://localhost:1883",
"rightsMask": "4",
"autoMute": true,
"clientModes": ["DMR", "STFU", "DSTAR|D-Star", "NXDN", "P25", "YSF", "ASL|AllStar", "Intercom"],
"bridges": {
"asl": [
{"node" : "1999", "address" : "127.0.0.1", "rxPort" : "34001", "txPort" : "32001", "rights" : 3, "amiUserName" : "admin", "amiSecret" : "llcgi"}
],
"ab" : [
{"name" : "DMR", "address" : "127.0.0.1", "rxPort" : "51100", "txPort" : "51103", "rights" : 1},
{"name" : "D-Star", "address" : "127.0.0.1", "rxPort" : "52100", "txPort" : "52103", "rights" : 1},
{"name" : "NXDN", "address" : "127.0.0.1", "rxPort" : "53100", "txPort" : "53103", "rights" : 1},
{"name" : "P25", "address" : "127.0.0.1", "rxPort" : "54100", "txPort" : "54103", "rights" : 1},
{"name" : "YSF", "address" : "127.0.0.1", "rxPort" : "55100", "txPort" : "55103", "rights" : 1}
]
}
}