How to sent data from server to a particular gateway?

@brocaar I Try to send some data from server to the gateway, But it is randomly sending to many gateways …

so i want to send it to a specific gateway…
is there any way to do that …
is there any place to mention the gateway unique id to sent data to it particularly …

When using the full stack, the Network Server is responsible for selecting the downlink gateway and you can’t manually specify which gateway to use for the downlink. When just using the ChirpStack Gateway Bridge, you can use the MQTT topic of the specific gateway you want to use: https://www.chirpstack.io/gateway-bridge/payloads/.

2 Likes