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

It would be useful for the server, especially for client session initiation errors, to have the IP address of the mosquitto client session logged with the failure message. I typically...

Component: mosquitto-broker

Hi, Just want to understand the better approach for dynamic bridging. I know that there is PR #653 for dynamically adding/deleting bridge through $SYS topics. It doesn't store dynamically added...

Component: mosquitto-broker

Hi, Have there been any plans to add a connection timeout parameter to the method `net__socket_connect()`? Without a timeout the connect may take very long in case the target-address is...

Component: libmosquitto

Is it possible to add the support of MQTT 5 with bridges ?

Component: mosquitto-broker

How about if you could configure the clean start behaviour something like this: ``` mosquitto_int_option(mosq, MOSQ_OPT_CLEAN_START, ALWAYS); mosquitto_int_option(mosq, MOSQ_OPT_CLEAN_START, FIRST_TIME_ONLY); ```

Component: libmosquitto

Hi, I wish I can add custom authentication method for `mosquitto_pub`. Is there anyway to enable it like the config file in `mosquitto`?

Hi! It appears that the [library allows users to set SSL_VERIFY_NONE](https://github.com/eclipse/mosquitto/blob/f1180dd23a32f4c6b7651abbb2646823f73ee5e4/lib/net_mosq.c#L772-L776) as an option when connecting. However, as far as I can tell it is not possible to configure a...

I sometimes need to use `mosquitto_db_dump --client-stats` to debug why the database has grown large. Usually it's because a client with a persistent subscription has gone away, never to come...

We have an existing plugin that, for MQTT v5 clients use user defined properties to send additional data to the username and password. All values are used to perform authentication....

Component: mosquitto-broker
Status: Accepted

Hello, We use mosquitto as an MQTT broker for the websockets endpoint of SondeHub.org. As an experiment to try to save bandwidth costs I implemented `permessage-deflate` in `websockets.c` and we...

Component: mosquitto-broker
Status: Accepted