Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4151

MicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?

$
0
0
Going back to thinking about a non-LwIP set-up, handling raw Ethernet packets as they arrive, I was reminded of Jeremy P Bentham's 'PicoWi' project which is an alternative implementation of the CYW43 driver and network stack which may prove more suitable for high-speed streaming -

https://iosoft.blog/2022/12/06/picowi

That uses the Pico SDK save for the CYW43 drivers and LwIP so was pretty easy to get up and running with.

It's not as full-featured but does seem to have some features the CYW43 drivers don't such as auto-rejoin if the network is lost and also packet tracing which could be useful in its own right. It all seems a lot easier to comprehend than the CYW43 drivers.

Statistics: Posted by hippy — Tue Jul 30, 2024 8:39 pm



Viewing all articles
Browse latest Browse all 4151

Trending Articles