hi,
I'm trying to create a simple udp client but I have a few problems.
I started from the helloworld_evmc6678l example which receives data and sends it back.
After receiving the first packet of data, the function recvncfrom() returns every few seconds with error number 35 (EWOULDBLOCK).
I tried setting the socket to blocking with no help.
The cards send me back the data for sometimes until it fails.
Any ideas?
Is there a better example somewhere?