LoRa_APRS_iGate/data/igate_conf.json

121 lines
2.8 KiB
JSON
Raw Normal View History

2023-03-26 09:12:27 -03:00
{
2024-01-12 02:03:49 -03:00
"callsign": "NOCALL-10",
"wifi": {
2024-02-24 14:08:42 +01:00
"autoAP": {
"password": "1234567890",
2024-10-06 22:30:44 -03:00
"timeout": 10
2024-02-24 14:08:42 +01:00
},
2024-03-07 17:46:38 +01:00
"AP": []
2023-08-30 22:36:47 -04: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-09 20:14:24 -03:00
"symbol": "a",
2024-03-07 17:46:38 +01:00
"path": "WIDE1-1",
"sendViaAPRSIS": false,
2025-08-17 22:04:22 -04:00
"sendViaRF": false,
2025-10-15 14:18:43 -03:00
"beaconFreq": 1,
2025-08-17 22:04:22 -04:00
"statusActive": false,
2025-09-03 18:00:15 -04:00
"statusPacket": "",
"gpsActive": false,
2025-11-30 10:15:01 -03:00
"ambiguityLevel": 0
2024-03-07 17:46:38 +01:00
},
2023-08-30 22:36:47 -04:00
"aprs_is": {
2024-03-07 17:46:38 +01:00
"active": false,
2025-08-29 14:18:13 -04:00
"messagesToRF": false,
"objectsToRF": false,
2024-01-12 02:03:49 -03:00
"server": "rotate.aprs2.net",
2025-08-29 14:18:13 -04:00
"passcode": "XYZVW",
2023-08-30 22:36:47 -04:00
"port": 14580,
2025-08-29 14:18:13 -04:00
"filter": "m/10"
2023-08-30 22:36:47 -04:00
},
2025-08-29 14:18:13 -04:00
"personalNote": "",
"blacklist": "",
2024-05-23 19:27:10 -04:00
"digi": {
2024-10-08 01:03:58 -03:00
"mode": 0,
2026-01-20 22:44:03 -03:00
"ecoMode": 0,
"backupDigiMode": false
2024-05-23 19:27:10 -04:00
},
2023-08-30 22:36:47 -04:00
"lora": {
2025-10-13 01:33:41 -03:00
"rxActive": true,
2024-03-07 17:46:38 +01:00
"rxFreq": 433775000,
2025-10-13 01:33:41 -03:00
"rxSpreadingFactor": 12,
"rxCodingRate4": 5,
"rxSignalBandwidth": 125000,
2024-03-07 17:46:38 +01:00
"txActive": false,
2025-10-13 01:33:41 -03:00
"txFreq": 433775000,
"txSpreadingFactor": 12,
"txCodingRate4": 5,
"txSignalBandwidth": 125000,
"power": 20
2023-08-30 22:36:47 -04:00
},
"display": {
"alwaysOn": true,
"timeout": 4,
2024-02-24 14:08:42 +01:00
"turn180": false
2023-08-30 22:36:47 -04:00
},
2024-05-23 20:13:05 -04:00
"battery": {
2024-05-23 22:52:17 -04:00
"sendInternalVoltage": false,
2024-05-24 10:00:21 -04:00
"monitorInternalVoltage": false,
"internalSleepVoltage": 2.9,
2024-05-23 22:52:17 -04:00
"sendExternalVoltage": false,
2024-05-24 10:00:21 -04:00
"monitorExternalVoltage": false,
2024-06-26 17:10:07 -04:00
"externalSleepVoltage": 10.9,
2025-12-01 13:29:54 -03:00
"useExternalI2CSensor": false,
2024-06-26 17:10:07 -04:00
"voltageDividerR1": 100.0,
2024-09-22 13:34:13 -03:00
"voltageDividerR2": 27.0,
2025-12-01 13:29:54 -03:00
"externalVoltagePin": 34,
2025-01-01 21:56:13 -03:00
"sendVoltageAsTelemetry": false
2024-05-23 20:13:05 -04:00
},
2024-10-05 08:48:08 -03:00
"wxsensor": {
2024-05-23 20:13:05 -04:00
"active": false,
"heightCorrection": 0,
"temperatureCorrection": 0.0
2024-05-13 14:00:07 -04:00
},
2024-05-23 19:27:10 -04:00
"syslog": {
"active": false,
2025-01-01 21:56:13 -03:00
"server": "lora.link9.net",
2025-08-20 12:32:05 -04:00
"port": 1514,
"logBeaconOverTCPIP": false
2024-05-23 19:27:10 -04:00
},
"tnc": {
"enableServer": false,
"enableSerial": false,
2025-10-15 15:11:07 -03:00
"acceptOwn": false,
"aprsBrigdeActive": false
2024-05-23 19:27:10 -04:00
},
2025-08-29 14:18:13 -04:00
"mqtt": {
"active": false,
"server": "",
"topic": "",
"username": "",
"password": "",
2025-10-11 13:22:08 -03:00
"port": 1883,
"beaconOverMqtt": false
2025-08-29 14:18:13 -04:00
},
2023-08-30 22:36:47 -04:00
"ota": {
2024-02-24 14:08:42 +01:00
"username": "",
2023-09-20 21:28:17 -03:00
"password": ""
2023-08-30 22:36:47 -04:00
},
2024-08-13 14:48:08 -04:00
"webadmin": {
"username": "admin",
"password": ""
},
2025-03-09 10:23:34 -03:00
"remoteManagement": {
"managers": "",
"rfOnly": true
2025-08-29 14:18:13 -04:00
},
"ntp": {
2025-10-11 12:40:07 -03:00
"server": "pool.ntp.org",
2025-08-29 14:18:13 -04:00
"gmtCorrection": 0.0
},
2023-08-30 22:36:47 -04:00
"other": {
"rememberStationTime": 30,
2024-05-22 19:19:25 -04:00
"rebootMode": false,
2025-10-12 14:21:51 -03:00
"rebootModeTime": 6,
"startupDelay": 0
2025-08-29 14:18:13 -04:00
}
2024-03-09 20:14:24 -03:00
}