GETTING STARTED WITH MLINUX MODELS
22
MultiConnect
®
Conduit
TM
AP MTCAP User Guide for Sprint
# cp /opt/lora/lora-network-server.conf.sample /var/config/lora/lora-
network-server.conf
3.
Edit
/var/config/lora/lora-network-server.conf
and modify these settings as needed (use vi or nano).
Field
LoRa-915 (NA, AU, AS, KR)
LoRa-868 (EU, IN)
lora["frequencyBand"]:
"915"
"868"
lora["channelplan"]:
"US915", "AU915", "AS923", or
"KR920"
"EU868" or "IN865"
lora["frequencySubBand"]:
(integer. 1 to 8)
Not applicable
lora["frequencyEU"]:
Not Applicable
default 869500000
range: [863500000 - 867500000] and
[869100000 - 869500000]
network["name"]
Name of your LoRa network (string, 8-character minimum, case-sensitive).
network["passphrase"]
Security passphrase for your LoRa network (string, 8-character minimum,
case-sensitive).
network["public"]
Choose from 0: Private MTS, 1: Public LoRaWAN or 2: Private LoRaWAN,
Private Options use SyncWord 0×12 vs Public SyncWord 0×34.
network["joinDelay"]:
Set to desired Join Delay, default 5 seconds
4.
Restart the network server.
# /etc/init.d/lora-network-server restart
5.
Start mosquitto client.
# mosquitto_sub -t lora/+/+ -v
For advanced LoRa settings, go to
http://www.multitech.net/developer/software/lora/conduit-mlinux-lora-
communication/conduit-mlinux-advance-lora-configuration/
.
Additional LoRa and mLinux Information
For additional information, including how to configure LoRa devices to communicate with your gateway, visit
http://www.multitech.net
.
For an introduction to Lora, go to :
http://www.multitech.net/developer/software/lora/introduction-to-lora/
For help using mLinux, go to:
http://www.multitech.net/developer/software/mlinux/
.
For additional packet forwarder information, go to:
http://www.multitech.net/developer/software/lora/conduit-mlinux-convert-to-basic-packet-forwarder/