Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Galfonz and ted Thanks for your fast response. For clarifying some things I have fully implemented one of the simplest protocols ARP (address resolution protocol) which it purpose is to get the MAC address of a specific IP address by concentrating on one layer at a time and it worked. The confusion started when I wanted to send a text or an image. These "RFC's" document seems to be complicated, but I will try to understand whats in them. By the way and until now I didn't find any protocol for sending an image? Thanks again and have a nice day. --- Quote End --- What is your objective? Are you doing image processing and just want to get the image out of your FPGA with least effort? Use a processor and software and standard protocol like FTP/HTTP so you don't have to also write software on PC. Are you doing video processing with bandwidth exceeding what is practical with software? Use hardware generating UDP and write your own PC software.