LoRa_APRS_iGate/data/igate_conf.json

99 lines
2.2 KiB
JSON
Raw Normal View History

2023-03-26 14:12:27 +02:00
{
2024-01-12 06:03:49 +01:00
"callsign": "NOCALL-10",
"wifi": {
2024-02-24 14:08:42 +01:00
"autoAP": {
"password": "1234567890",
2024-10-07 03:30:44 +02:00
"timeout": 10
2024-02-24 14:08:42 +01:00
},
2024-03-07 17:46:38 +01:00
"AP": []
2023-08-31 04:36:47 +02:00
},
2024-03-07 17:46:38 +01:00
"beacon": {
2024-02-24 14:08:42 +01:00
"latitude": 0.0,
2024-03-07 17:46:38 +01:00
"longitude": 0.0,
"comment": "LoRa APRS",
"interval": 15,
"overlay": "L",
2024-03-10 00:14:24 +01:00
"symbol": "a",
2024-03-07 17:46:38 +01:00
"path": "WIDE1-1",
"sendViaAPRSIS": false,
"sendViaRF": false
},
2023-08-31 04:36:47 +02:00
"aprs_is": {
2024-03-07 17:46:38 +01:00
"active": false,
2024-01-12 06:03:49 +01:00
"passcode": "XYZVW",
"server": "rotate.aprs2.net",
2023-08-31 04:36:47 +02:00
"port": 14580,
2024-03-07 17:50:47 +01:00
"filter": "m/10",
2024-05-20 23:57:58 +02:00
"messagesToRF": false,
"objectsToRF": false
2023-08-31 04:36:47 +02:00
},
2024-05-24 01:27:10 +02:00
"digi": {
2024-10-08 06:03:58 +02:00
"mode": 0,
2025-04-24 14:07:29 +02:00
"ecoMode": 0
2024-05-24 01:27:10 +02:00
},
2023-08-31 04:36:47 +02:00
"lora": {
2024-03-07 17:46:38 +01:00
"txFreq": 433775000,
"rxFreq": 433775000,
2023-08-31 04:36:47 +02:00
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
2024-03-07 17:46:38 +01:00
"power": 20,
"txActive": false,
"rxActive": true
2023-08-31 04:36:47 +02:00
},
"display": {
"alwaysOn": true,
"timeout": 4,
2024-02-24 14:08:42 +01:00
"turn180": false
2023-08-31 04:36:47 +02:00
},
2024-05-24 02:13:05 +02:00
"battery": {
2024-05-24 04:52:17 +02:00
"sendInternalVoltage": false,
2024-05-24 16:00:21 +02:00
"monitorInternalVoltage": false,
"internalSleepVoltage": 2.9,
2024-05-24 04:52:17 +02:00
"sendExternalVoltage": false,
2024-05-24 16:00:21 +02:00
"externalVoltagePin": 34,
"monitorExternalVoltage": false,
2024-06-26 23:10:07 +02:00
"externalSleepVoltage": 10.9,
"voltageDividerR1": 100.0,
2024-09-22 18:34:13 +02:00
"voltageDividerR2": 27.0,
2025-01-02 01:56:13 +01:00
"sendVoltageAsTelemetry": false
2024-05-24 02:13:05 +02:00
},
2024-10-05 13:48:08 +02:00
"wxsensor": {
2024-05-24 02:13:05 +02:00
"active": false,
"heightCorrection": 0,
"temperatureCorrection": 0.0
2024-05-13 20:00:07 +02:00
},
2024-05-24 01:27:10 +02:00
"syslog": {
"active": false,
2025-01-02 01:56:13 +01:00
"server": "lora.link9.net",
"port": 1514
2024-05-24 01:27:10 +02:00
},
"tnc": {
"enableServer": false,
"enableSerial": false,
"acceptOwn": false
},
2023-08-31 04:36:47 +02:00
"ota": {
2024-02-24 14:08:42 +01:00
"username": "",
2023-09-21 02:28:17 +02:00
"password": ""
2023-08-31 04:36:47 +02:00
},
2024-08-13 20:48:08 +02:00
"webadmin": {
"username": "admin",
"password": ""
},
2024-10-14 16:44:22 +02:00
"ntp": {
2025-01-04 16:30:22 +01:00
"gmtCorrection": 0.0
2024-10-14 16:44:22 +02:00
},
2025-03-09 14:23:34 +01:00
"remoteManagement": {
"managers": "",
"rfOnly": true
},
2023-08-31 04:36:47 +02:00
"other": {
"rememberStationTime": 30,
2024-05-23 01:19:25 +02:00
"backupDigiMode": false,
"rebootMode": false,
"rebootModeTime": 6
2024-06-26 19:05:45 +02:00
},
"personalNote": "",
2025-03-09 14:23:34 +01:00
"blacklist": ""
2024-03-10 00:14:24 +01:00
}