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.9:installation [2019/10/07 08:57] ghi |
wiki:lora:cpf_1.0.x:cpf_1.0.9:installation [2021/07/08 12:13] (current) ehe [gateway EUI] |
||
|---|---|---|---|
| Line 221: | Line 221: | ||
| ++++ Wirnet iFemtoCell| | ++++ Wirnet iFemtoCell| | ||
| + | |||
| + | <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 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 cannot listen to all LoRa frequencies simultaneously. Up to 8 frequencies can be handled at the same time by the demodulator (SX1301).\\ | ||
| Line 377: | Line 379: | ||
| - | ==== 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> | ||
| - | |||
| - | When lorafwd starts, a file containing the default EUI is generated. | ||
| - | |||
| - | <code bash> | ||
| - | cat /var/run/lora/gateway-id.toml | ||
| - | gateway.id = 0x7276FF002E050789 | ||
| - | </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. | ||