TheThingsNetwork / lorawan-stack

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

Relay join request forwarding rules support #6729

Open adriansmares opened 11 months ago

adriansmares commented 11 months ago

Summary

We should support the Join Request filtering feature of the Relay specification.

Current Situation

All join requests are forwarded by the relays.

Why do we need this? Who uses it, and when?

In order to limit which (JoinEUI, DevEUI) prefixes are forwarded by the relay.

Proposed Implementation

Similar to the current uplink_forwarding_rules, but with a default rule.

Contributing

Code of Conduct

StevenCellist commented 1 month ago

Hi TTS, what is the status of this issue? I was just about to test this.. only to find out it is not implemented :)