Releases: Vovaman/micropython_async_websocket_client
Releases · Vovaman/micropython_async_websocket_client
v0.3.3
CERT_NONE and CERT_OPTIONAL are added for TLS.
v0.3.0
TLS support is added.
Install method is changed.
v0.2.1
Test links.
Don't use this release.
v0.2.0
Fix for big data packet.
Author: mutatrum
v0.1.8
Partial support for wss protocol is added.
Author: huytranle
⚠️ Disclaimer! Server and client certificates verification
is not supported in this version.
Waiting for new micropython release...
v0.1.7
Websocket can send custom headers to server in handshake function. Author: pluzmedia
First working release
First working release.
AsyncWebsocketClient - class to connect and keep alive connection to server. Allows send and read data.