|
Contiki 3.x
|
Orchestra: a slotframe dedicated to unicast data transmission.More...
#include "contiki.h"#include "orchestra.h"#include "net/ipv6/uip-ds6-route.h"#include "net/packetbuf.h"#include "net/rpl/rpl-conf.h"Go to the source code of this file.
Orchestra: a slotframe dedicated to unicast data transmission.
Designed for RPL storing mode only, as this is based on the knowledge of the children (and parent). If receiver-based: Nodes listen at a timeslot defined as hash(MAC) % ORCHESTRA_SB_UNICAST_PERIOD Nodes transmit at: for each nbr in RPL children and RPL preferred parent, hash(nbr.MAC) % ORCHESTRA_SB_UNICAST_PERIOD If sender-based: the opposite
Definition in file orchestra-rule-unicast-per-neighbor-rpl-storing.c.
1.8.6