mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
big update:
* add better timer functions * add better configuration * add DIGI mode
This commit is contained in:
parent
1cbe124b6c
commit
7c23c2f1f4
4 changed files with 346 additions and 239 deletions
|
|
@ -1,24 +1,36 @@
|
|||
{
|
||||
"Wifi":
|
||||
"version":1,
|
||||
"callsign":"NOCALL-10",
|
||||
"wifi":
|
||||
{
|
||||
"Name":"",
|
||||
"Password":""
|
||||
"active":false,
|
||||
"AP": [
|
||||
{ "SSID":"", "password":"" }
|
||||
]
|
||||
},
|
||||
"IS":
|
||||
"beacon":
|
||||
{
|
||||
"Call":"NOCALL-10",
|
||||
"Password":"",
|
||||
"Server":"austria.aprs2.net",
|
||||
"Port":14580
|
||||
},
|
||||
"Beacon":
|
||||
{
|
||||
"Message":"LoRa IGATE (RX only), Info: github.com/peterus/LoRa_APRS_iGate",
|
||||
"Pos":
|
||||
"message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate",
|
||||
"position":
|
||||
{
|
||||
"Lat":"4819.82N",
|
||||
"Long":"01418.68E"
|
||||
},
|
||||
"Timeout":15
|
||||
"latitude":0.000000,
|
||||
"longitude":0.000000
|
||||
}
|
||||
},
|
||||
"aprs_is":
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue