LoRa_APRS_iGate/data/igate_conf.json
richonguzman 3af07a8b30 1
2023-06-07 19:58:06 -04:00

48 lines
1,018 B
JSON

{
"callsign": "CD2RXU-10",
"stationMode": 4,
"iGateComment": "LoRa_APRS_iGate",
"digirepeaterComment": "LoRa_APRS_Digirepeater" ,
"wifi": {
"AP": [
{ "SSID": "Richon",
"Password": "k4fPnmg5qnyf",
"Latitude": -33.0338131,
"Longitude": -71.5737237
},
{ "SSID": "Jimenita",
"Password": "mg6wyMhqRnxk",
"Latitude": -33.0312492,
"Longitude": -71.5796215
}
],
"checkInterval": 30
},
"aprs_is": {
"passcode": "23201",
"server": "soam.aprs2.net",
"port": 14580,
"softwareName": "ESP32_LoRa_iGate",
"softwareVersion": "0.1.1",
"reportingDistance": 30
},
"lora": {
"frequencyTx": 433900000,
"frequencyRx": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"keepLastPacketOnScreen": true,
"timeout": 2
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30,
"statusAfterBoot": true,
"defaultStatus": "https://github.com/richonguzman/LoRa_APRS_iGate"
}
}