LoRa_APRS_iGate/data/is-cfg.json

49 wiersze
722 B
JSON
Czysty Zwykły widok Historia

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