TTN V3 stack and RAK GW

I’m currently setting up a test server of the TTN V3 stack and I’m wondering if anyone could show me how to set up the RAK gateway? I’ve been trying to set it up but it does not connect.

Hi. As i know if you using this https://github.com/TheThingsNetwork/lorawan-stack you have to use MQTT bridge to connect. But the topics are different, as you can see here:

  • v3/{application id}/devices/{device id}/join
  • v3/{application id}/devices/{device id}/up
  • v3/{application id}/devices/{device id}/down/queued
  • v3/{application id}/devices/{device id}/down/sent
  • v3/{application id}/devices/{device id}/down/ack
  • v3/{application id}/devices/{device id}/down/nack
  • v3/{application id}/devices/{device id}/down/failed

So… you have to change it to match both and server and gateway side.

It’s quite simple… in the configuration of your GW (LoRa Gateway -> LoRa Packet Forwarder) fill the field “Server Address” with the IP or public address of your server. That’s it.

Alex