ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
This fixes PR #238 (which was only included in the v4.1.0 release). It fixes the time (replaces int type by time.Duration) and fixes the last-seen comparison clause. It also cleans up the internal variable naming. |
||
|---|---|---|
| .github | ||
| cmd/chirpstack-gateway-bridge | ||
| internal | ||
| packaging | ||
| .gitignore | ||
| .gitmodules | ||
| .goreleaser.yml | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile-devel | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
ChirpStack Gateway Bridge
ChirpStack Gateway Bridge is a service which converts LoRa® Packet Forwarder protocols into a ChirpStack common data-format (JSON and Protobuf). This component is part of the ChirpStack open-source LoRaWAN® Network Server project.
Note: For installation on the gateway, using the ChirpStack MQTT Forwarder is the preferred solution.
Backends
The following packet-forwarder backends are provided:
Integrations
The following integrations are provided:
- Generic MQTT broker
- GCP Cloud IoT Core MQTT Bridge
- Azure IoT Hub
Documentation
Please refer to the ChirpStack documentation for more information.
License
ChirpStack Gateway Bridge is distributed under the MIT license. See LICENSE.