Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Reply To: Get Data from the local MQTT broker

$
0
0

The MQTT broker on Conduit is setup on the localhost interface only.
You could setup a VPN tunnel or use port forwarding to access the broker from outside.
Be sure to address any security ramifications of opening ports to the Internet.

An other option is to put a custom application to push messages to a remote server using python.

Here is sample lora echo client, the code to push to an outside broker would need to be added.

https://github.com/trong63/python_mqtt_sample


Viewing all articles
Browse latest Browse all 7111

Trending Articles