LoRa_APRS_iGate/data/igate_conf.json

39 lines
776 B
JSON
Raw Normal View History

2023-03-26 14:12:27 +02:00
{
2023-03-27 19:25:15 +02:00
"callsign": "NOCALL-10",
2023-03-26 14:59:06 +02:00
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
2023-03-26 23:29:43 +02:00
"beacon_interval": 15,
2023-03-26 14:12:27 +02:00
"wifi": {
"AP": [
2023-03-27 19:25:15 +02:00
{ "SSID": "WiFi_AP_1",
2023-04-27 19:00:20 +02:00
"Password": "password_WiFi_2",
2023-03-27 19:25:15 +02:00
"Latitude": 0.0000000,
"Longitude": 0.0000000
2023-03-26 18:19:01 +02:00
},
2023-03-27 19:25:15 +02:00
{ "SSID": "WiFi_AP_2",
"Password": "password_WiFi_2",
"Latitude": 0.0000000,
"Longitude": 0.0000000
2023-03-26 18:19:01 +02:00
}
2023-03-26 14:59:06 +02:00
]
2023-03-26 14:12:27 +02:00
},
"aprs_is": {
2023-04-27 19:03:02 +02:00
"passcode": "XYZVW",
2023-03-27 05:32:27 +02:00
"server": "soam.aprs2.net",
2023-03-26 23:29:43 +02:00
"port": 14580,
"software_name" : "ESP32_LoRa_iGate",
2023-03-27 06:50:44 +02:00
"software_version" : "0.1.0",
2023-03-26 23:29:43 +02:00
"reporting_distance" : 30
2023-03-26 14:12:27 +02:00
},
"lora": {
2023-03-26 14:59:06 +02:00
"frequency": 433775000,
2023-03-26 14:12:27 +02:00
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
2023-03-26 14:59:06 +02:00
"power": 20
2023-03-26 14:12:27 +02:00
},
"display": {
2023-03-27 19:25:15 +02:00
"always_on": true,
2023-03-26 23:29:43 +02:00
"timeout": 2
2023-03-26 14:59:06 +02:00
}
2023-03-26 14:12:27 +02:00
}