Skip to content
Snippets Groups Projects
Commit 7fc721e2 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #2396 from BytesGalore/rpl_udp_add_default_values_to_readme

examples/rpl_udp: added the explicit default values as values to the README.md
parents a8c71098 d593d497
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ First switch to this application directory: ...@@ -5,8 +5,8 @@ First switch to this application directory:
The build system provides three specific parameters for the RPL module. The build system provides three specific parameters for the RPL module.
These parameters are: These parameters are:
* `RPL_MOP` sets the _mode of operation_ (MOP) of RPL. _The default value is used if this variable is not set._ * `RPL_MOP` sets the _mode of operation_ (MOP) of RPL. _The default value (`0x02`) is used if this variable is not set._
* `RPL_MAX_ROUTING_ENTRIES` sets the desired maximum number of entries for the RPL routing table. _If this parameter is not provided, a default value is used._ * `RPL_MAX_ROUTING_ENTRIES` sets the desired maximum number of entries for the RPL routing table. _If this parameter is not provided, a default value (`128`) is used._
* `RPL_NODE_IS_ROOT` indicating the build is specifically for a root node. This parameter is **only required** for using `RPL_MOP_NON_STORING_MODE` MOP to initialize a RPL routing table. The parameter is ignored in all other cases. _For non-storing MOP a node does not require to provide a routing table._ * `RPL_NODE_IS_ROOT` indicating the build is specifically for a root node. This parameter is **only required** for using `RPL_MOP_NON_STORING_MODE` MOP to initialize a RPL routing table. The parameter is ignored in all other cases. _For non-storing MOP a node does not require to provide a routing table._
These RPL build parameters and their according _default_ values are used in the [`rpl_config.h`](https://github.com/RIOT-OS/RIOT/blob/master/sys/net/include/rpl/rpl_config.h). These RPL build parameters and their according _default_ values are used in the [`rpl_config.h`](https://github.com/RIOT-OS/RIOT/blob/master/sys/net/include/rpl/rpl_config.h).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment