Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
I never tried it with Nios, but I guess you can do it like on other common systems.
First of all replace the bind() and listen() calls with connect(); then replace recv() with send() and change the code flow according to the client perspective. I think you can use the select() as well to callback the event handler functions