This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:lora:advanced_features [2023/02/20 14:06] cgu [DevAddr/NetID Filtering] |
wiki:lora:advanced_features [2024/04/11 12:14] (current) ehe [DevAddr/NetID Filtering] |
||
|---|---|---|---|
| Line 66: | Line 66: | ||
| Examples: | Examples: | ||
| * **Filtering on full Type-0 (/7) Kerlink NetID (12)**: <code bash>lorafwdctl -s filter.lorawan.netid "0x24000000/7"</code>Once activated, the gateway will only forward packets from devices with DevAddr from 0x24000001 to 0x25FFFFFF. | * **Filtering on full Type-0 (/7) Kerlink NetID (12)**: <code bash>lorafwdctl -s filter.lorawan.netid "0x24000000/7"</code>Once activated, the gateway will only forward packets from devices with DevAddr from 0x24000001 to 0x25FFFFFF. | ||
| - | * **Filtering on Type-3 (/14) Kerlink NetID (600014)**: <code bash>lorafwdctl -s filter.lorawan.netid "0xE0500000/14"</code>Once activated, the gateway will only forward packets from devices with DevAddr from E0500000 to E053FFFF. | + | * **Filtering on Type-3 (/14) Kerlink NetID (600014)**: <code bash>lorafwdctl -s filter.lorawan.netid "0xE0280000/14"</code>Once activated, the gateway will only forward packets from devices with DevAddr from 0xE0280000 to 0xE029FFFF. |
| * **Filtering on a specific device (/32) with DevAddr E0501234**: <code bash>lorafwdctl -s filter.lorawan.netid "0xE0501234/32"</code>Once activated, the gateway will only forward packets from the device E0501234. | * **Filtering on a specific device (/32) with DevAddr E0501234**: <code bash>lorafwdctl -s filter.lorawan.netid "0xE0501234/32"</code>Once activated, the gateway will only forward packets from the device E0501234. | ||
| Line 138: | Line 138: | ||
| ==== General information ==== | ==== General information ==== | ||
| - | This feature is only available on Wirnet iBTS gateways. | + | This feature is only available on Wirnet iBTS and iStation gateways. |
| Fine timestamps are the nanosecond accurate dates at which a packet is received by the gateway. | Fine timestamps are the nanosecond accurate dates at which a packet is received by the gateway. | ||