| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README | D | 22-Oct-2025 | 335 | 13 | 8 | |
| httpserver-netconn.c | D | 22-Oct-2025 | 3 KiB | 104 | 67 | |
| httpserver-netconn.h | D | 22-Oct-2025 | 146 | 7 | 4 |
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