User Tools

Site Tools


wiki:lora:advanced_features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:lora:advanced_features [2023/02/13 16:51]
ehe [Multiple range filter and reverse filter]
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.and above. \\+This feature is available from Keros firmware ​5.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 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.
wiki/lora/advanced_features.1676303503.txt.gz · Last modified: 2023/02/13 16:51 by ehe