Added simple web server listing the neighbors and routes

This commit is contained in:
nifi 2010-05-09 12:52:05 +00:00
parent 6909f291af
commit 8c49cf26e5
5 changed files with 425 additions and 2 deletions

View file

@ -5,7 +5,9 @@ CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
APPS += webserver
CFLAGS += -DPROJECT_CONF_H=\"project-router-conf.h\"
PROJECT_SOURCEFILES += slip-bridge.c
PROJECT_SOURCEFILES += slip-bridge.c httpd-simple.c
include $(CONTIKI)/Makefile.include