Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFunction socket( ) NIOS II IDE
Hi all, I am trying to implement a UDP-server on my NIOS II dev kit. In order to create a UDP-server I am trying to implement the function socket( ) to establish a connection. But I don't k...
Altera_Forum
Honored Contributor
20 years ago- Yes, the RAW API is typically more efficient than the socket API... (however, it is a little bit more complex to be used)
- about the missing .h files... the readme cites a set of directories that have to be added to the project. Please follow exactly the readme file... PJ