LoRa_APRS_iGate/data/igate_conf.json
2023-06-13 00:02:25 -04:00

52 lines
954 B
JSON

{
"callsign": "NOCALL-10",
"stationMode": 1,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "ssid": "WIFI_1",
"password": "password_1",
"latitude": 0.0000000,
"longitude": 0.0000000
},
{ "ssid": "WIFI_2",
"password": "password_2",
"latitude": 0.0000000,
"longitude": 0.0000000
}
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": 0.0000000,
"longitude": 0.0000000
},
"aprs_is": {
"passcode": "VWXYZ",
"server": "soam.aprs2.net",
"port": 14580,
"reportingDistance": 30
},
"lora": {
"iGateFreq": 433775000,
"digirepeaterTxFreq": 433900000,
"digirepeaterRxFreq": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"timeout": 4
},
"syslog": {
"active": false,
"server": "192.168.0.100",
"port": 514
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30
}
}