LoRa_APRS_iGate/data/is-cfg.json

58 lines
847 B
JSON
Raw Normal View History

2020-07-22 22:21:54 +02:00
{
"callsign":"NOCALL-10",
"wifi":
2020-07-22 22:21:54 +02:00
{
"active":false,
"AP": [
2020-10-25 20:29:45 +01:00
{ "SSID":"YOURSSID", "password":"YOURPASSWORD" }
]
2020-07-22 22:21:54 +02:00
},
"beacon":
2020-07-22 22:21:54 +02:00
{
"message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate",
"position":
{
"latitude":0.000000,
"longitude":0.000000
}
2020-07-22 22:21:54 +02:00
},
"aprs_is":
2020-07-22 22:21:54 +02:00
{
"active":false,
"password":"",
"server":"euro.aprs2.net",
"port":14580,
"beacon":true,
"beacon_timeout":15
},
"digi":
{
"active":false,
"forward_timeout":5,
"beacon":true,
"beacon_timeout":30
},
"lora":
{
"frequency_rx":433775000,
"frequency_tx":433775000,
2020-11-03 22:04:40 +01:00
"power":20,
"spreading_factor":12,
"signal_bandwidth":125000,
"coding_rate4":5
},
"display":
{
"always_on": true,
"timeout":10,
"overwrite_pin":0
2020-11-04 00:15:46 +01:00
},
"ftp":
{
"active":false,
"user": [
{ "name":"ftp", "password":"ftp" }
]
2020-07-22 22:21:54 +02:00
}
}