Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Connection status

Hi,

 

I use successfully ‘libmosquitto’ in my application. I use the functions ‘mosquitto_connect’ to establish the connection and ‘mosquitto_loop_start’ to start a new thread to process network traffic.

 

What I would like is to be informed of the network connection status, is there any way to do that? The only function that I found is ‘mosquitto_log_callback_set’, but this is a general logging callback function, not a specific one about the network connection status with an integer value.

 

Thanks,

 

Philippe Willems

 


Back to the top