Contiki 3.x
|
This file implements 'Stateless Multicast RPL Forwarding' (SMRF)More...
#include "contiki.h"
#include "contiki-net.h"
#include "net/ipv6/multicast/uip-mcast6.h"
#include "net/ipv6/multicast/uip-mcast6-route.h"
#include "net/ipv6/multicast/uip-mcast6-stats.h"
#include "net/ipv6/multicast/smrf.h"
#include "net/rpl/rpl.h"
#include "net/netstack.h"
#include <string.h>
#include "net/ip/uip-debug.h"
Go to the source code of this file.
This file implements 'Stateless Multicast RPL Forwarding' (SMRF)
It will only work in RPL networks in MOP 3 "Storing with Multicast"
Definition in file smrf.c.