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:
parent
952dfc9384
commit
73cdccb9f4
2 changed files with 297 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue