This repository was archived by the owner on May 2, 2025. It is now read-only.
0.23.3
Improvements:
- Device-status (battery and link margin) returns
256as value when battery
and / or margin status is (yet) not available. - Extra logging has been added:
- gRPC API calls (to the gRPC server and by the gRPC clients) are logged
asinfo - Executed SQL queries are logged as
debug
- gRPC API calls (to the gRPC server and by the gRPC clients) are logged
- LoRa Server will wait 2 seconds between scheduling Class-C downlink
transmissions to the same device, to avoid that sequential Class-C downlink
transmissions collide (in case of running a cluster of LoRa Server instances).
Internal changes:
- The project moved to using dep as vendoring
tool. In case you run into compiling issues, remove thevendorfolder
(which is not part of the repository anymore) and runmake requirements.