LoRa_APRS_iGate/data/igate_conf.json

39 lines
776 B
JSON
Raw Normal View History

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