MultiGateway issue

If there are multiple gateways in a Lorawan network and they are evenly distributed, how should I configure the gateway toml file to ensure that each gateway can receive the information of the same number of nodes?

LoRaWAN intends for transmissions to be received by one or more gateways, and deduplicated by the network server, so overlap is not a problem. You will want to space out gateways according to a bunch of factors: distance, power, obstructions, your use case, etc.

1 Like