LoRa_APRS_iGate/data/igate_conf.json
2023-06-04 21:58:02 -04:00

52 lines
1.1 KiB
JSON

{
"callsign": "CD2RXU-10",
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "SSID": "Richon",
"Password": "k4fPnmg5qnyf",
"Latitude": -33.0338131,
"Longitude": -71.5737237
},
{ "SSID": "Jimenita",
"Password": "mg6wyMhqRnxk",
"Latitude": -33.0312492,
"Longitude": -71.5796215
}
]
},
"network": {
"DHCP": false,
"ip": "192.168.0.50",
"subnet": "255.255.255.0",
"gateway": "192.168.0.1",
"dns1": "8.8.8.8",
"dns2": "8.8.4.4"
},
"aprs_is": {
"passcode": "23201",
"server": "soam.aprs2.net",
"port": 14580,
"softwareName": "ESP32_LoRa_iGate",
"softwareVersion": "0.1.1",
"reportingDistance": 30
},
"lora": {
"enableTx": true,
"frequency": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"keepLastPacketOnScreen": true,
"timeout": 2
},
"other": {
"beaconInterval": 15,
"statusAfterBoot": true,
"defaultStatus": "https://github.com/richonguzman/LoRa_APRS_iGate"
}
}