mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-05 15:24:40 +01:00
33 lines
701 B
JSON
33 lines
701 B
JSON
{
|
|
"callsign": "CD2RXU-11",
|
|
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
|
|
"wifi": {
|
|
"active": true,
|
|
"AP": [
|
|
{ "SSID": "Jimenicita", "password": "mg6wyMhqRnxk" },
|
|
{ "SSID": "Richon", "password": "k4fPnmg5qnyf" }
|
|
],
|
|
"wifiPositions": [
|
|
{ "latitude": -33.0312173, "longitude": -71.5795816 },
|
|
{ "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": 10
|
|
}
|
|
}
|