mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
I am using Let's Encrypt docker container working with Nginx Webserver. The let's encrypt created the SSL certs and they work fine in the Nginx Webserver. They are hosted on...
These changes allow plugins to modify outgoing messages, and subscription topics/qos. Some features that could be built using this changes: - Dynamically limit the subscription QoS for some clients (example...
client and role entries repeat hundreds of times. I have 4 users and 4 roles, and the file is 200kbs long already, and it keeps growing. The interesting part is...
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 [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php)....
Version: 2.0.14 When persistenting data volumes all files are owned by user 1883 docker-compose.yml ``` services: #Eclipse Mosquitto mosquitto: container_name: eclipse-mosquitto image: eclipse-mosquitto:latest restart: unless-stopped environment: - PGID=1000 - PUID=1000...
I have two mosquitto brokers both are running on Ubuntu 20.04. A test environment running Mosquitto 2.0.10 and a live environment running 2.0.13. And for clarification test has a fraction...
Hello, I only want to allow one ip address with the listener. Only when I set listener 25500 172.16.x.x (listener port ip) the brocker does not start. What should I...
Hello, I'm using version 2.0.14 of mosquitto. I want to send multiple types of data including text and pictures at one time. The memory of this text and picture is...
This function will search the retained database and give the caller messages that match to the given subscription topic. No breaking changes. Duplicates some code from retain_queue. Happy to receive...
The mosquitto executable of the packages mosquitto 2.0.12 on raspbian bullseye, as well as on raspbian buster fail to run on a `Raspberry Pi Model B Rev 2` I've tried...