This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2020/09/23 14:30] ghi [lorad configuration] |
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2021/07/08 12:16] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 413: | Line 413: | ||
* DEBUG = ''-vvv'': Displays the hexdump of the packets | * DEBUG = ''-vvv'': Displays the hexdump of the packets | ||
- | ==== 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. |