LoRaGateWay, PHP, MySQL, myphpadmin, Dashboard
10K+
#.LoRa Gateway from iFrogLab now offers Docker Container, #.For developers and users of LoRa USB Dongle, your machine could become LoRa gateway at short time #. Port 80 is for Web #. Port 3306 is for MySQL #. Port 1883 is for MQTT mosquitto (option, if youwant setup local MQTT server port) #. /dev/ttyACM0 is iFrogLab LoRa USB
LoRa Gateway's Service Python Server program handles LoRa data transfer in the background. Dashboard shows LoRa passed information http: //localhost/index.php location in /var/www/html/ PHP Apache2 Web page shows Dashboard program LoRa MySQL to store information, account ifroglab password ifroglab myphpadmin management database, http: // localhost / myphpadmin account root password root MQTT, as long as through the following instructions, we can get the MQTT gateway information, as long as the Internet can be in iOS, Android, Windows, MAC, Linux can get LoRa data, $ mosquitto_sub -d -t ifroglab / mqtt -h test.mosquitto.org -h test.mosquitto.org
This is available at the Docker Hub
The contents are: #.LoRa Gateway's Service Python Server program handles LoRa data passing in the background. #.Dashboard shows LoRa pass over the information http: //localhost/index.php location in / var / www / html / #. PHP uses the Apache2 web page to display the Dashboard program #.MySQL storage LoRa to the information, account ifroglab password ifroglab Myphpadmin management database, http: // localhost / myphpadmin account root password root
#. for get the iFrogLab MQTT message, please use below command. gateway will also send the LoRa data though MQTT
Linux lnstall $ sudo apt-get install mosquitto mosquitto-clients Linux Get iFrogLab LoRa Gateway MQTT message $ mosquitto_sub -d -t ifroglab/mqtt -h test.mosquitto.org
Mac Install $ brew install mosquitto Mac Get iFrogLab LoRa Gateway MQTT message $ mosquitto_sub -d -t ifroglab/mqtt -h test.mosquitto.org
Content type
Image
Digest
Size
280.9 MB
Last updated
over 9 years ago
docker pull ifroglab/loragateway