LoRa_APRS_iGate/data/igate_conf.json

57 lines
1 KiB
JSON
Raw Normal View History

2023-03-26 09:12:27 -03:00
{
2023-06-19 21:09:38 -04:00
"callsign": "NOCALL-10",
"stationMode": 1,
2023-06-07 19:34:18 -04:00
"iGateComment": "LoRa_APRS_iGate",
2023-03-26 09:12:27 -03:00
"wifi": {
"AP": [
2023-06-19 21:09:38 -04:00
{ "ssid": "WIFI_1",
"password": "password_1",
"latitude": 0.0000000,
"longitude": 0.0000000
2023-03-26 13:19:01 -03:00
},
2023-06-19 21:09:38 -04:00
{ "ssid": "WIFI_2",
"password": "password_2",
"latitude": 0.0000000,
"longitude": 0.0000000
2023-03-26 13:19:01 -03:00
}
2023-06-08 19:31:27 -04:00
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
2023-06-19 21:09:38 -04:00
"latitude": 0.0000000,
"longitude": 0.0000000
2023-06-04 21:58:02 -04:00
},
2023-03-26 09:12:27 -03:00
"aprs_is": {
2023-06-19 21:09:38 -04:00
"passcode": "VWXYZ",
2023-03-27 00:32:27 -03:00
"server": "soam.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
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
}