Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] which client library to choose

I've been using it in a product for a couple of years now, it's very stable and we're using the C++ wrapper with no issues. The wrapper is a *very* thin layer around the C API so as long as you understand that, you should have no problems using the C++ API.

HTH

On 19 September 2016 at 21:58, <Michael.Chen@xxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi ALL:
        We are trying to use Mosquitto as MQTT broker in our product. Now, we
try to figure out which client library to use.
        So far, I am looking at the Eclipse Paho C library and libmosquittopp
library.
        Since we are developing in C++, so the C++ wrapper in libmosquittopp
library looks quite good for us.
        My questions is that the C++ implementation of libMosquittopp client
library is stable enough for product use? Is there any feature missed for
this library?


Thanks very much.

Michael

















_______________________________________________
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


Back to the top