This repository was archived by the owner on May 2, 2025. It is now read-only.
v2.1.0
v2.1.0
Features
Multicast support
This adds experimental support for creating multicast-groups to which devices can be assigned (potentially covered by multiple gateways).
Updated data-format between LoRa Server and LoRa Gateway Bridge
Note that this is a backwards compatible change as LoRa Server is able to automatically detect the used serizalization format based on the data sent by the LoRa Gateway Bridge.
Protocol Buffer data serialization
This adds support for the Protocol Buffers data serialization introduced by LoRa Gateway Bridge v2.5.0 to save on bandwidth between the LoRa Gateway Bridge and the MQTT.
New JSON format
The new JSON structure re-uses the messages defined for Protocol Buffers based serialization.
Improvements
- Make Redis pool size and idle timeout configurable.
Bugfixes
- Fix panic on empty routing-profile CA cert (#349)
Pre-compiled binaries are available at: https://www.loraserver.io/loraserver/overview/downloads/.