This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2020/03/25 16:44] dlr created |
wiki:lora:cpf_1.2.x:cpf_1.2.4:installation [2021/07/08 12:16] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== How to install the Common Packet Forwarder? ===== | ===== How to install the Common Packet Forwarder? ===== | ||
- | - Choose the packet forwarder to install from the [[wiki:resources:resources#common_packet_forwarder|Wirnet products resource page]]. Choosing the latest version of the packet forwarder is recommended. | + | - Choose the packet forwarder to install from the [[wiki:resources:resources#packet_forwarder|Wirnet products resource page]]. Choosing the latest version of the packet forwarder is recommended. |
- Download the //"lorad"// and //"lorafwd"// ''.ipk'' packages files (see above). | - Download the //"lorad"// and //"lorafwd"// ''.ipk'' packages files (see above). | ||
- Install the ''.ipk'' files using the instructions of the [[wiki:keros_custo:sw_updates|software updates page]]. Packages can be installed simultaneously. | - Install the ''.ipk'' files using the instructions of the [[wiki:keros_custo:sw_updates|software updates page]]. Packages can be installed simultaneously. | ||
Line 263: | Line 263: | ||
++++ 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 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 411: | 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. |