Skip to main content

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

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


Back to the top