Link between console Gateway and Application

Hello,
Does gateway automatically redirects the data it receives to the respective device ID application.
Or do we need to use python API to send the data to application?
image

The backend systems of The Things Network are responsible for routing Internet of Things data between devices and applications.

2 Likes

Can you please let me know what packet should I send to gateway in order to reflect data in application.
Thank you!!!

You don’t need to send anything from TTN to gw as all ttn registered GW’s route their received messages to the ttn back end and it is there that data is parsed then routed to your application. Read the ttn documentation and esp info on creating an app in your account/console and decide on any specific integrations you want to use…then once done if you have specific issues come back and ask :wink: good luck & welcome to the community…

I am getting join request in my gateway, with correct AppEUI and DevEUI as shown in the following image. This request is not forwarded to my respective application.

image

image