Releases: gotthardp/lorawan-server
Releases · gotthardp/lorawan-server
v0.4.6
v0.4.5
v0.4.4
v0.4.3
Bug fixes and minor improvements:
- Added TX Window device/node parameter to support devices that have troubles listening for downlinks in the RX1 window
- Fixed the systemd service to correctly shutdown the server
- Added Events to the admin menu
- Clarified documentation a bit
v0.4.2
Bug fixes and minor improvements:
- Fixed MQTT reconnection bug (introduced in 0.4.1)
- A change of MQTT subscription topic no longer requires a connector restart
- DevAddr of OTAA nodes can include an (optional) sub-network identifier
- Clarified documentation a bit
v0.4.1
Bug-fixes and minor improvements:
- RXParamSetupAns is confirmed by the server to avoid RXParamSetupAns retransmissions
- JoinAccept is retransmitted alternately in RX2 and RX1 windows to accept devices listening in RX2 only
- WebSocket and MQTT handlers support
deveui
both as a wildcard and as a JSON attribute - Connectors fall back to MQTT 3.1 if a connection using MQTT 3.1.1 fails
- Connectors are more robust against connection failures
- Server supports
retained_rxframes
config parameter to increase the number of retained frames beyond 50 - Server silently ignores non-standard JSON fields sent by the Lorank 8 gateway
- Few documentation enhancements, including integration instructions for IBM Watson
v0.4.0
Bug fixes and several significant improvements:
- Automatic ADR, tested both in EU863-870 and US902-928 band.
Many thanks to http://www.iotini.com for supporting this development. - Support for Class C downlinks, both unicast and multicast.
- Support for MQTT backends, including AWS and Azure.
- Support for Erlang snipplets converting application data to JSON and back.
- Enriched WebSocket/JSON interface with timestamp, RF quality data and device arguments.
- Enhancements to the Docker image, which is now auto-deployable.
- Monitoring of gateway status and list of recent errors/warnings.
The required minimum Erlang/OTP version was increased to 19+.
v0.3.0
Bug fixes and several significant improvements:
- Support for additional regions: US 902-928, CN 779-787, AU 915-928 and CN 470-510 band
- Automatic selection of TX window
- WebSocket with JSON interface and support for ABP devices
- Device battery status retrieval
- Blacklist for links
- Better arranged, tab-based admin pages
- Ability to run as systemd daemon and as Windows service
v0.2.0
Enhanced documentation, bug fixes and several new features:
- Support for confirmed uplinks/downlinks
- Buffer for downlink frames and support for the pending flag
- Manual configuration of Adaptive Data Rate (ADR)
- Framework for application plug-ins
- Websocket interface for applications
- Graphs with RX packet statistics
- Gateway administration
v0.1.0
Initial release of the basic functionality supporting:
- Packet Forwarder gateway
- LoRaMote Demo application
- (Any number of) Class A devices
- Activation by personalization and the over-the-air activation
- Unconfirmed data uplink and downlink
- EU 868 band