Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Python MQTT native vs. as binding

On Fri, Dec 01, 2017 at 01:55:14PM +0000, Ian Craggs wrote:

> I've considered using SWIG before, but haven't (yet) invested the
> time & effort into getting it working.  Again, I'm fully open to
> contributions if someone gets there before me :-)

I won't promise anything, but maybe I'll give it a look...

But then I first need to get an impression about the C API.
Looking in the Fedora rpm I see 4 libs, libpaho-mqtt3{a,as,c,cs}.so,
and 3 header files.

What is the main place I should look for an explanation of these
variants?  Until now I found:

https://www.eclipse.org/paho/files/mqttdoc/MQTTClient/html/index.html
https://www.eclipse.org/paho/files/mqttdoc/MQTTAsync/html/index.html

-- 
--    Jos Vos <jos@xxxxxx>
--    X/OS Experts in Open Systems BV   |   Office: +31 20 6938364
--    Amsterdam, The Netherlands        |   Mobile: +31 6 26216181


Back to the top