Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPorting linux based application on uCOS
Hello, I am new to this forum and to uCos. I am trying to investigate if we can port our application on uCos II. Could some one please share their views/experience about uCos II. Our applc...
Altera_Forum
Honored Contributor
13 years agouCOS doesn't have a POSIX API, so you'll have to convert all your pthread, semaphores and mutex calls to the uCOS API.
As for raw sockets, AFAIK there is no API to access them. The Interniche TCP/IP stack is rather simple, and if you want raw sockets you'll probably have to go into the stack code and modify it yourself.