Skip to content

Releases: chirpstack/chirpstack-gateway-bridge

2.4.0

08 Apr 11:28
Compare
Choose a tag to compare

Features:

  • LoRa Gateway Bridge can now manage the packet-forwarder configuration (channels).
    See Send / receive data for more information.

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

2.3.2

05 Mar 13:00
Compare
Choose a tag to compare

Improvements:

  • Expose the following MQTT options for the MQTT gateway backend:
    • QoS (quality of service)
    • Client ID
    • Clean session on connect

Bugfixes:

  • Use topic from configuration file on re-connect (this was still hardcoded).

2.3.1

26 Feb 16:29
Compare
Choose a tag to compare

Improvements:

  • MQTT topics are now configurable through the configuration file.
    See Configuration.

2.3.0

08 Feb 18:30
Compare
Choose a tag to compare

Features:

  • LoRa Gateway Bridge uses a new configuration file format.
    See configuration for more information.

  • Support MQTT client certificate authentication (#74).

Upgrade notes:

When upgrading using the .deb package / using apt or apt-get, your
configuration will be automatically migrated for you. In any other case,
please see configuration.

2.2.0

13 Dec 10:56
Compare
Choose a tag to compare

Features:

  • LoRa Gateway Bridge now publishes TX acknowledgement messages over MQTT.
    See MQTT topics.

  • TX (GPS) timeSinceGPSEpoch field is now exposed to transmit at given
    time since GPS epoch (1980-01-06, only possible when the gateway
    has a GPS time source).

  • RX (GPS) timeSinceGPSEpoch field is now exposed, containing the time
    since GPS epoch (1980-01-06, only available when the gateway has a GPS
    time source).

Bugfixes:

  • Without GPS time source, the gateway would use 0001-01-01T00:00:00Z
    as RX time. The time field is now omitted when unavailable.

2.1.6

01 Dec 20:40
Compare
Choose a tag to compare

Features:

  • Add Kerlink iBTS compatibility (multi antenna and multi board).

2.1.5

28 Jun 14:25
Compare
Choose a tag to compare

Improvements:

  • --mqtt-ca-cert / MQTT_CA_CERT configuration flag was added to
    specify an optional CA certificate
    (thanks @minggi).

Bugfixes:

  • MQTT client library update which fixes an issue where during a failed
    re-connect the protocol version would be downgraded
    (paho.mqtt.golang#116).

2.1.4

27 Mar 14:20
Compare
Choose a tag to compare
  • Retry connecting to MQTT broker on startup (thanks @jcampanell-cablelabs).
  • Make latitude, longitude and altitude optional as this data is not always
    provided by the packet_forwarder and would else incorrectly be set to 0.

2.1.3

15 Feb 11:39
Compare
Choose a tag to compare
  • Provide TXPacketsReceived and TXPacketsEmitted in stats.
  • Implement --skip-crc-check / SKIP_CRC_CHECK config flag to disable CRC
    checks by LoRa Gateway Bridge.

2.1.2

27 Sep 18:21
Compare
Choose a tag to compare
implement optional iPol field