N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_aodv.h File Reference

WSN mesh network routing mechanism - Ad Hoc Distance Vector. More...

#include <sys/socket.h>
#include "mesh_route_api.h"

Go to the source code of this file.

Functions

void aodv_on_demand_discovery (protocol_t *proto, u_int32_t dest)
int aodv_send_mesh_discovery (protocol_t *proto, int sd, int flags)
int aodv_recv_mesh_discovery (protocol_t *proto, int sd, int num_links)

Variables

protocol_t aodv


Detailed Description

WSN mesh network routing mechanism - Ad Hoc Distance Vector.

Revision
1.1

Original Author: Sean M. Brennan <brennan@lanl.gov>

Author
sean_m_brennan

Created: August 1, 2007

Date
2008/02/03 22:00:44

Definition in file mesh_aodv.h.


Function Documentation

void aodv_on_demand_discovery protocol_t proto,
u_int32_t  dest
 

Definition at line 42 of file mesh_aodv.c.

int aodv_recv_mesh_discovery protocol_t proto,
int  sd,
int  num_links
 

Definition at line 53 of file mesh_aodv.c.

int aodv_send_mesh_discovery protocol_t proto,
int  sd,
int  flags
 

Definition at line 47 of file mesh_aodv.c.


Variable Documentation

protocol_t aodv
 

Initial value:

 { "Ad-hoc On-demand Distance Vector", 0x7888, 5, 0, 1,
                    { NULL, 0 }, NULL, 0,
                    -1, 128, 5000, 1500,
                    CMSG_SPACE(0),
                    NULL, aodv_on_demand_discovery,
                    aodv_send_mesh_discovery,
                    aodv_recv_mesh_discovery, NULL, NULL }

Definition at line 48 of file mesh_aodv.h.


© 2007, Los Alamos National Security, LLC.