Contiki 2.5
|
A simple web server forwarding page generation to a protothreadMore...
#include <stdio.h>
#include <string.h>
#include <avr/pgmspace.h>
#include "contiki-net.h"
Go to the source code of this file.
Variables | |
webserver_log_file & | uip_conn |
Pointer to the current TCP connection. More... | |
A simple web server forwarding page generation to a protothread
Definition in file httpd-simple-avr.c.