ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT. https://www.chirpstack.io
Find a file
Orne Brocaar 4238596855 Fix #238.
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.
2025-10-09 14:01:33 +01:00
.github Replace docker-compose > docker compose. 2024-08-12 12:24:55 +01:00
cmd/chirpstack-gateway-bridge Fix #238. 2025-10-09 14:01:33 +01:00
internal Fix #238. 2025-10-09 14:01:33 +01:00
packaging Fix Kerlink firewall rule security issue. 2024-03-11 11:52:12 +00:00
.gitignore Move BasicStation channel-plan configuration to config file. 2019-09-09 16:20:12 +02:00
.gitmodules Update chirpstack-hugo-theme submodule. 2019-11-27 11:56:25 +01:00
.goreleaser.yml Migrate to ChirpStack v4 API. 2022-08-03 09:15:42 +01:00
CONTRIBUTING.md Fix forum links. 2019-11-02 10:52:39 +01:00
docker-compose.yml Update Go and Alpine + pin Mosquitto version for testing. 2021-02-24 09:50:25 +00:00
Dockerfile Update Dockerfiles. 2025-10-06 09:38:46 +01:00
Dockerfile-devel Update Dockerfiles. 2025-10-06 09:38:46 +01:00
go.mod Update dependencies. 2025-10-06 09:34:44 +01:00
go.sum Update dependencies. 2025-10-06 09:34:44 +01:00
LICENSE Migrate to ChirpStack v4 API. 2022-08-03 09:15:42 +01:00
Makefile Replace docker-compose > docker compose. 2024-08-12 12:24:55 +01:00
README.md Add MQTT Forwarder note to README. 2025-10-06 09:34:44 +01:00

ChirpStack Gateway Bridge

Tests

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:

Documentation

Please refer to the ChirpStack documentation for more information.

License

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