• Fri 2020.04.24

    http://www.espruino.com/tinyMQTT
    http://www.espruino.com/MQTT

    First time user configuring the MQTT broker for Windows10.

    https://mosquitto.org/

    Have installed mosquitto and am able to start inside a cmd.exe window:

    D:\Program Files\mosquitto>mosquitto -v
    1587778119: mosquitto version 1.6.9 starting
    1587778119: Using default config.
    1587778119: Opening ipv6 listen socket on port 1883.
    1587778119: Opening ipv4 listen socket on port 1883.
    

    I have attempted using the test server, with no apparent success. Switched to localhost, no luck there either.

    var mqtt = require("tinyMQTT").create("test.mosquit­to.org");
    var mqtt = require("tinyMQTT").create("localhost");­
    var mqtt = require("tinyMQTT").create("127.0.0.1");­
    

    Most likely either a configuration issue or likely a 'how to use' issue. Any insight to get over the hump would be appreciated. Thanks in advance.

    Familiar with xampp and now off to review and see if possible to pass data through that means.

About

Avatar for Robin @Robin started