Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUDP server NIOS II IDE
Hi all, on the web I found an example of a UDP-server but it doens't seem to compile. It sais it doesn't know the right directory. Could you tell me what the problem is?! # include "l...
Altera_Forum
Honored Contributor
20 years agoDanny,
For the necessary includes, and other stuff you have to take care of, please view either the simple socket server example or the web server example. These are both good places to start, even though they're both based upon TCP. You need to understand one (or both) of these examples prior to proceeding! The only difference, in your case, is the tasks you'll be kicking off with sys_thread_new(). You could simply add a new task calling a function which wraps your code. Best Regards, - slacker