This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:introduction [2017/09/13 17:04] bdu created |
wiki:introduction [2020/08/03 16:59] (current) mbi |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Introduction ====== | ====== Introduction ====== | ||
| - | ===== Glossary ===== | ||
| - | ==== Cluster ==== | + | A Kerlink IoT network is based on a set of base Stations (Wirnet, iBTS or iFemtocell product family) and a network platform (Wanesy RAN). |
| - | A cluster is a logical way to group endpoints.\\ | ||
| - | An endpoint can only be present in one cluster. | ||
| - | This is also where is defined how the LoRa data is pushed to your server. This is a per-cluster setting. | + | {{:wiki:lpwa_network.png|}} |
| - | ==== Fleet ==== | + | |
| - | A fleet is a logical way to group stations.\\ | ||
| - | A station can only be present in one fleet. | ||
| - | ==== Station ==== | + | The Wanesy RAN (Radio Access Network) platform includes 3 sub-systems : |
| - | A station is identified by its EUI.\\ | + | * Base Stations Controller (BSC) for stations management |
| - | A station can only be present in one fleet. | + | * Radio Network Controller (RNC) for radio aspects management |
| + | * LoRaWAN™ Network Server (LNS) for end-devices data decoding and routing | ||
| - | ==== Endpoints ==== | + | The following component is optional : |
| + | * Location Based Services (LBS) for geolocation of end-devices | ||
| - | Sensor associated to a cluster and a region (868, 915, 923).\\ | + | The platform provides interfaces for customer and user access : |
| - | Can be activated by OTAA or ABP. | + | |
| - | ==== Customer ==== | + | * Dashboard (GUI) |
| + | * OSS RESTful APIs | ||
| + | * OSS PUSH APIs | ||
| + | |||
| - | A customer is a group of fleets and clusters. | + | The platform proposes a set of services for operations and device management : |
| + | * Base stations monitoring& maintenance | ||
| + | * Endpoints monitoring & maintenance | ||
| + | * RF spectrum monitoring | ||
| + | * RESTful API for OSS integration | ||
| + | * Web graphical dashboard | ||
| + | * LoRaWan Network server | ||
| + | * LoRaWan Application server | ||
| + | * Multi-protocol data router | ||
| + | * Network controller | ||
| + | * Endpoint localization service (LBS) | ||
| - | ===== Users and roles ===== | ||
| - | ==== Super Admin ==== | ||
| - | |||
| - | Super Admin has a global view of the whole platform – whatever the customer. | ||
| - | |||
| - | ==== Admin ==== | ||
| - | |||
| - | Admin is dedicated to a customer – can perform all the operation limited to a specific customer | ||
| - | |||
| - | ==== User ==== | ||
| - | |||
| - | User is dedicated to a customer – can perform all the operation on fleets, stations, clusters and end points limited to a specific customer | ||
| - | |||
| - | ==== Reader ==== | ||
| - | |||
| - | Same as USER but read only. | ||