Hello,
Installed Chirpstack 4 on RPI CM4 with RAK5146. Installation of Chirpstack works fine (chirpstack and gateway-bridge installed).
- Chirpstack-gateway-bridge is listening on UDP port 1700
root@raspberrypi:/etc/chirpstack-gateway-bridge# sudo journalctl -f -n 100 -u chirpstack-gateway-bridge.service
Feb 28 14:08:03 raspberrypi systemd[1]: Started chirpstack-gateway-bridge.service - ChirpStack Gateway Bridge.
Feb 28 14:08:03 raspberrypi chirpstack-gateway-bridge[743]: time="2024-02-28T14:08:03.545897198+01:00" level=info msg="starting ChirpStack Gateway Bridge" docs="https://www.chirpstack.io/gateway-bridge/" version=4.0.10
Feb 28 14:08:03 raspberrypi chirpstack-gateway-bridge[743]: time="2024-02-28T14:08:03.546169309+01:00" level=info msg="backend/semtechudp: starting gateway udp listener" addr="0.0.0.0:1700"
Feb 28 14:08:03 raspberrypi chirpstack-gateway-bridge[743]: time="2024-02-28T14:08:03.562726068+01:00" level=info msg="integration/mqtt: connected to mqtt broker"
Feb 28 14:08:03 raspberrypi chirpstack-gateway-bridge[743]: time="2024-02-28T14:08:03.562753531+01:00" level=warning msg="[store] memorystore wiped" module=mqtt
The UDP Packet Forwarder (imho) is missing (between the RAK5146 and the Chirpstack-gateway-bridge). How to install and which version in order to get it working with the RAK5146?
Thanks,
deBuffel