lwip-contrib-mac/ports/unix/proj/minimal
2009-04-18 16:21:17 +00:00
..
echo.c
echo.h
lwip_prvmib.c
lwipopts.h
main.c ports/unix/minimal: correct timer handling (ue defines, TCP fasttimer calls slowtimer); let mintapif use ethernet_input 2009-04-18 11:21:24 +00:00
Makefile
mintapif.c Removed invalid brace 2009-04-18 16:21:17 +00:00
mintapif.h
private_mib.h
README
timer.c
timer.h ports/unix/minimal: correct timer handling (ue defines, TCP fasttimer calls slowtimer); let mintapif use ethernet_input 2009-04-18 11:21:24 +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. Additionally this
raw API example hosts the SNMPv1 agent for development purposes.