Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Initial Version and Version 1 of TBR/UserManual/Simple_HTTPD


Ignore:
Timestamp:
09/12/07 17:31:31 (17 years ago)
Author:
JoelSherrill
Comment:

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, ...

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/Simple_HTTPD

    v1 v1  
     1= Simple HTTPD =
     2
     3
     4Between 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.
     5= Static Page Example =
     6
     7
     8This is the top level index page for the http network demo using Simple HTTPD. 
     9This is served from the target using the In Memory FileSystem (IMFS).
     10
     11[[Image(Rtems_shttpd_main.jpg)]]
     12= CPU Usage Report =
     13
     14
     15The 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. 
     16
     17[[Image(Rtems_shttpd_cpuusage.jpg)]]
     18
     19= Stack Usage Report =
     20
     21
     22The 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. 
     23
     24[[Image(Rtems_shttpd_cpuusage.jpg)]]
     25[[BR]]