mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
Problem: mosquitto is being used as a bridge for multiple local clients that are subscribing to topics on a remote MQTT broker. There is a large number (1000s) of topics...
I have seen that mosquitto got support for openssl 1.1.0 recently. as far as I understand this would also allow to limit the maximum fragment size sent on TLS connections....
I'm starting experiments with the very useful DNS SRV record for broker address discovery/retrieval. My setup is (now) a local dnsmasq server serving SRV records with (partial config): ```bash $...
We would like to add socket activation support, that is, systemd opens a TCP socket and listens for connections, once the first connection is made the mosquitto server is started...
Currently I can find out which remote broker the bridge is connected to by subscribing to "`$SYS/broker/log/N`", but because subscribing to this topic means I get all notices and not...
If the mqtt host resolves to both IPv6 and IPv4 addresses, and there is a routing issue over IPv6, mqtt should fall back to IPv4. See http://dev.eclipse.org/mhonarc/lists/mosquitto-dev/msg01633.html for more details.
Hello, I have a configuration where Mosquitto connects to RabbitMQ (source of messages) as a client and acts like a bridge, sending them to another system. I don't want to...
Even though they should not, topics can include spaces. Bridges configuration does not support this. https://github.com/eclipse/mosquitto/blob/master/src/conf.c#L1551 Should use `conf_parse_string`?
Is there any reason there isn't a way to load certs from memory? It seems mosquitto_tls_set only takes file paths. If I wanted to store private keys encrypted on storage,...
i changed the user password by command mosquitto_passwd. should i restart the mosquitto.exe to validate it?