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 agoAre you using the standalone LWIP port for the Altera HAL? If so, the better thing you can do is to modify the example that is distributed together with the LWIP port... (Note that you have to use the raw API, not the socket API... there is a text file inside the demo)
bye PJ