Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirpstack/chirpstack-gateway-bridge
ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://github.com/chirpstack/chirpstack-gateway-bridge
chirpstack json lora lorawan mqtt protobuf
Last synced: 5 days ago
JSON representation
ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
- Host: GitHub
- URL: https://github.com/chirpstack/chirpstack-gateway-bridge
- Owner: chirpstack
- License: mit
- Created: 2016-02-27T08:43:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T07:48:08.000Z (8 months ago)
- Last Synced: 2024-05-20T00:15:59.208Z (7 months ago)
- Topics: chirpstack, json, lora, lorawan, mqtt, protobuf
- Language: Go
- Homepage: https://www.chirpstack.io
- Size: 1.65 MB
- Stars: 412
- Watchers: 56
- Forks: 269
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ChirpStack Gateway Bridge
![Tests](https://github.com/brocaar/chirpstack-gateway-bridge/actions/workflows/main.yml/badge.svg?branch=master)
ChirpStack Gateway Bridge is a service which converts LoRa® Packet Forwarder protocols
into a ChirpStack [common data-format](https://github.com/chirpstack/chirpstack/blob/master/api/proto/gw/gw.proto) (JSON and Protobuf).
This component is part of the ChirpStack open-source LoRaWAN® Network Server project.## Backends
The following packet-forwarder backends are provided:
* [Semtech UDP packet-forwarder](https://github.com/Lora-net/packet_forwarder)
* [Basic Station packet-forwarder](https://github.com/lorabasics/basicstation)
* [ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord/)## Integrations
The following integrations are provided:
* Generic MQTT broker
* [GCP Cloud IoT Core MQTT Bridge](https://cloud.google.com/iot-core/)
* [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/)## Documentation
Please refer to the [ChirpStack documentation](https://www.chirpstack.io/) for
more information.## License
ChirpStack Gateway Bridge is distributed under the MIT license. See
[LICENSE](https://github.com/brocaar/chirpstack-gateway-bridge/blob/master/LICENSE).