Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

v2.0.0-test.1

Pre-release
Pre-release

Choose a tag to compare

@brocaar brocaar released this 23 Jul 09:06
· 398 commits to master since this release

v2.0.0 (in development)

Upgrade nodes

Before upgrading to v2, first make sure you have the latest v1 installed and running
(including LoRa App Server). As always, it is recommended to make a backup
first :-)

Features

  • LoRaWAN 1.1 support!
  • Support for signaling received (encrypted) AppSKey from join-server to
    application-server on security context change.
  • Support for Key Encryption Keys, used for handling encrypted keys from the
    join-server.

Changes

  • LoRa Server calls the SetDeviceStatus API method of LoRa App Server
    when it receives a DevStatusAns mac-command.
  • Device-sessions are stored using Protobuf encoding in Redis
    (more compact storage).
  • Cleanup of gRPC API methods and arguments to follow the Protobuf style-guide
    and to make message re-usable. When you're integrating directly with the
    LoRa Server gRPC API, then you must update your API client as these changes are
    backwards incompatible!
  • Config option added to globally disable ADR.
  • Config option added to override default downlink tx power.