IPv6 Multicast Example

This commit is contained in:
George Oikonomou 2012-12-14 15:44:46 +00:00 committed by George Oikonomou
parent 230881df44
commit 0bbb574689
6 changed files with 708 additions and 0 deletions

View file

@ -0,0 +1,11 @@
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
UIP_CONF_IPV6=1
CONTIKI_PROJECT = root intermediate sink
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
MODULES += core/net/ipv6/multicast
include $(CONTIKI)/Makefile.include