Zynq_UDP
Zynq_UDP copied to clipboard
Transfer data over UDP with a Zedboard. This is an example project that transmits and receives data over UDP.
I have successfully implemented this code on zedboard and monitored the packet over Wireshark. Now I want to process the packet on the PL side. Could you help me with...
Hi, what is the remote ip used for? `IP4_ADDR(&RemoteAddr, 10, 0, 0, 77);`
After following the README file's instructions, I wasn't able to get this code to compile using Xilinx SDK 2018.3 . I wasn't the only person who experienced this, so I...
For this code to work with newer versions of Vitis the type has to be replaced. The original note by Lance Simms can be found [in chapter 3 part 1.2](https://lancesimms.com/Xilinx/MicroZed_UDP_Server_for_Waveform_Centroiding_Chapter3_Part1.html)...
hello, i am doing my project on Microzed to connect and send a packet of data,i am new to this,trying it for a long time using example project, vivado 2018.1,i...