Altera_Forum
Honored Contributor
12 years agoUnloading Packet
Hi
I am making a video application witch receives UDP packet from a sender on my computer. I receive the packet just fine with the rcvfrom function using the nichestack. Now i need to send these packet out of the nios processor for me to processes with VHDL blocks we have made. I was wondering what was the best way of sending the Char data string out of the nios for processing. I was think to use just standard PIO to be able to connect those to my HDL blocks. I was also looking at the UDP offload example but it dose not look like the packet are actually sent outside the SOPC system (witch is what i want) So i was wondering if there was a better way of outputting data out of the NIOS processor. thanks