Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Download (for Windows) the installer (follow the Binary ... Windows links or click https://mosquitto.org/files/ and click 'binary', 'win64' and the latest version.
Install this. There will be no Start menu addition, find the service in the Windows Services applet and start it.
If it fails to start, there is no log, so it's easier to run on the command line to find the problem.
Open a CMD window as Administrator
Set directory
cd C:\Program Files\mosquitto
Start manually
mosquitto -v
Review the output
You may need to edit the mosquitto.conf file, located in the
C:\Program Files\mosquitto
folder. Edit this using Administrator permissions.
You may also need to add a firewall rule to allow this port to be exposed beyond localhost.
Sending MQTT Messages - in JSON 'A' Format
Once the broker is running, you can use the mosquitto_pub utility to publish messages.
Note that the quote marks need to be escaped with ""
Note that the / character in "East/MyDevice1" is a forward slash, used to separate parts of an MQTT topic
You must supply a time value for the message to be processed, and this needs to be in range. You can get a timestamp for the current time by visiting this web site: https://www.epochconverter.com/