mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-05 15:24:40 +01:00
37 lines
689 B
JSON
37 lines
689 B
JSON
{
|
|
"callsign": "CD2RXU-11",
|
|
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
|
|
"wifi": {
|
|
"active": true,
|
|
"AP": [
|
|
{ "SSID": "Jimenicita",
|
|
"Password": "mg6wyMhqRnxk",
|
|
"Latitude": -33.0312173,
|
|
"Longitude": -71.5795816
|
|
},
|
|
{ "SSID": "Richon",
|
|
"Password": "k4fPnmg5qnyf",
|
|
"Latitude": -33.0337121,
|
|
"Longitude": -71.5738217
|
|
}
|
|
]
|
|
},
|
|
"aprs_is": {
|
|
"active": true,
|
|
"passcode": "23201",
|
|
"server": "radioaficion.pro",
|
|
"port": 14580
|
|
},
|
|
"lora": {
|
|
"frequency": 433775000,
|
|
"spreading_factor": 12,
|
|
"signal_bandwidth": 125000,
|
|
"coding_rate4": 5,
|
|
"power": 20
|
|
},
|
|
"display": {
|
|
"always_on": true,
|
|
"timeout": 5
|
|
}
|
|
}
|