Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTCP/IP communication using DE2
Hi, i need some ideas to be able to start with my project. My project is to capture image using a camera and transfer to FPGA. FPGA will be connected to the LAN port of router. My question is...
Altera_Forum
Honored Contributor
13 years agoYou could make use of UDP instead of TCP. It is much easier to implement. (the only drawback is no guarantee that packets will arrive safely) If you absolutely need TCP, you may consider using a NIOS to manage the TCP connection correctly. Learn the basics for ethernet connectivity first. (Preamble, MAC header, IP header, and TCP or UDP) Once you understand what each bit is used for in the headers, you should be able to work out how the ethernet will work for you.
If you get stuck with your code, post it along with the specific problem you are having and you will probably get some help.