LoRa Gateway Bridge is a service which abstracts the packet_forwarder UDP protocol running on most LoRa gateways into JSON over MQTT. It enables you to use MQTT for receiving data from and sending data to your gateways. This project is part of LoRa Server.
See http://docs.loraserver.io/lora-gateway-bridge for documentation about setting up LoRa Gateway Bridge.
The table below shows the compatibility between LoRa Gateway Bridge and the packet_forwarder UDP protocol versions:
LoRa Gateway Bridge | packet_forwarder protocol version | Note |
---|---|---|
1.x.x | 1 | |
2.0.x | 2 | This protocol is used since version 3.0.0 of the packet_forwarder |
>= 2.1.x | 1 & 2 simultaneously | Both protocol versions are supported and auto-detected |
Pre-compiled binaries are available from the releases page:
- Linux (including ARM / Raspberry Pi)
- OS X
- Windows
Source-code can be found at https://github.com/brocaar/lora-gateway-bridge.
Issues or feature-requests can be opened at https://github.com/brocaar/lora-gateway-bridge/issues.
LoRa Gateway Bridge is distributed under the MIT license. See LICENSE.