brocaar / chirpstack-network-server

ChirpStack Network Server is an open-source LoRaWAN network-server.
https://www.chirpstack.io
MIT License
1.49k stars 546 forks source link

Possible RF collisions of gateway downlinks in RXC window and Class C #517

Open MarekNovakACRIOS opened 3 years ago

MarekNovakACRIOS commented 3 years ago

Summary

When managing an installation of several hundreds of end-nodes acting as street light controllers with 3 gateways on a relatively small area (1.5x1.5km), I found out, by sniffing the spectrum with and SDR, that there are collisions between transmissions of the gateways. I implemented LBT on the end-node side and I plan to enable LBT on the gateways, however, there is one thing, which could help me a lot as well or anybody using Class C and a mid-intensive traffic:

What is the use-case?

Implementation description

Can you implement this by yourself and make a pull request?

sp193 commented 3 years ago

If you have control over the network server: are you already using the highest-possible datarate for RX2? By using a higher datarate, you can reduce the chances of collisions, since the air time for each packet will decrease.