Forum Discussion
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.