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
wiki:lora:advanced_features [2024/03/18 14:19]
cgu [General information]
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.
  
wiki/lora/advanced_features.txt · Last modified: 2024/04/11 12:14 by ehe