Forum Discussion
Altera_Forum
Honored Contributor
19 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