mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Eclipse Mosquitto - An open source MQTT broker

Results 512 mosquitto issues
Sort by recently updated
recently updated
newest added

How can I modify topic from mosquitto.conf if I have 2 or more clients with the same topic? For my example I have Inverter for client 1 Inverter for client...

Component: mosquitto-broker
Status: Needs info

![image](https://user-images.githubusercontent.com/26533365/158951460-6dc01764-e50b-416e-b5ae-dc8df770781f.png) Will message is used when the client connects. Mosquitmosquitto close with an exception, persistence fails. Version: mosquitto - 2.0.14 - install Windows -- x64

Type: Bug
Component: mosquitto-broker
Status: Needs info

Hi, had a nasty bug in my code and by accident found a documentation error in https://github.com/eclipse/mosquitto/blob/master/include/mosquitto.h#L327 In the function's implementation https://github.com/eclipse/mosquitto/blob/master/lib/mosquitto.c#L140 one can see that instead of returning `MOSQ_ERR_NOMEM`...

Type: Bug
Component: libmosquitto
Status: Completed

I'm using docker image `eclipse-mosquitto:2.0.14-openssl`, which should be pretty recent, nevertheless, I get the following result: Although entries in the `dynamic-securty.json` are unique, `mosquitto_ctrl` returns duplicates for each entry, like:...

Type: Bug
Component: mosquitto-broker

I have setup mosquitto on docker using certificates to secure the connection. I have no username and password configured in mosquitto. I am using this code to connect my wemos...

**Version: 2.0.14** **Platform: Windows 10** I am using mosquitto_sub and -_pub to test a mqtt-broker ([FROST-Server](https://github.com/FraunhoferIOSB/FROST-Server)) running on a local kubernetes cluster in Docker Desktop for Windows. To enable mqtt...

Hi! Some of the statistics reported by the tool ($SYS/broker/publish/messages/received and $SYS/broker/load/publish/received/+) are ignoring publishes with QoS 2 or the retain flag. According to the documentation on the webpage: 'The...

Type: Bug
Component: mosquitto-broker
Status: Completed

### Mosquitto version 1.6.9.1. Platform Ubuntu 20.04. Use in bridge mode. **mosquitto.conf** ``` pid_file /var/run/mosquitto.pid persistence false persistence_location /var/lib/mosquitto/ log_dest file /var/log/mosquitto/mosquitto.log include_dir /etc/mosquitto/conf.d ``` **mosquito.service** ``` [Unit] Description=Mosquitto MQTT...

Hi guys, we're looking for implementation of lwm2m server/bs server on top of MQTT instead of UDP + DTLS. Did you consider anything like this in the past? Do you...

Signed-off-by: Alex Martens Thank you for contributing your time to the Mosquitto project! Before you go any further, please note that we cannot accept contributions if you haven't signed the...