Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSome help in NicheStack Tcp/IP
Hi,
Does anyone know any example or can give me some steps about how making tcp client on the Nios II board that talks to my computer which is the server by using the NicheStack Tcp/IP in the MicroC/US os? Regrads, Hany Assasa2 Replies
- Altera_Forum
Honored Contributor
You can start with the Simple Sockets Server example, remove all the server part, and add any sample code you can find on the net that uses the socket API.
You can find examples on wikipedia (http://en.wikipedia.org/wiki/berkeley_sockets) - Altera_Forum
Honored Contributor
Hello Hany_Assasa were u able to solve the problem ?? i have the same issue as i want to communicate between 2 systems one with Startix Board by modifying the SSS example. I am not able to do it. If u have solved it please help me out.