Lorawan Server Versions Save

Compact server for private LoRaWAN networks

v0.6.7

5 years ago

Bug fixes and minor improvements:

  • Added http_custom_web config option to serve user-defined files
  • Added trim_interval config option to modify the database trimming interval
  • Addes support for more handler fields: desc, gpsalt, gpspos
  • Downlink handlers can now return a list to trigger multiple messages

This is the last release that supports Erlang/OTP 19.2. Please note that SMTP functions in this (and all previous releases) will not work with Erlang 22 due to https://github.com/Vagabond/gen_smtp/issues/168.

v0.6.6

5 years ago

Bug fixes and minor improvements:

  • config http_content_security replaced by more flexible http_extra_headers

v0.6.4

5 years ago

Bug fixes and very minor improvements. Thanks to @xypron.

v0.6.3

5 years ago

Bug fixes and very minor improvements.

v0.6.2

5 years ago

Bug fixes and minor improvements:

  • WebSocket connectors now support HTTP Basic authentication

v0.6.1

5 years ago

Bug fixes and minor improvements:

  • Server now rejects join requests with a previously used DevNonce (database updated)
  • Enhanced connection status monitoring

v0.6.0

5 years ago

Major release with several significant improvements:

  • Introduced scopes and ability define individual access authorizations
  • Health monitoring can send e-mail and/or Slack message when an alert is raised or became worse
  • Several servers can be joined into a cluster for high-availability (experimental), thanks to @altishchenko
  • LoRaWAN 1.0.3 compatibility and new LoRaWAN MAC commands: DutyCycleReq, DeviceTimeReq
  • "Purge" button to clean Events and Received Frames
  • Downlink frames are logged and displayed in the Dashboard timeline

This is the first version compatible with Erlang 21.

Note The database structure was modified, mainly Areas and Groups were introduced. After migrating from version 0.5.x to 0.6.x you need to assign Profiles to Groups and Gateways to Areas.

v0.5.5

5 years ago

Bug fixes and minor improvements:

  • Added RU868 region
  • By default HTTP is forwarded to HTTPS (if enabled)

Until this release the lorawan-server supports Erlang 19 and 20 only. Do not use it with Erlang 21. The first release for Erlang 21 will be 0.6.

v0.5.4

6 years ago

Bug fixes and minor improvements:

  • Support for netid and tmms handler fields
  • Possibility to enable (and disable) logging of unknown frames
  • Report when the gateway's GPS was last available

v0.5.3

6 years ago

Bug fixes and minor improvements:

  • Added a MongoDB connector that can save uplink frames to a database
  • Added support for ASCII Text payloads