lancezhangsf / lora-gateway-bridge

LoRa Gateway Bridge abstracts the packet_forwarder protocol into JSON over MQTT

Home Page:http://docs.loraserver.io/lora-gateway-bridge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoRa Gateway Bridge

Build Status GoDoc Gitter chat

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.

Documentation

See http://docs.loraserver.io/lora-gateway-bridge for documentation about setting up LoRa Gateway Bridge.

Compatibility

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

Downloads

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 / feature-requests

Issues or feature-requests can be opened at https://github.com/brocaar/lora-gateway-bridge/issues.

License

LoRa Gateway Bridge is distributed under the MIT license. See LICENSE.

About

LoRa Gateway Bridge abstracts the packet_forwarder protocol into JSON over MQTT

http://docs.loraserver.io/lora-gateway-bridge/

License:MIT License


Languages

Language:Go 98.1%Language:Makefile 1.7%Language:Shell 0.2%