Results 9 comments of anecdata

Would be nice to have a facility to see, on-disk and at runtime, what bundle version is installed and in use. VERSIONS.txt shows the bundle date (and of course all...

I hope you don't mind, I edited to add syntax highlighting.

You may have moved way past this by now, but... I don't think you necessarily need async for this, just a timeout so that it's non-blocking. Note that you can...

There is now an `asyncio` TCP server example: https://github.com/anecdata/Socket/blob/main/examples/tcp_server_CircuitPython_NATIVE_async.py I think this is answered. Closing. Feel free to re-open or open a new issue if questions remain.

Yes, ESP32SPI == Nina FW == Airlift I've only posted what I've personally tested. I use ESP32-S2 predominantly since it's stable, has SSL, etc. Proving that out creates a baseline...

I think this is answered. Closing. Feel free to re-open or open a new issue if questions remain.

Thanks. I don't recall why I never got around to doing a WIZnet server, but I'll try to add an example for completeness. WIZnet socket examples _should_ work like native...

Some use cases for multiple network interfaces, fwiw: https://gist.github.com/anecdata/456524f8e38c207931afd0dedf6bec89?permalink_comment_id=5040949#gistcomment-5040949

@peterharperuk Being limited to same channel is the limiting factor in most of those use cases I listed. One radio, one channel at a time, so probably not very useful...