[SOLVED] uansycio.websocket.server/example_websock.py

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
pidou46
Posts: 101
Joined: Sat May 28, 2016 7:01 pm

Re: uansycio.websocket.server/example_websock.py

Post by pidou46 » Wed Sep 25, 2019 1:16 pm

I have applied some bits from pycopy-lib and now it work :

sever.py
line 10 :

Code: Select all

    respkey = ubinascii.b2a_base64(respkey)[:-1]
line 57:

Code: Select all

	await writer.awrite("\r\n\r\n")
nodemcu V2 (amica)
micropython firmware Daily build 05/31/2016

Post Reply