Altera_Forum
Honored Contributor
20 years agoProblem about LAN
HI all, i write a Web Server with NIOS and i need a documentation about the model Client/Server in NIOS. Can i help me? Do you use Berkeley's Socket? Thanks a lot, Gianluca
If you can't use MicroC/OS-II and you wish to use LWIP you have to use the raw API. All the documentation there is can be found in the directory altera\kits\nios2\components\altera_lwip\UCOSII\src\downloads\lwip-1.1.0\doc\rawapi.txt. That said you'll need to modify the code to work standalone, http://www.niosforum.com/forum/index.php?a...t=st&f=16&t=949 (http://www.niosforum.com/forum/index.php?act=st&f=16&t=949) may be a good starting point.
Or you could look at eCos which contains an IP stack and has a sockets API.