Semtech packet forwarder

The Senet Network supports virtually any LoRa Base Station running the Semtech packet forwarder. This is a great place to start with development and initial integration.

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account. You will be provided an EUI during registration, if an EUI cannot be provided during registration you will receive an e-mail with an EUI and a copy of the following instructions.

During registration, ensure to select Semtech Packet Forwarder as the Base Station type.

Configuration

The Semtech Packet Forwarder is configured via a file called global_conf.json and in some instances an additional file called local_conf.json. When provided, the local_conf.json will override the settings in the global_conf.json. The files are written in JSON format.

EUI

Each Base Station is assigned a unique EUI. This EUI is provided by Senet during registration. The EUI must be assigned to the JSON field "Base Station_ID" in the configuration file. The EUI is a JSON string and as such must be enclosed in quotes. The configured EUI should be all upper case and have no delimiters.

Some Base Stations are preprovisioned with an EUI at the time of manufacture and cannot be overridden. For these situations please specify this EUI in the "Manufacturer EUI" field during registration. This behavior has been observed with the following Base Stations:

Network

To connect to the Senet network the "server_address" configuration field must be changed to "collector.senetco.io" and the "serv_port_up" and "serv_port_down" fields should be set to 1700. Note that the "server_address" is a JSON string and as such must be enclosed in quotes; where the 1700 associated with the port_up and port_down is a numeric field and as such NOT enclosed in quotes.

Example:

"server_address": "collector.senetco.io",
"serv_port_up"  : 1700,
"serv_port_down": 1700,

Channel Plan

The channel plan found in the global_conf.json file, including the frequencies used, should NOT be altered from the defaults which Semtech supplies for your region. Please refer to Semtech's guidance associated with your version of the packet forwarder located on git hub: https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd/cfg

Completing Configuration

Unless otherwise specified by the manufacturer, the Base Station will need to be restarted once configured.