LoRa_APRS_iGate/data/igate_conf.json

58 lines
1.1 KiB
JSON
Raw Normal View History

2023-03-26 09:12:27 -03:00
{
"callsign": "CD2RXU-11",
"stationMode": 5,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "ssid": "Richon",
2023-07-30 17:12:50 -04:00
"password": "k4fPnmg5qnyf",
"latitude": -33.0337313,
"longitude": -71.5737261
},
2023-07-30 11:59:56 -04:00
{ "ssid": "iPhone Richon",
"password": "1234poto5678",
"latitude": -32.9543284,
"longitude": -71.1202063
2023-03-26 13:19:01 -03:00
}
2023-06-08 19:31:27 -04:00
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": -32.9543284,
"longitude": -71.1202063
2023-06-04 21:58:02 -04:00
},
2023-03-26 09:12:27 -03:00
"aprs_is": {
2023-07-30 17:12:50 -04:00
"passcode": "23202",
2023-07-16 16:24:09 -04:00
"server": "euro.aprs2.net",
2023-03-26 18:29:43 -03:00
"port": 14580,
2023-06-04 11:23:26 -04:00
"reportingDistance": 30
2023-03-26 09:12:27 -03:00
},
"lora": {
2023-06-08 17:09:05 -04:00
"iGateFreq": 433775000,
2023-06-19 00:52:40 -04:00
"digirepeaterTxFreq": 433775000,
"digirepeaterRxFreq": 433900000,
2023-06-04 10:10:39 -04:00
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
2023-03-26 09:59:06 -03:00
"power": 20
2023-03-26 09:12:27 -03:00
},
"display": {
2023-06-04 10:10:39 -04:00
"alwaysOn": true,
2023-06-19 20:17:23 -04:00
"timeout": 4,
"turn180" : false
2023-06-04 10:10:39 -04:00
},
"syslog": {
2023-06-17 19:53:15 -04:00
"active": false,
2023-06-19 21:09:38 -04:00
"server": "192.168.0.100",
"port": 514
},
2023-06-04 10:10:39 -04:00
"other": {
2023-06-17 19:53:15 -04:00
"beaconInterval": 15,
2023-07-06 01:01:10 -04:00
"rememberStationTime": 30,
"sendBatteryVoltage": false,
"lastWiFiCheck": 15
2023-06-17 18:28:40 -04:00
},
"bme": {
2023-06-19 20:36:06 -04:00
"active": false
2023-03-26 09:59:06 -03:00
}
2023-06-04 10:10:39 -04:00
}