lwip-contrib-mac/ports/unix/proj/minimal
2004-03-11 19:53:36 +00:00
..
echo.c Major stylo search/replace for "One space between keyword and opening bracket." 2003-05-01 13:27:52 +00:00
lwipopts.h Made compilable with 0.6.4. 2003-10-02 22:47:25 +00:00
main.c update minimal to new netif_add 2003-11-24 08:24:55 +00:00
Makefile Added raw.c to Makefile 2004-03-11 19:53:36 +00:00
mintapif.c set hw_addr_len in mintapif 2003-11-24 08:06:49 +00:00
mintapif.h Fixed bug #4988 (change return type of mintapif_init) 2003-09-20 15:08:38 +00:00
README add unix projects to contrib module 2003-01-31 13:35:43 +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.