This repository was archived by the owner on May 2, 2025. It is now read-only.
0.16.0
Note: LoRa Server now requires a PostgreSQL (9.5+) database to persist the
gateway data. See getting started for more information.
Features:
- Gateway management and gateway stats:
- API methods have been added to manage gateways (including GPS location).
- GPS location of receiving gateways is added to uplink frames published
to the application-server. - Gateway stats (rx / tx) are aggregated on intervals specified in
--gw-stats-aggregation-intervals(make sure to set the correct
--timezone!). - When
--gw-create-on-statsis set, then gateways will be automatically
created when receiving gateway stats.
- LoRa Server will retry to connect to the MQTT broker when it isn't available
(yet) on startup, instead of failing.