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.0.x:cpf_1.0.6:installation [2019/09/25 16:53] ghi |
wiki:lora:cpf_1.0.x:cpf_1.0.6:installation [2021/07/08 12:14] (current) ehe [gateway EUI] |
||
---|---|---|---|
Line 246: | Line 246: | ||
++++ 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 370: | Line 372: | ||
Both daemons are independent. If one is stopped/restarted, the other one does not need to be stopped/restarted. | Both daemons are independent. If one is stopped/restarted, the other one does not need to be stopped/restarted. | ||
- | ==== Log managment ==== | + | ==== Log management ==== |
Both daemons generates logs in the ''/var/log/lora.log*'' files. | Both daemons generates logs in the ''/var/log/lora.log*'' files. | ||
Line 395: | Line 397: | ||
- | ==== 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. | ||
- | ++++ |