summaryrefslogtreecommitdiff
path: root/contrib/apps/httpserver/README
blob: 1f18bb81c9cf2f4ec57dcab0eadd5c5c27178b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HTTPSERVER

This is a demonstration of how to make the most basic kind 
of server using lWIP.

* httpserver-raw.c - uses raw TCP calls (coming soon!)

* httpserver-netconn.c - uses netconn and netbuf API

This code updates the examples in Adam Dunkel's original
lwIP documentation to match changes in the code since that
PDF release.