updated rpl-udp example with scalability test

This commit is contained in:
Joakim Eriksson 2015-08-20 17:13:46 +02:00
parent 3fd8c4db2d
commit f4255fad0f
6 changed files with 1009 additions and 28 deletions

View file

@ -107,7 +107,8 @@ PROCESS_THREAD(udp_server_process, ev, data)
SENSORS_ACTIVATE(button_sensor);
PRINTF("UDP server started\n");
PRINTF("UDP server started. nbr:%d routes:%d\n",
NBR_TABLE_CONF_MAX_NEIGHBORS, UIP_CONF_MAX_ROUTES);
#if UIP_CONF_ROUTER
/* The choice of server address determines its 6LoPAN header compression.