nes-proj/examples/ipv6/rpl-tsch
Simon Duquennoy 20559fd308 Auto-include project-conf.h whenever found 2017-10-07 09:45:38 +02:00
..
Makefile Auto-include project-conf.h whenever found 2017-10-07 09:45:38 +02:00
README.md
node.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
project-conf.h TSCH: move platform-specific configuration flags to platform configuration files 2017-09-22 14:34:20 +02:00
rpl-tsch-cooja.csc Removing platform z1 2017-05-17 13:48:01 +02:00

README.md

A RPL+TSCH node. Will act as basic node by default, but can be configured at startup using the user button and following instructions from the log output. Every press of a button toggles the mode as 6ln, 6dr or 6dr-sec (detailled next). After 10s with no button press, the node starts in the last setting. The modes are:

  • 6ln (default): 6lowpan node, will join a RPL+TSCH network and act as router.
  • 6dr: 6lowpan DAG Root, will start its own RPL+TSCH network. Note this is not a border router, i.e. it does not have a serial interface with connection to the Internet. For a border router, see ../border-router.
  • 6dr-sec: 6lowpan DAG Root, starting a RPL+TSCH network with link-layer security enabled. 6ln nodes are able to join both non-secured or secured networks.