This shows you the differences between two versions of the page.
wiki:lora:cpf_1.2.0 [2019/12/20 15:29] ghi created |
wiki:lora:cpf_1.2.0 [2021/07/08 12:16] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 438: | Line 438: | ||
- | ==== gateway EUI ==== | ||
- | |||
- | Gateway EUI is used by LNS to identify from which gateway messages come from. | ||
- | |||
- | When lorafwd starts, a file containing the default EUI is generated, based on information included in ''/tmp/board_info.json''. | ||
- | |||
- | <code bash> | ||
- | cat /var/run/lora/gateway-id.toml | ||
- | gateway.id = 0x7076FF0039050789 | ||
- | </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. | ||