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/13 16:03] ehe |
wiki:lora:advanced_features [2024/04/11 12:14] (current) ehe [DevAddr/NetID Filtering] |
||
|---|---|---|---|
| Line 56: | Line 56: | ||
| ==== DevAddr/NetID Filtering ==== | ==== DevAddr/NetID Filtering ==== | ||
| - | This feature is available from Keros firmware 4.3 and above. \\ | + | This feature is available from Keros firmware 5.7 and above. \\ |
| It allows to save data consumption by forwarding only LoRaWAN packets from a given DevAddr range. \\ | It allows to save data consumption by forwarding only LoRaWAN packets from a given DevAddr range. \\ | ||
| A DevAddr is the ID used by a LoRaWAN device to communicate on a LoRaWAN network, NetID is a part of this DevAddr. \\ | A DevAddr is the ID used by a LoRaWAN device to communicate on a LoRaWAN network, NetID is a part of this DevAddr. \\ | ||
| 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 128: | Line 128: | ||
| === Filter cheat sheet === | === Filter cheat sheet === | ||
| - | <hidden Click to expand the cheat sheet> | + | {{ :wiki:lora:filter-cheat-sheet.png?nolink |}} |
| - | {{ :playground:lora:filter-cheat-sheet.png?nolink |}} | + | |
| - | </hidden> \\ | + | |
| ==== Proprietary frame ==== | ==== Proprietary frame ==== | ||
| Line 140: | 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. | ||