uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Embed: (wiki syntax)

« Back to documentation index

Web server

Web server
[Apps]

The uIP web server is a very simplistic implementation of an HTTP server. More...

Files

file  httpd-cgi.cpp
 

Web server script interface.


file  httpd-cgi.h
 

Web server script interface header file.


file  httpd.cpp
 

Web server.


Functions

void httpd_init (void)
 Initialize the web server.

Detailed Description

The uIP web server is a very simplistic implementation of an HTTP server.

It can serve web pages and files from a read-only ROM filesystem, and provides a very small scripting language.


Function Documentation

void httpd_init ( void   )

Initialize the web server.

This function initializes the web server and should be called at system boot-up.

Definition at line 346 of file httpd.cpp.