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
9
regression-tests/21-large-rpl/code/router/project-conf.h
Normal file
9
regression-tests/21-large-rpl/code/router/project-conf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#define QUEUEBUF_CONF_STATS 1
|
||||
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
||||
#define COOJA_MTARCH_STACKSIZE 4096
|
||||
|
||||
#define UIP_CONF_MAX_ROUTES 8
|
||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
||||
|
||||
/*#define RPL_CONF_DEFAULT_LIFETIME_UNIT 10
|
||||
#define RPL_CONF_DEFAULT_LIFETIME 10*/
|
Loading…
Add table
Add a link
Reference in a new issue