Contiki-NG
orchestra-rule-unicast-per-neighbor-rpl-storing.c File Reference

    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/routing/routing.h"

Go to the source code of this file.

Detailed Description

    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

Author
Simon Duquennoy simon.nosp@m.duq@.nosp@m.sics..nosp@m.se

Definition in file orchestra-rule-unicast-per-neighbor-rpl-storing.c.