Simulation test with more RPL nodes than the network can handle that attempt to access a remote HTTP server. After completing their connection, they go to feather mode, freeing up route table entries in the network, to let more nodes reach the HTTP server
This commit is contained in:
parent
bfb29d2f11
commit
52006aec0f
9 changed files with 1242 additions and 0 deletions
7
regression-tests/21-large-rpl/code/node/Makefile
Normal file
7
regression-tests/21-large-rpl/code/node/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CONTIKI=../../../..
|
||||
|
||||
MODULES += core/net/http-socket
|
||||
|
||||
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue