Forum Discussion
Altera_Forum
Honored Contributor
20 years agoTCP connection example
I made this post earlier under the microC-subject, however, I would also be interesting in a general standalone example using lwIP. I am trying to make a TCP connection to a server with a nios ...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by bigmickey@Feb 2 2006, 10:24 AM http://forum.niosforum.com/forum/index.php?showtopic=949 (http://forum.niosforum.com/forum/index.php?showtopic=949)
is what you need
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=12502)
--- quote end ---
--- Quote End --- I am looking for an example that makes a TCP connection under uC/OSII, the only examples I have found are servers and perhaps some UDP-broadcast. Allthough I have managed to make a UDP send to a particular IP by using: inet_addr("123.123.123.123") Still no luck for the TCP one. /E