rumpk/libs/membrane/external/lwip/contrib/apps/httpserver
Markus Maiwald 6e78b7f458 Rumpk Stability, NipBox Boot, and Repository Cleanup
- Fixed Rumpk RISC-V Trap Handler (SSCRATCH swap, align(4), SUM bit) to prevent double faults.

- Stabilized Userland Transition (fence.i, MMU activation) allowing NipBox execution.

- Restored Forge pipeline to build NipBox from source.

- Documented critical RISC-V trap mechanics in .agent/tips.

- Committed pending repository cleanup (obsolete websites) and new core modules.
2026-01-04 21:39:06 +01:00
..
README Rumpk Stability, NipBox Boot, and Repository Cleanup 2026-01-04 21:39:06 +01:00
httpserver-netconn.c Rumpk Stability, NipBox Boot, and Repository Cleanup 2026-01-04 21:39:06 +01:00
httpserver-netconn.h Rumpk Stability, NipBox Boot, and Repository Cleanup 2026-01-04 21:39:06 +01:00

README

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.