#include "uip.h"#include "psock.h"#include "httpd.h"#include "httpd-cgi.h"#include "httpd-fs.h"#include "../mprintf/mprintf.h"#include <string.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | PASSWORD "sisca" |
Functions | |
| HTTPD_CGI_CALL (temp,"tag-temp", cgitemperature) | |
| HTTPD_CGI_CALL (setp,"tag-setpoint", cgisetpoint) | |
| HTTPD_CGI_CALL (estad,"tag-estado", cgiestado) | |
| void | cgiProcessFormInput (char *pcInputString, int xInputLength) |
Web server script interface
Definition in file httpd-cgi.c.
1.7.1