lwip-contrib-mac/ports/unix/proj/minimal
2010-02-02 19:39:25 +00: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 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 recent changes 2010-01-30 14:16:47 +00:00
Makefile Moved lwip_prvmib.c and private_mib.h from unix/proj/minimal to apps/snmp_private_mib and extended it for write support and usage with memory buffers instead of files to be used under non-posix OSes as an example 2010-02-02 19:39:25 +00:00
mintapif.c Removed invalid brace 2009-04-18 16:21:17 +00: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.