Marco Thaller

Results 2 issues of Marco Thaller

Add CPP wrappers for additional libmosquitto functions and extend mosquittopp API: - pub_topic_check(const char *topic) - sub_topic_check(const char *topic) - ssl_get() Thank you for contributing your time to the Mosquitto...

We only use mosquitto types via pointers so we don't need full mosquitto headers to be included in our exported headers. This will make the life of users easier. We'll...