Top "Mosquitto" questions

An Open Source MQTT v5/v3.

How to test the `Mosquitto` server?

I am new to Mosquitto and MQTT, I downloaded the Mosquitto server library but I do not know how to …

mqtt mosquitto android-open-accessory
How do I subscribe to all topics of a MQTT broker

I want to connect a client which will monitor all the topics of the broker to respond to the events …

mqtt mosquitto
Stop the mosquitto (MQTT) broker from listening to a port using the command line

When I ran the Mosquitto (MQTT) broker for the first time there was no issue. But however from he second …

sockets ipv6 mqtt mosquitto
How do I set up my own MQTT Server with Mosquitto?

I am setting up a sensor network for my new diy home automation system and am running into a major …

server mqtt mosquitto openhab
How to clear ALL retained mqtt messages from Mosquitto?

I've seen the mosquitto_pub -h [server] -r -n -t [XYZ] syntax for clearing out one off messages. My problem …

java mqtt mosquitto paho
How to set username/password mosquitto?

I used the mosquitto_passwd command to create a password file. mosquitto_passwd /etc/mosquitto/passwd admin I added the …

passwords mosquitto
mosquitto-client obtain refused connection

I want to use MQTT protocol using mosquitto library. First of all, I want to do some test installing mosquitto-clients …

linux bash shell mqtt mosquitto
How to use MQTT over the internet?

Currently, I'm successfully running a mosquitto broker, subscribing to topics and publishing messages with clients in a local network. How …

networking ip mqtt mosquitto
Cluster forming with Mosquitto broker

I am using Mosquitto broker to implement MQTT protocol. But I am unable to find how clustering can be done …

mqtt mosquitto
How do you set up encrypted mosquitto broker like a webpage which has https?

I'm trying to setup a mosquitto broker which is encrypted using ssl/tls. I don't want to generate client certificates. …

ssl encryption certificate mqtt mosquitto