Skip to main content

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

Hi Phillipe,
You can use mosquitto_connect_callback_set and mosquitto_disconnect_callback_set for tracking network connection.

2018-06-20 18:08 GMT+03:00 Philippe Willems <philippe.willems@xxxxxxxxxxxxxxxxxxxxxxxxx>:

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

 


_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev



--
Thank you,
Sergey Shevchik

Back to the top