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

The following code works perfectly in Raspberry Pi but not in Windows 10. However, when "mosquitto_loop_start" function is changed to "mosquitto_loop_forever" function it works, but it's not convenient for me....

Built 2.0.14 from source, enabled WebSocket support on Ubuntu 20.04 (fully updated) Following config file fails at startup: ``` allow_anonymous true listener 1884 protocol websockets ``` ``` mosquitto -c ./test.conf...

Consider following message on $CONTROL MQTT topic: ```json { "commands": [ { "groupname": "groupName", "roles": [ { "rolename": "roleName" } ], "clients": [ { "username": "userName" } ], "command": "modifyGroup"...

Type: Enhancement
Component: mosquitto-broker

https://github.com/eclipse/mosquitto/blob/ff97fbfe94b304b86167b15a68d4ae1d4502642c/lib/net_mosq.c#L576 mosquitto version: 1.6.7 openssl version: 1.1.1k platform: linux 4.14 This problem still exists in the latest version。 Hi, I'm working with mosquitto and i found: When the TCP connection...

Type: Bug
Component: libmosquitto

I am using the latest (2.0.14) mosquitto version on debian 11. I am using certificates for authentication and want to include a crl file. This is my config /etc/mosquitto/conf.d/my.conf: ```...

Type: Bug
Component: mosquitto-broker

I'm trying to run the mosquitto broker on a PC and connect with a different PC. Both have mosquitto installed and can run the broker and publish and subscribe locally....

Type: Question

Hi Im Rahmen einer Masterarbeit werde ich versuchen, das MQTT-Protokoll in zwei SPS zu integrieren, indem ich den Mosquitto als MQTT-Broker verwende. Als Host Name habe ich die 'test.mosquitto.org' benutzt....

Type: Question

running on mosquitto 2.0.11 situation: local mosquitto bridges outgoing messages to remote mosquitto. also some incoming messages but the incoming messages are not important and don't have to be persisted,...

As I've seen in a closed issue, this function isn't supported on Windows. (BTW this limitation, and the possible return code, aren't documented on https://mosquitto.org/api/files/mosquitto-h.html .) I've tried the following...

Hello, I've been trying to run the `eclipse-mosquitto:2` image and I've noticed it runs as root by default. I've also noticed in the dockerfile [a `mosquitto` user is created under...