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.1.x:cpf_1.1.6:installation [2019/12/10 18:17] mch old revision restored (2019/10/24 09:52) |
wiki:lora:cpf_1.1.x:cpf_1.1.6:installation [2021/07/08 12:14] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== 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. | - Download the //"lorad"// and //"lorafwd"// ''.ipk'' packages files. | ||
- 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 247: | Line 247: | ||
++++ Wirnet iFemtoCell and Wirnet iStation| | ++++ Wirnet iFemtoCell and Wirnet iStation| | ||
+ | |||
+ | <note important>Note that the class-B configuration does not apply to such gateways (Wirnet iFemtocell and Wirnet iStation) since they have no GPS.</note> | ||
The Wirnet iFemtoCell 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 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 396: | 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. | ||
- | ++++ |