Contiki 2.5
Modules | Files | Data Structures | Macros

Modules

 Flooding Routing module
 

Files

file  routing.h
 this file defines the interface for routing modules
 

Data Structures

struct  route_t
 the route_t struct is used to inform the network interface which bundle should be transmitted to whicht node More...
 
struct  routing_driver
 Interface for routing modules. More...
 

Macros

#define ROUTING   routing_flooding
 Which routing driver are we going to use?
 
#define ROUTING_NEI_MEM   2
 For each bundle, how many neighbours to which the bundle has been sent before should be stored?
 
#define ROUTING_FLAG_IN_DELIVERY   0x01
 Routing bundle Flags.
 
#define ROUTING_STATUS_OK   0x01
 Routing sent status reports.
 

Detailed Description