This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2020/07/20 14:20] tda |
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2021/07/08 12:16] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 264: | Line 264: | ||
++++ Wirnet iFemtoCell, iFemtoCell-evolution and Wirnet iStation| | ++++ Wirnet iFemtoCell, iFemtoCell-evolution and Wirnet iStation| | ||
- | <note important>Note that the class-B configuration does not apply to such gateways (Wirnet iFemtocell, Wirnet iFemtoCell-evolution and Wirnet iStation) since they have no GPS.</note> | + | <note important>Note that the class-B configuration does not apply to gateways Wirnet iFemtocell and iFemtoCell-evolution since they have no GPS.</note> |
The Wirnet iFemtoCell, iFemtoCell-evolution and Wirnet iStation cannot listen to all LoRa frequencies simultaneously. Up to 8 frequencies can be handled at the same time by the demodulator (SX1301).\\ | The Wirnet iFemtoCell, iFemtoCell-evolution and Wirnet iStation cannot listen to all LoRa frequencies simultaneously. Up to 8 frequencies can be handled at the same time by the demodulator (SX1301).\\ | ||
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. |