mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
mosquitto version:v1.5.4 describe:the server running mosquitto server reboot, client will reconnect server , this problem sometimes happen after server reboot a few seconds, and in mosquitto client log ,we find...
when i test this library in android.i met some strange crash,firstly i think it's my code error,but when i enable asan build and i find two client library crash,so i...
I'm pretty sure our server is properly running with encryption, because mqtt explorer will only connection with activated encryption. However, we get this when using `mosquitto_ctrl` to interact with the...
We are integrating mosquitto as our MQTT broker and are currently working on using using the dynamic security control topic ($CONTROL/dynamic-security/v1) for configuring users/groups/roles/acls. The idea is to send a...
I cannot compile moquitto 1.6.15 for FritzBox, while I could compile 1.6.8 successfully. Error message is `macro "pthread_testcancel" passed 1 arguments, but takes just 0` ``` make[2]: Entering directory '/freetz/source/target-mipsel_gcc-4.6.4_uClibc-0.9.32.1/mosquitto-1.6.15/src'...
Currently I only run mosquitto broker(v1.6.10). I got the error: Address already in use. All printed as follows  The steps to reproduce are as follows. 1. Implement all functions...
When using a bridge connection with multiple addresses, if the primary address disconnects, it will only ever attempt to reconnect using the second address. The behaviour is identical with round_robin...
This is shown in log : 1636686996: New connection from 192.168.1.10:58779 on port 1884. 1636686996: New connection from 192.168.1.10:52435 on port 1884. 1636686996: New connection from 192.168.1.10:53212 on port 1884....
Hi! Do not know if this is a bug or fault configuration on my side. I have upgraded from 2.0.8 to 2.0.14 and saw that the the $SYS stats are...
``` mosquitto_t * TLSInit(mosq_config_t * mConfig, void user_message_callback (void *f (mosquitto_t *,void *, const mosquitto_message_t *)), void * user_connect_callback) { int keepalive = 60; bool clean_session = true; printDivider(); mosquitto_t...