= 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. = Example Pages = This section contains screen captures of a browser displaying various pages served from an RTEMS target running SHTTPD. = Static Page = 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). [[Image(Rtems_shttpd_main.jpg)]] = 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. [[Image(Rtems_shttpd_cpuusage.jpg)]] = 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. [[Image(Rtems_shttpd_stackusage.jpg)]] [[BR]]