How can I write a websocket server program on openmv?

I want to make data interaction between openmv and web, but I don’t know how to write a websocket server program on openmv.

Hi, there’s no builtin support for websockets because it requires LWIP which we can’t use with WINC.

Wait, what do you mean? We support TCP and we sockets are just data over TCP.

We might not have any code to help out doing this except from the lowest level but we should definitely be able to do it.

The MicroPython module/code that does that depends on lwip, that’s why it’s not enabled.