lwip-contrib-mac/ports/unix/proj/minimal
2012-05-11 22:42:32 +02:00
..
echo.c Updated author contact details. 2006-09-27 11:00:42 +00:00
echo.h Added missing newline at end of file. 2004-05-03 17:59:35 +00:00
lwipopts.h Bug34596: remove LWIP_TIMEVAL_PRIVATE setting from unix project lwipopts.h 2011-11-01 12:57:57 +00:00
main.c Create link-local addresses in all unix projects if LWIP_IPV6==1 2011-09-02 21:53:12 +02:00
Makefile Fixed unix makefiles by adding IPv6 source files to the binary 2012-02-14 21:43:21 +01:00
mintapif.c Patch by Sylvain Rochet: Fixed bug #36436: ethernet input flag not set on unix proj minimal mintapif 2012-05-11 22:42:32 +02:00
mintapif.h Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
README Enabled LWIP_SNMP for development in the 'minimal' example. 2006-08-21 10:21:54 +00:00
timer.c Updated author contact details. 2006-09-27 11:00:42 +00:00
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.