You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tested 6lbr with 230 nodes and can only see 210 nodes at the webinterface and the node export.
I changed, NBR_TABLE_CONF_MAX_NEIGHBORS, UIP_CONF_MAX_ROUTES and RPL_NS_CONF_LINK_NUM to 1500. I must even change the contiki uip_ds6_list_loop function to accept uint16_t size. I'm using the latest 6lbr version 1.5 on a raspberry pi.
My goal is 1000 nodes, but now i got stuck at 210, are there any other limitations ?
The text was updated successfully, but these errors were encountered:
MartinNPN
changed the title
Not more than 210 nodes get found
only 210 nodes get found
Sep 26, 2019
Hello,
i tested 6lbr with 230 nodes and can only see 210 nodes at the webinterface and the node export.
I changed, NBR_TABLE_CONF_MAX_NEIGHBORS, UIP_CONF_MAX_ROUTES and RPL_NS_CONF_LINK_NUM to 1500. I must even change the contiki
uip_ds6_list_loop
function to accept uint16_t size. I'm using the latest 6lbr version 1.5 on a raspberry pi.My goal is 1000 nodes, but now i got stuck at 210, are there any other limitations ?
The text was updated successfully, but these errors were encountered: