Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] paho python websocket support

Hi Milan,

thanks, the functionality definitely sounds useful. However I see that websocket-client is LGPL, so this could be an obstacle to us adopting this particular code. I have implemented the server side of the websockets protocol in this Python module: https://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.testing.git/tree/interoperability/mqtt/broker/start.py, so that approach may be an option.

I'll a further reply to Roger, the author of the Python client, when he's ready. I think he's quite busy at the moment.

Ian

On 09/21/2015 01:17 PM, Milan Toth wrote:
Dear Paho developers,


We needed websocket support for our paho python based application so we hid websocket-client ( https://pypi.python.org/pypi/websocket-client ) behind a standard socket API and added it to paho python as a third socket option besides standard socket and ssl-wrapped socket. There are 9 new/changed lines in the paho source, and we also had to modify websocket-client so it's not in its package-based form any more.


Is it something you need for the paho python project? Should we create a pull request with it?


Thanks,

Milan
_______________________________________________
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

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto



Back to the top