Contiki-NG
orchestra-rule-unicast-per-neighbor-rpl-ns.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"

Go to the source code of this file.

Detailed Description

    Orchestra: a slotframe dedicated to unicast data transmission.

Designed primarily for RPL non-storing mode but would work with any mode-of-operation. Does not require any knowledge of the children. Works only as received-base, and as follows: Nodes listen at a timeslot defined as hash(MAC) % ORCHESTRA_SB_UNICAST_PERIOD Nodes transmit at: for any neighbor, hash(nbr.MAC) % ORCHESTRA_SB_UNICAST_PERIOD

Author
Simon Duquennoy simon.nosp@m..duq.nosp@m.uenno.nosp@m.y@in.nosp@m.ria.f.nosp@m.r

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