LoRa_APRS_iGate/data/igate_conf.json
richonguzman 3617da4e8a 0.0.1
2023-03-26 09:59:06 -03:00

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
}
}