ESP32 websocket with micropython

misterRRR
Posts: 1
Joined: Mon Mar 13, 2023 8:48 am

ESP32 websocket with micropython

Postby misterRRR » Mon Mar 13, 2023 8:53 am

Hi, I've been trying to work with websocket with async [uasyncio ] with websocket in micropython for 2 weeks now. So far no luck.
the one's I'm able to run properly, they have limitations that I cannot do another work concurrently using

Code: Select all

asyncio.create_task
.
I tried various libraries like MicroWebSrv, MicroWebSrv2, picoweb.
what I was trying to do is:
make a server [access point], which accepts connection of the client, do some calculations like simple sum of 2 numbers, then send it back to client. and one client will be able to talk with another client.

Any idea or suggestions please?

Who is online

Users browsing this forum: Baidu [Spider], Google [Bot] and 106 guests