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

Hello, I've been playing around with the mosquitto-dynamic-security plugin and was wondering if there is a way for a client to know which group/role it belongs too when connecting ?

Type: Question
Component: mosquitto-broker

i installed two brokers in the same server as windows service. two commands to create services: 1. `sc create mqtt_1883 binpath= "\"D:\NoSQL\mosquitto_1883\mosquitto_1883.exe\" run" type= own start= auto displayname= "MQTT (port:1883)"`,renamed...

mosquitto broker version 1.6.15. (Oracle Linux 8) The MQTT 5.0 Specification Chapter 3.3.2.3.3 "Message Expiry Interval" requires: "If the **Message Expiry Interval has passed** and the Server has not managed...

mosquitto broker version 1.6.15. (Oracle Linux 8) MQTT 5.0 Specification chapter 3.1.2.11.2 Session Expiry Interval "Non-normative comment: The clock in the Client or Server may not be running for part...

the latest version of mosquitto available for debian buster on `repo.mosquitto.org` is 2.0.12. It appears that an update of the repository did not complete on 2021-11-21, there are `*.tmp.*` files...

Mosquitto_pub reuses topic alias after reconnect, which is not allowed. To reproduce, do: ``` ( while true; do echo "$(date)" ; sleep 1; done ) | ./mosquitto_pub -D publish topic-alias...

Type: Bug
Component: mosquitto-clients
Status: Completed

I'm pretty sure this is a regression (I haven't tested on older versions of libmosquitto but debugged for my use case) caused by d5aae3eca73cf8a57e7a4b7486ad386f1a7713b3. Basically in the baseline example for...

Type: Bug
Component: libmosquitto
Status: Completed

Mosquitto broker version 6.0.1 Home Assistant version 2022.2.3 Arduino Mega (tried few different boards) with Etherned module (tried few different modules) with PubSubClient library. Tested working with -> test.mosquitto.org ->...

Type: Question
Status: Needs info

Hi, I have an issue where I'm seeing negative numbers of inactive/disconnected clients. Any ideas about how that can happen? ``` mosquitto_sub -i cli-bluse -V mqttv5 -q 0 -L 'mqtts://xxxx/$SYS/#'...

Type: Bug
Component: mosquitto-broker
Status: Available

Hi, i'm using mosquitto version 1.6.10. I'm trying to restrict subscriptions from clients. My ACL: ``` user testuser topic readwrite testtopic ``` Of course i restartet the Broker and it's...