Ethernet Receive Problem

not yet, but I’m working also on UDP communication now.
In the examples, I found only this for the Eth state change:

I’ve used it similar, but its dangerous because the callback runs in an interrupt context.

The blocking recvfrom() works fine, but I will look also for event driven communication.