Contiki-NG
orchestra-rule-special-for-root.c File Reference

    Orchestra: a slotframe dedicated to unicast data transmission to the root.
More...

#include "contiki.h"
#include "orchestra.h"
#include "sys/log.h"

Go to the source code of this file.

Detailed Description

    Orchestra: a slotframe dedicated to unicast data transmission to the root.

See the paper "TSCH for Long Range Low Data Rate Applications", IEEE Access

Warning: the root rule should not be used together with the NS rule! The issue is in the prioritization of the different rules - NS rule is prioritized over the root rule, because it has a lower slotframe handle. In the NS rule, all slots potentially are active, and all-but-one slots are for Tx. This leads to a NS-rule slot is always being selected over a root-rule slot.

Author
Atis Elsts atis..nosp@m.elst.nosp@m.s@gma.nosp@m.il.c.nosp@m.om

Definition in file orchestra-rule-special-for-root.c.