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

Hi Jos,

The Paho Python client originally started out as a wrapper to the
mosquitto c library but moved to being a pure Python implementation
because it made it much easier to deal with for everybody.

You can see the old source here:

https://bitbucket.org/oojah/mosquitto/src/e46963e90dad73ba891ac215961b5d437e57958c/lib/python/mosquitto.py?at=v0.15

Cheers,

Roger



On 1 December 2017 at 12:41, Jos Vos <jos@xxxxxx> wrote:
> Hi,
>
> Just wondering:
>
> The Paho-MQTT Python package now seems to implement the MQTT protocol
> purely in Python.  I'm using it and in principle I'm happy with it.
>
> But did someone ever think of writing a Python binding for the Paho-C
> library and could that improve performance for high-volume clients
> (think of thousands of messages per second received/published)?
>
> --
> --    Jos Vos <jos@xxxxxx>
> --    X/OS Experts in Open Systems BV   |   Office: +31 20 6938364
> --    Amsterdam, The Netherlands        |   Mobile: +31 6 26216181
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top