• Home
Name Date Size #Lines LOC

..--

READMED22-Oct-2025335 138

httpserver-netconn.cD22-Oct-20253 KiB10467

httpserver-netconn.hD22-Oct-2025146 74

README

1HTTPSERVER
2
3This is a demonstration of how to make the most basic kind
4of server using lWIP.
5
6* httpserver-raw.c - uses raw TCP calls (coming soon!)
7
8* httpserver-netconn.c - uses netconn and netbuf API
9
10This code updates the examples in Adam Dunkel's original
11lwIP documentation to match changes in the code since that
12PDF release.
13