LoRa_APRS_iGate/data/igate_conf.json

121 lines
2.8 KiB
JSON
Raw Permalink 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,
2025-08-18 04:04:22 +02:00
"sendViaRF": false,
2025-10-15 19:18:43 +02:00
"beaconFreq": 1,
2025-08-18 04:04:22 +02:00
"statusActive": false,
2025-09-04 00:00:15 +02:00
"statusPacket": "",
"gpsActive": false,
2025-11-30 14:15:01 +01:00
"ambiguityLevel": 0
2024-03-07 17:46:38 +01:00
},
2023-08-31 04:36:47 +02:00
"aprs_is": {
2024-03-07 17:46:38 +01:00
"active": false,
2025-08-29 20:18:13 +02:00
"messagesToRF": false,
"objectsToRF": false,
2024-01-12 06:03:49 +01:00
"server": "rotate.aprs2.net",
2025-08-29 20:18:13 +02:00
"passcode": "XYZVW",
2023-08-31 04:36:47 +02:00
"port": 14580,
2025-08-29 20:18:13 +02:00
"filter": "m/10"
2023-08-31 04:36:47 +02:00
},
2025-08-29 20:18:13 +02:00
"personalNote": "",
"blacklist": "",
2024-05-24 01:27:10 +02:00
"digi": {
2024-10-08 06:03:58 +02:00
"mode": 0,
2025-10-15 15:58:30 +02:00
"ecoMode": 0
2024-05-24 01:27:10 +02:00
},
2023-08-31 04:36:47 +02:00
"lora": {
2025-10-13 06:33:41 +02:00
"rxActive": true,
2024-03-07 17:46:38 +01:00
"rxFreq": 433775000,
2025-10-13 06:33:41 +02:00
"rxSpreadingFactor": 12,
"rxCodingRate4": 5,
"rxSignalBandwidth": 125000,
2024-03-07 17:46:38 +01:00
"txActive": false,
2025-10-13 06:33:41 +02:00
"txFreq": 433775000,
"txSpreadingFactor": 12,
"txCodingRate4": 5,
"txSignalBandwidth": 125000,
"power": 20
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
"monitorExternalVoltage": false,
2024-06-26 23:10:07 +02:00
"externalSleepVoltage": 10.9,
2025-12-01 17:29:54 +01:00
"useExternalI2CSensor": false,
2024-06-26 23:10:07 +02:00
"voltageDividerR1": 100.0,
2024-09-22 18:34:13 +02:00
"voltageDividerR2": 27.0,
2025-12-01 17:29:54 +01:00
"externalVoltagePin": 34,
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",
2025-08-20 18:32:05 +02:00
"port": 1514,
"logBeaconOverTCPIP": false
2024-05-24 01:27:10 +02:00
},
"tnc": {
"enableServer": false,
"enableSerial": false,
2025-10-15 20:11:07 +02:00
"acceptOwn": false,
"aprsBrigdeActive": false
2024-05-24 01:27:10 +02:00
},
2025-08-29 20:18:13 +02:00
"mqtt": {
"active": false,
"server": "",
"topic": "",
"username": "",
"password": "",
2025-10-11 18:22:08 +02:00
"port": 1883,
"beaconOverMqtt": false
2025-08-29 20:18:13 +02:00
},
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": ""
},
2025-03-09 14:23:34 +01:00
"remoteManagement": {
"managers": "",
"rfOnly": true
2025-08-29 20:18:13 +02:00
},
"ntp": {
2025-10-11 17:40:07 +02:00
"server": "pool.ntp.org",
2025-08-29 20:18:13 +02:00
"gmtCorrection": 0.0
},
2023-08-31 04:36:47 +02:00
"other": {
"rememberStationTime": 30,
2024-05-23 01:19:25 +02:00
"backupDigiMode": false,
"rebootMode": false,
2025-10-12 19:21:51 +02:00
"rebootModeTime": 6,
"startupDelay": 0
2025-08-29 20:18:13 +02:00
}
2024-03-10 00:14:24 +01:00
}