TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
975 stars 306 forks source link

Improve gateway sorting algorithm in NS #13

Closed johanstokking closed 2 years ago

johanstokking commented 5 years ago

Summary:

Gateway sorting algorithm in NS can be improved

Why do we need this?

To make better gateway choices

What is already there? What do you see now?

A very simplistic gateway sorting algorithm

What is missing? What do you want to see?

A more efficient gateway sorting algorithm

How do you propose to implement this?

Based on experience with v2:


Original issue: https://github.com/TheThingsIndustries/lorawan-stack/issues/729 by @rvolosatovs

johanstokking commented 4 years ago

Prioritize gateway sources over Packet Broker

nejraselimovic commented 3 years ago

Prioritize gateway sources over Packet Broker

@johanstokking is this implemented in the meantime by any chance? Looks like an important issue.

johanstokking commented 3 years ago

I don't think this is fully implemented. I'll reschedule for Q3 to revisit.