01, iFrogLab LoRa Gateway execute at QNAP or iEi device.

 

iFrogLab LoRa Gateway execute at QNAP or iEi device. please follow below steps to setup LoRa gateway .

Video Tutorial

 

Step 1:

please plugin in the iFrogLab LoRa USB device to the QNAP or iEi device, and turn on the  QNAP or iEi device, please make sure the device is in the same local network environment with your PC.

the iFrogLab LoRa Gateway, can working below 3 LoRa Device

  1. iFrog LoRa IL-LoRa1272 & USB-to-Serial
  2. iFrog LoRa Node & USB-to-Serial
  3. liFrog LoRa USB 

Screen Shot 2017-02-26 at 12.14.10 PMScreen Shot 2017-02-26 at 12.14.05 PM

 

 

 

 

 

Step 2:
install Qfinder

Screen Shot 2017-02-26 at 11.21.24 AM

Step 3:

Open Qfinder , and  click your device on network listing to open administrator backend  QTS system on browser.

 

Screen_Shot_2017-02-26_at_11_28_02_AM

 

Step 4:

Login to  QTS, default username and password are “admin”.

 

Screen Shot 2017-02-26 at 11.34.33 AM

 

Step 5:

Go to “App enter” and download “container Station” at QTS.

Screen_Shot_2017-02-26_at_11_40_04_AM

 

Step 6:

Open Container Station at QTS,

Screen Shot 2017-02-26 at 11.47.35 AM

Step 7:

Search “ifroglab”.Download “iFrogLab LoRa gateway container” at  Container Station,

or you could download at  SSH command.

$ docker pull ifroglab/loragateway:latest

Screen Shot 2017-02-26 at 11.49.41 AM

 

Step 8:

install SSH software on your PC,

  • Windows  PuTTY.
  • Mac Terminal.
  • LinuxTerminal.

Screen Shot 2017-02-26 at 11.22.53 AM

Step 9:

Open SSH or PuTTY , open the QNAP or iEi Device IP address, for example 192.168.0.110
QNAP QTS  default password and user name are “admin”.

Screen Shot 2017-02-26 at 11.53.09 AM

Step 10:

Check LoRa USB or USB-To-Serial linux driver is working,

 

$ ls /dev/tty*

if working you should get something like:
/dev/ttyAMC0

/dev/ttyUSB0

Screen Shot 2017-02-26 at 1.55.13 PM

 

Step 11:

Run LoRa gateway thoght below command.

$ docker run -p 82:80 -p 3306:3306 –device=/dev/ttyACM0 -i -t ifroglab/loragateway:latest /loragateway.sh

  • please change “/dev/ttyACM0” to Step 10  device name.
  • “82:80”  is forward website port to 82.

 

Step 12:

open browser, link to http://QNAP IP Address:82

for example, http://192.168.0.110:82

Screen Shot 2017-02-26 at 1.59.44 PM

 

Success!

if it has  problems, please feeling free to write  an email to us,  support@looptek.com

for the LoRaNode, please see our LoRa node tutorial.