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 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