[CSE]  Advanced Operating Systems 
COMP9242 2011/S2 
UNSW
CRICOS Provider
Number: 00098G

PRINTER Printer-Friendly Version

lwIP Library

lwIP is a light-weight IP stack. It provides both UDP and TCP implementations, however for this project we will only be using UDP. You do not need to call this library directly apart from the initial setup, for which we have provided sample code in the network.c file.

If you are feeling adventurous and want to use the stack directly you, can look at the code in libnfs and the lwIP header files.


Last modified: 29 Jun 2011.