This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:lora:cpf_1.1.x:cpf_1.1.7:installation [2020/06/15 11:28] ghi |
wiki:lora:cpf_1.1.x:cpf_1.1.7:installation [2021/07/08 12:15] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 398: | Line 398: | ||
- | ==== gateway EUI ==== | ||
- | Gateway EUI is used by LNS to identify from which gateway messages come from. | ||
- | |||
- | By default, EUI are generated this way: | ||
- | |||
- | * Wirnet iBTS: 7276FF002E<last 6 characters of the CPU serial number> | ||
- | * Wirnet iFemtoCell: 7276FF00<last 8 characters of the CPU board serial number> | ||
- | * Wirnet iStation: 7076FF00<last 8 characters of the CPU board serial number> | ||
- | |||
- | When lorafwd starts, a file containing the default EUI is generated. | ||
- | |||
- | <code bash> | ||
- | cat /var/run/lora/gateway-id.toml | ||
- | gateway.id = 0x7076FF002E050789 | ||
- | </code> | ||
- | |||
- | If a new EUI has been defined under ''/user/etc/lorafwd'', then, this new EUI is used by lorafwd. Otherwise, the default EUI is used. | ||
- | ++++ |