Using external MQTT

Home Forums Conduit: mLinux Model Using external MQTT

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9680
    Henry Rawas
    Participant

    The lora-network-server.conf file allows the MQTT host and port to be changed, so messages could be sent to another server instead of remaining in the Conduit. This works.
    Is it possible to configure the MQTT connection between the lora server and MQTT to be secured? For example to use TLS and/or specify a user name and password?

    #9712
    Brandon Bayer
    Blocked

    Henry,

    We don’t currently support that. Your best bet would be to use Node-RED (or a simple nodejs app) as a proxy to receive MQTT from the lora server and then post them to another, secured MQTT server.

    -Brandon

    #10745

    Brandon,

    Any plans to support this? Yes, when would it be available? It would be realy handy!

    Regards,
    Frederik

    #10751
    Jason Reiss
    Keymaster

    We will be adding more mqtt message events to the lora-network-server.

    I am not sure you would want all these events routed off box and possibly over a cellular connection.

    It would be better to proxy with a filter for a specific mqtt topic.

    Plus changing the config will cause the lora nodes to not function without being configured with username and password.

    #14345

    Dear all,

    Your best bet would be to use Node-RED (or a simple nodejs app) as a proxy to receive MQTT from the lora server and then post them to another, secured MQTT server.

    Please give us the node-red example to receive MQTT from the Lora Server (what is the credential, broker parameter). And also how to post them into MQTT Server such as BlueMix.

    Thank you very much in advance.

    Warmest Regards,
    Suryadi

    #14346
    Jason Reiss
    Keymaster

    Node-Red lora settings
    MQTT: localhost:1883
    Topic: lora/+/+

    http://www.ibm.com/developerworks/cloud/library/cl-mqtt-bluemix-iot-node-red-app/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.