LoRa_APRS_iGate/data/igate_conf.json

57 lines
1.1 KiB
JSON
Raw Normal View History

2023-03-26 14:12:27 +02:00
{
2023-07-31 05:56:55 +02:00
"callsign": "NOCALL-10",
"stationMode": 1,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
2023-07-31 05:56:55 +02:00
{ "ssid": "Wifi_1",
"password": "wifi_1_password",
"latitude": 0.0000000,
"longitude": 0.0000000
},
2023-07-31 05:56:55 +02:00
{ "ssid": "Wifi_2",
"password": "wifi_2_password",
"latitude": 0.0000000,
"longitude": 0.0000000
2023-07-31 05:53:59 +02:00
}
2023-06-09 01:31:27 +02:00
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
2023-07-31 05:56:55 +02:00
"latitude": 0.0000000,
"longitude": 0.0000000
2023-06-05 03:58:02 +02:00
},
2023-03-26 14:12:27 +02:00
"aprs_is": {
2023-07-31 05:56:55 +02:00
"passcode": "VWXYZ",
"server": "euro.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-19 06:52:40 +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-07-31 05:56:55 +02:00
"alwaysOn": true,
2023-06-20 02:17:23 +02:00
"timeout": 4,
"turn180" : false
2023-06-04 16:10:39 +02:00
},
"syslog": {
2023-06-18 01:53:15 +02:00
"active": false,
2023-06-20 03:09:38 +02:00
"server": "192.168.0.100",
"port": 514
},
2023-06-04 16:10:39 +02:00
"other": {
2023-06-18 01:53:15 +02:00
"beaconInterval": 15,
2023-07-06 07:01:10 +02:00
"rememberStationTime": 30,
2023-07-31 05:53:59 +02:00
"sendBatteryVoltage": false
2023-06-18 00:28:40 +02:00
},
"bme": {
2023-06-20 02:36:06 +02:00
"active": false
2023-03-26 14:59:06 +02:00
}
2023-06-04 16:10:39 +02:00
}