I can't install ChirpStack Gateway Bridge

Viewed 22

Hi everyOne,
i try to install ChirpStack Gateway Bridge foolowing steps of the documentation but sudo apt returm "command not found". It seem that sudo is not install.
I use the chirpstack full version for RPI 4B+.

Somebody could help me. Thank you

Arnaud
root@chirpstack-b1652d:~# sudo apt install chirpstack-gateway-bridge
sudo: apt: command not found

2 Answers

Please note that apt is a Debian / Ubuntu package-manager command. The ChirpStack Gateway OS is OpenWrt based. That being said, there is no ChirpStack Gateway Bridge package availalble for the Gateway OS and you should not need it.

The ChirpStack Gateway OS (Full) image already comes with the Concentratord for interacting with the concentrator chip (SX130X), MQTT Forwarder for handling uplinks / downlinks over MQTT and ChirpStack which will connect to the same MQTT Broker.

If you would like to forward MQTT data to an other server you can configure so in the web-interface. If you would like to forward data over UDP (Semtech UDP Packet Forwarder protocol), then you can do so as well through the web-interface.

For any non-standard use-case, you can always download the ChirpStack Gateway Bridge binary from the website and run it on the Raspberry Pi. The ARMv7 binary should work fine.