lwip-contrib-mac/ports/unix/proj/minimal
2011-07-28 21:55:53 +02:00
..
echo.c
echo.h
lwipopts.h
main.c Adapted to changes in tcp.h / added tcp_impl.h 2010-02-21 11:35:37 +00:00
Makefile Tried to fix the unix port projects after adding IPv6 2011-07-28 21:55:53 +02:00
mintapif.c
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.