I currently Work on the issue of UDP frames (From Zedboard to a computer) using the local network. I already managed via a C code in the SDK to communicate with Zedboard terminal odinateur (I Work on windows 7), but I have no idea about the UDP communication, help me please.
I have created a system that uses UDP to transmit and receive data. It transmits a small UDP packet every 0.5 seconds, and receives UDP packets. You can modify it as needed for your application.
The project does not do anything with the UDP data payload it receives -- it just tosses the data. You can easily insert your application code to do something with it.
I have posted the project (along with instructions) on Github here: https://github.com/delhatch/Zynq_UDP