Remote micropython coding using Wifi Shield

If I can communicate with OpenMV via Wifi, theoretically I should be able to remotely program the OpenMV instead of using the USB? What do I need to send updated py files and then run it? I don’t seem to see any examples of this in the OpenMV IDE Examples repository.

We don’t have WiFi debugging working right now. However, we improve the WiFi performance enough now where it’s possible.

If you just want to use the WiFi feature to send data around that already works via sockets.

Not data but the code itself. Is it possible now that Wifi debugging is kind of working?

Arduino wants us to get this working. It’s on our todo list. I have a lot of thermal camera performance things to get working first.