Added simple web server listing the neighbors and routes
This commit is contained in:
parent
6909f291af
commit
8c49cf26e5
5 changed files with 425 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue