Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
address (domain name or IP address; Default: )Defines LoRaWAN Network server address.
name (string; Default: )Defines server name.
protocol (UDP or LNS; Default: UDP)
Specify whether to use LNS or UDP protocol for the communication with the LoRaWAN server.

down-port (integer [0..65535]; Default: 1700)

Parameter that is used when UDP protocol is selected. Defines port for down-link communication (from server to node) with LoRaWAN Network server. Most of known open source servers uses port 1700 as default, but it can change if multiple servers are configured on the same machine.
up-port (integer [0..65535]; Default: 1700)Parameter that is used when UDP protocol is selected. Defines port for up-link communication (from node to server) with LoRaWAN Network server. Most of known open source servers uses port 1700 as default, but it can change if multiple servers are configured on the same machine.
netid (list of string; Default: )Parameter that is used when UDP protocol is selected. Applies a filter to only send LoRaWAN payloads that match the Network ID (Net ID) filter configured.
joineui (list of string; Default: )
Parameter that is used when UDP protocol is selected. Applies a filter to only send LoRaWAN payloads that match the Join EUI filter configured.
port (integer [0..65535]; Default: 8887)Parameter that is used when LNS protocol is selected. Defines the port for the wss (WebSocket) protocol communication.
key (string; Default: )Parameter that is used when LNS protocol is selected. Specify the LoRa Basics Station LNS Authentication Key (generated on the server).
ssl (yes or no; Default: no)
Parameter that is used when LNS protocol is selected. Specify whether to use or not to use SSL when communicating with the server (if the server supports TLS server authentication). When this option is chosen, root SSL certificate(s) must be uploaded under the the certificates menu.
certificate (list of string; Default: none)Parameter that is used when LNS protocol is selected. Select an uploaded client certificate (if the server awaits TLS client authentication). If TLS client authentication is not required by the server, use the default "none" setting.

...