A LORAWAN Network Server (LNS) is integrated to the IOT Platform. It is an instance of Chirpstack.
The LNS is in charge of the management of the LORAWAN Gateways, and of the authorization and the secure exchange of data (payloads - uplinks/downlinks) between the IOT platform and the Devices.
From your ChirpStack account, check that you have correctly configured:
This will be essential when declaring LORAWAN Devices. If you don't have access to the ChirpStack instance, contact us: support@iotfactory.eu.
The steps are:
ChirpStack supports Gateways that have activated a “Semtech Packet Forwarder”. This program has a configuration file (global_conf.json or local_conf.json) which contains:
To know the address of the network server and the UP and DOWN ports, consult the “doc” tab in
Account Management > Settings > Device Communication Channels > Lorawan Network Server > defaultns > doc
The Gateway will now communicate with our Network Server.
To add a Gateway to your account:
The Devices must be declared on the Network Server, in order to be authorized to communicate with it. For each device, you will need a DevEUI and an Application Key. Devices are created in an Application. The concept of Application makes it possible to group devices and associate them with an account on the IOT platform.
The association between a platform account and Chirpstack is done in
Account Management > Settings > Device Communication Channels > LORAWAN Network Server > defaultns
The iotApplicationID field allows you to select the ChirpStack application.
More on the Settings Module