Hello,
I am using AWS EC2.
I followed the quick install guide and installed and launched both lora server and lora app server on the same machine/IP.
I am using Dragino LG01 and dragino nodes as end points.
- I want to know how to check if my gateway is connected to the server and is sending data to the server.
- How do I connect Lora server to the app server to see the data on the app server like I see on TTN.
Please help!
Thank you.
Hi,
You can view the packets by subscribing to the MQTT broker.
mosquitto_sub -v -t "#" -h localhost -p 1883
From your local machine try
mosquitto_sub -v -t "#" -h <IPaddress of LoRaServer Machine> -p 1883
In the App server, you may try the following page to view data.
Thank you for your answer.
When I subscribe to MQTT broker, and send the payload, where will I see the data?
Regarding the app server, I am not able to figure out the network server settings.
How to connect my lora app server and lora server.
Once I have done the network connectivity, I’ll be able to configure the Gateway to the server and then to the app server.