Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by slacker@May 2 2006, 12:40 AM popeye,
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
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14904)
--- quote end ---
--- Quote End --- thanks for your reply i actually dunt mind which api to use in fact, what confuse me is about udp server and client relationship i am trying to work out it and later when i finish, i will post all the code as a referece for those who met same problem