README 335 B

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