Defines | Functions

httpd-cgi.c File Reference

#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)

Detailed Description

Web server script interface

Author:
Adam Dunkels <adam@sics.se>

Definition in file httpd-cgi.c.