mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-19 13:25:11 +00:00
Adding MQTT for local APRS Packet storage.
This commit is contained in:
parent
580f318760
commit
b099a2ecf8
10 changed files with 165 additions and 4 deletions
|
|
@ -65,5 +65,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"mqtt": {
|
||||
"active": false,
|
||||
"server": "",
|
||||
"port": 1883,
|
||||
"name": "",
|
||||
"password": "",
|
||||
"topic": "LoraAPRS/Data"
|
||||
},
|
||||
"ntp_server": "pool.ntp.org"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue