LoRa_APRS_iGate/data/igate_conf.json

47 lines
893 B
JSON
Raw Normal View History

2023-03-26 14:12:27 +02:00
{
2023-06-04 16:13:09 +02:00
"callsign": "CD2RXU-10",
2023-06-09 01:31:27 +02:00
"stationMode": 2,
2023-06-08 01:34:18 +02:00
"iGateComment": "LoRa_APRS_iGate",
2023-03-26 14:12:27 +02:00
"wifi": {
"AP": [
2023-06-09 01:31:27 +02:00
{ "ssid": "Richon",
"password": "k4fPnmg5qnyf",
"latitude": -33.0338131,
"longitude": -71.5737237
2023-03-26 18:19:01 +02:00
},
2023-06-09 01:31:27 +02:00
{ "ssid": "Jimenita",
"password": "mg6wyMhqRnxk",
"latitude": -33.0312492,
"longitude": -71.5796215
2023-03-26 18:19:01 +02:00
}
2023-06-09 01:31:27 +02:00
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": -33.0338131,
"longitude": -71.5737237
2023-06-05 03:58:02 +02:00
},
2023-03-26 14:12:27 +02:00
"aprs_is": {
2023-06-04 16:13:09 +02:00
"passcode": "23201",
2023-03-27 05:32:27 +02:00
"server": "soam.aprs2.net",
2023-03-26 23:29:43 +02:00
"port": 14580,
2023-06-04 17:23:26 +02:00
"reportingDistance": 30
2023-03-26 14:12:27 +02:00
},
"lora": {
2023-06-08 23:09:05 +02:00
"iGateFreq": 433775000,
2023-06-09 01:31:27 +02:00
"digirepeaterTxFreq": 433775000,
"digirepeaterRxFreq": 433900000,
2023-06-04 16:10:39 +02:00
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
2023-03-26 14:59:06 +02:00
"power": 20
2023-03-26 14:12:27 +02:00
},
"display": {
2023-06-04 16:10:39 +02:00
"alwaysOn": true,
2023-06-08 05:55:31 +02:00
"timeout": 4
2023-06-04 16:10:39 +02:00
},
"other": {
"beaconInterval": 15,
2023-06-09 06:23:11 +02:00
"rememberStationTime": 30
2023-03-26 14:59:06 +02:00
}
2023-06-04 16:10:39 +02:00
}