Chirpstack Gateway Bridge Versions Save

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.

v4.0.0

1 year ago

v4.0.0

Features

This release implements the ChirpStack v4 API interface. Please note that this version is not compatible with ChirpStack v3.

v3.14.3

1 year ago

v3.14.3

Bugfixes

  • Fix incorrect handling of MQTT token timeout, causing re-connect to not work in some cases. (#210)

v4.0.0-rc.1

1 year ago

v3.14.2

1 year ago

v3.14.2

Bugfixes

  • Basics Station: Prefer gpstime over rxtime in case both are available.

v3.14.1

1 year ago

v3.14.1

Improvements

  • Update dependencies.
  • Update to Go 1.18.

v3.14.0

1 year ago

v3.14.0

Features

  • Add support for periodic time-sync requests (Basics Station).

Improvements

  • Make it possible to use 32bit downlink tokens instead of 16bit only (will be used by ChirpStack v4).

v3.13.3

2 years ago

v3.13.3

Improvements

  • Update MQTT client to latest version.
  • Add timeout to MQTT token wait.
  • Basics Station backend:
    • Add WORKAROUND_IGNORE_RX_TIME flag (environment variable) to disable the parsing of rxtime in cases where the gateway does not provide a correct rxtime value.

v3.13.2

2 years ago

v3.13.2

Improvements

  • Expose SX1302 / SX1303 ftime as plain fine-timestamp if available.
  • Consolidate Tektelic .ipk packages to single kona architecture.

v3.13.1

2 years ago

v3.13.1

Bugfixes

  • Fix stats Hz to kHz conversion for Concentratord backend.

v3.13.0

2 years ago

v3.13.0

Features

Gateway metrics

This implements the aggregation of additional gateway metrics:

  • Uplink & downlink count split by frequency
  • Uplink & downlink count split by modulation parameters
  • Downlink (attempts) split by status

Improvements

  • Docker images added for ARM v6, v7 and ARM64. (#198)

Bugfixes

  • Correct the command_url logged. (#197)