nes-proj/examples/6tisch/simple-node
Atis Elsts b955dbe9a1 TSCH simple node: also set coordinator id node_id == 1 on Z1 2019-01-14 14:55:34 +00:00
..
Makefile Remove BOARDS_EXCLUDE for TSCH examples: now they can be built for CC13xx boards 2018-10-13 14:07:10 +01:00
README.md Moving rpl-tsch examples into folder 6tisch 2017-10-30 21:49:02 +00:00
node.c TSCH simple node: also set coordinator id node_id == 1 on Z1 2019-01-14 14:55:34 +00:00
project-conf.h Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
rpl-tsch-cooja.csc Cooja .csc files: do not load collect-view 2018-02-01 05:03:55 -08: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.