This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:lora:basic_station_forwarder [2025/05/21 09:12] ehe [Kerlink CUPS configuration] |
wiki:lora:basic_station_forwarder [2025/09/05 11:24] (current) edr |
||
---|---|---|---|
Line 258: | Line 258: | ||
</code> | </code> | ||
Will configure basic station to forward messages provided by devices with DevAddr between 0x24000000 and 0x249fffff , or between 0x24b00000 and 0x25ffffff . | Will configure basic station to forward messages provided by devices with DevAddr between 0x24000000 and 0x249fffff , or between 0x24b00000 and 0x25ffffff . | ||
+ | |||
+ | ++++ | ||
+ | <note info> | ||
+ | The lead "0x" is not required before the base address of the filter. | ||
+ | </note> | ||
+ | |||
+ | ==== Local JoinEui Filtering ==== | ||
+ | |||
+ | In the case the LNS does not provide any JoinEui filter in the router_config message, it is possible to set local filters in order to only forward LoRa JoinRequest matching by a subset of EUIs. | ||
+ | |||
+ | To configure this feature, use the '-j' option of the klk_bs_config tool, and provide inclusive and/or exclusive filters to indicate the sets of JoinEuis to be kept and/or rejected. | ||
+ | |||
+ | ++++Example:| | ||
+ | |||
+ | <code bash> | ||
+ | klk_bs_config -e -j "848bcdfffe60b9df/48" | ||
+ | </code> | ||
+ | Will configure basic station to forward join requests using JoinEuis between 0x848bcdfffe600000 and 0x848bcdfffe60ffff . | ||
++++ | ++++ |