I am able to successfully run IOT RPL simulations in NetSim but in the results window, animator and plots I am not able to find the rank of the nodes. Please let me know how can I find this. Thanks
NetSim RPL log file contains specific information related to RPL protocol, such as control message exchange with time stamps. Information related to ranks, parent and siblings can be logged into it.
Open the source codes
Go to RPL project and open RPL.h file.
Un comment the line #define DEBUG_RPL
After successful build, upon running RPL simulations, you will be able to get rank and parent information in the rpl log file