mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
(I'm using Mosquitto 1.6.12 from the PPA on Ubuntu 20.04 and Libuv 1.34.2.) I'm trying to integrate the Mosquitto client API with the Libuv event loop. For the most part...
Malformed packet error at connection time when QOS level is 1 (At least once) and MQTT version 3.1
Environment * System running Mosquitto: Linux CentOS 7 * Using docker image: **eclipse-mosquitto:latest (2.0.14)** * System trying to connect and publish MQTT topics: OpenVMS 8.4 * Library used to connect...
If I start my client like this without a network connection then once the connection is available the client will connect and be happy. The problem is if I call...
This is more of an unexpected behavior on my part and maybe I just haven't found the right documentation. I assumed I could call the following sequence and the client...
with this mosquitto.conf (2.0.14) ``` listener 8001 1.2.3.4 socket_domain ipv4 protocol mqtt listener 8002 1.2.3.4 socket_domain ipv4 protocol websockets ``` I expect only two running listeners, but the 1883 listener...
After upgrading to 1.6.3 from 1.5.x I found that when the bridge connection is lost the bridge won't recover when the connection is re-established. Only solution has been restarting mosquitto....
Hello, I stumble accross the following which might be a bug. Connection returns ` Bad user name or password` when the configuration file contains: ``` require_certificate false use_identity_as_username true ```...
Hello, why is the `on_message` function called 3 times when I am using MQTT v5.0, and exactly once when I am not using MQTT v5.0? The mosquitto version is 2.0.14....
I thought I finally had a way to use Mosquitto as a bridge between local client and Google Cloud Platform IoT Core, thanks to some helpful hints here. Unfortunately I...
hi, installed with the apt-get install method. Can't autostart so I ran `sudo systemctl start mosquitto.service` and then `sudo systemctl status mosquitto.service` and this is the output: Loaded: loaded (/etc/systemd/system/mosquitto.service;...