Forum Discussion
Altera_Forum
Honored Contributor
20 years agohelp on development board udp conection setup
hi, all i try to use nios2 development to realize the board and pc udp cimmunication i modify the demo provided by altera simple socket server, and after iniitialize the network, udp implement...
Altera_Forum
Honored Contributor
20 years agopopeye,
It looks like you're trying to use the "raw" API of LWIP, and yet you mention an example (simple socket server) that uses the sockets API. Which do you really want to use? If it's the "raw" API, then you need to download the stand alone LWIP (provided on this forum) and follow the example(s) that come with it. If it's the sockets API that you want to use, then you need to change your code to use the sockets API. Cheers, - slacker