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.mosquitto.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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Fri 2020.04.24
First time user configuring the MQTT broker for Windows10.
Have installed mosquitto and am able to start inside a cmd.exe window:
I have attempted using the test server, with no apparent success. Switched to localhost, no luck there either.
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.