Skip to content

Releases: gotthardp/lorawan-server

v0.4.6

05 Jul 19:12
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Web-admin can be configured to use HTTPS
  • Backend handlers support the www-form encoding for integration with ThingSpeak
  • List of received frames displays the "confirmed" flag
  • Bugfix of LoRaWAN multicast configuration

v0.4.5

24 Jun 23:06
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Ability to disable status requests when not supported by the Device
  • Gateway MAC can be optionally added to the Backend JSON structures
  • Fixed error when a Connector is having more than one replacement (contributed by @orotemo)
  • Works with Erlang 20

v0.4.4

08 Jun 16:37
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Some JSON elements are now user-selectable
  • Added some warnings for better device/node monitoring
  • Simplified the systemd service and Docker image
  • Clarified documentation a bit again

v0.4.3

03 Jun 12:09
Compare
Choose a tag to compare

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

26 May 08:27
Compare
Choose a tag to compare

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

21 May 08:46
Compare
Choose a tag to compare

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

08 May 11:42
Compare
Choose a tag to compare

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

24 Feb 10:48
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

06 Jan 13:33
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

22 Aug 17:37
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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