lwip/proj/minimal
2002-10-19 12:59:30 +00:00
..
echo.c Initial revision 2002-10-19 12:59:30 +00:00
lwipopts.h Initial revision 2002-10-19 12:59:30 +00:00
main.c Initial revision 2002-10-19 12:59:30 +00:00
Makefile Initial revision 2002-10-19 12:59:30 +00:00
mintapif.c Initial revision 2002-10-19 12:59:30 +00:00
mintapif.h Initial revision 2002-10-19 12:59:30 +00:00
README Initial revision 2002-10-19 12:59:30 +00:00

This is an example of a very minimal lwIP project. It runs in a single
thread and runs a single example application - an echo server. The
echo application is implemented using the raw API.