I'm using contiki-ng with the TI Simplelink CC1310 and with RPL in non-storing mode and my objective is to get the routes of the DODAG at the root of the network in order to know which nodes are accessible by the root directly or indirectly (via another hops).
I see that in the contiki-ng wiki, in the rpl tutorial, there is some track about how to do this, but using the shell. My plan is to do it using code.
Thank you in advance!