lwip-contrib-mac/ports/unix/proj/minimal
2010-02-09 13:19:01 +00:00
..
echo.c
echo.h
lwipopts.h MEMP_NUM_SYS_TIMEOUT needs to be 3 since now, timers are set up even for NO_SYS==1 2010-01-08 13:40:12 +00:00
main.c Fixed unix port after changing struct ip_addr to ip_addr_t 2010-02-09 13:19:01 +00:00
Makefile Fixed unix port after changing struct ip_addr to ip_addr_t 2010-02-09 13:19:01 +00:00
mintapif.c Removed invalid brace 2009-04-18 16:21:17 +00:00
mintapif.h
README
timer.c
timer.h

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. Additionally this
raw API example hosts the SNMPv1 agent for development purposes.