Applicable Versions | NetSim Standard | NetSim Pro |
Applicable Releases | v11.1 | v12 | v13 |
RPL log file contains specific information related to RPL protocol, such as control message exchange with time stamps. Additional information related to ranks, parents, and siblings can be logged into it. For this information to be available in the RPL Logfile, you have to:
- Open the source codes by going to Open Simulation-> Workspace Options and click on the Open Code button. This will load the source codes in Visual Studio.
- Go to the RPL project in the solution explorer, expand, and double click on the RPL.h file.
- Uncomment the line #define DEBUG_RPL
- Ensure that you have set the build platform to x64/win32 based on the build of NetSim (64 or 32 bit) that you have installed.
- Right-click on the RPL project in the solution explorer and select rebuild.
NetSim IOT Main Page: https://tetcos.com/iot-wsn.html
Related articles:
how-to-access-the-neighbor-list-of-rpl-nodes-in-netsim-iot-
how-ranks-are-distributed-in-rpl-implemented-on-netsim-
can-you-provide-more-information-about-the-objective-function-in-netsim-rpl-
how-to-implement-objective-function-zero-for-rpl-protocol-in-netsim-iot-
how-to-implement-objective-function-one-mrhof-for-rpl-protocol-in-netsim-iot-