wiki:TBR/UserManual/Simple_HTTPD

Version 1 (modified by JoelSherrill, on 09/12/07 at 17:31:31) (diff)

New page: Between the 4.7 and 4.8 RTEMS Release series, the Simple HTTPD (http://shttpd.sourceforge.net/) was merged into the CPU Kit portion of the RTEMS source distribution. As the name implies, ...

Simple HTTPD

Between the 4.7 and 4.8 RTEMS Release series, the Simple HTTPD (http://shttpd.sourceforge.net/) was merged into the CPU Kit portion of the RTEMS source distribution. As the name implies, this is a small and simple HTTPD implementation. From an RTEMS perspective, it can serve static pages from the filesystem or invoke user routines for dynamic content.

Static Page Example

This is the top level index page for the http network demo using Simple HTTPD. This is served from the target using the In Memory FileSystem? (IMFS).

Imported from old wiki.

CPU Usage Report

The http network demo program includes a user callback routine which uses the standard RTEMS CPU Usage Reporting facility but redirects their output through the web server.

Imported from old wiki.

Stack Usage Report

The http network demo program includes a user callback routine which uses the standard RTEMS Stack Usage Reporting facility but redirects their output through the web server.

Imported from old wiki.

Attachments (4)

Download all attachments as: .zip