Semtech BasicStation
The SenRa Network supports LoRa Gateway's running the Semtech BasicStation 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 account. Once registered you will receive an e-mail with an EUI and a copy of the following instructions.
Configuration
The Semtech BasicStation is configured via multiple files or through a user interface depending on the Gateway manufacturer.
Key | Value | Location | Description |
---|---|---|---|
EUI or routerid | XXXX:XXXX:XXXX:XXXX | station.conf | Gateway EUI, provided by SenRa upon completion of Gateway registration. |
LNS URI (unsecured) | ws://collector.senraco.io:6040 | tci.uri | Note the port, if configuring through a UI you may need to set this separately. |
LNS URI (secured) | wss://collector.senraco.io:6042 | tci.uri | Note the port, if configuring through a UI you may need to set this separately. Requires TLS Certificate |
TLS Certificate | Provided By SenRa | tc.trust | This file is provided by SenRa and is required to be used with the secured URI. Download TLS Certificate MD5: 392f95d4696923301e5f275f33f06629 |
Completing Configuration
Unless otherwise specified by the manufacturer, the Gateway will need to be restarted once configured.