New example that shows how to send and receive broadcast and unicast as well as how to use a simple Contiki list and a memb memory block pool.

This commit is contained in:
adamdunkels 2010-12-14 10:07:28 +00:00
parent 952dfc9384
commit 73cdccb9f4
2 changed files with 297 additions and 4 deletions

View file

@ -1,9 +1,7 @@
CONTIKI = ../..
ifndef TARGET
TARGET=netsim
endif
all: example-abc example-mesh example-collect example-trickle example-polite \
example-rudolph0 example-rudolph1 example-rudolph2 example-rucb \
example-runicast example-unicast
example-runicast example-unicast example-neighbors
include $(CONTIKI)/Makefile.include