Re: Release of an AODV Driver for Windows XP
From: Asanga Udugama (adu_at_comnets.uni-bremen.de)
Date: 08/30/04
- Next message: Spiro Trikaliotis: "Re: Release of an AODV Driver for Windows XP"
- Previous message: Christian Schoett: "Re: Automatic install of a PCI device"
- In reply to: Maxim S. Shatskih: "Re: Release of an AODV Driver for Windows XP"
- Next in thread: Spiro Trikaliotis: "Re: Release of an AODV Driver for Windows XP"
- Messages sorted by: [ date ] [ thread ]
Date: 30 Aug 2004 01:51:43 -0700
Hello Maxim,
AODV is Ad-hoc On-demand Distance Vector. This is a IP based routing
protocol for computers that get connected in an ad-hoc manner in WLAN
networks. Typically these environments don't have access points. Each
computer sets its WLAN interface to peer-to-peer mode. And this
routing protocol creates routes between these computers to
communicate. These routes are created on an as-needed basis (i.e. only
when a computer needs to communicate) and computers in this network
can also act as routers to other computers.
This protocol is a standard at the Internet Engineering Task Force
(IETF, http://www.ietf.org) as RFC 3561
(http://www.ietf.org/rfc/rfc3561.txt?number=3561).
If you need more info about this protocol, just type AODV on Google.
Hope this is helpful.
Kind regards,
Asanga Udugama
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message news:<O1R0gcgjEHA.2340@TK2MSFTNGP11.phx.gbl>...
> What is AODV? Can you at least decipher the acronym?
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
> "Asanga Udugama" <adu@comnets.uni-bremen.de> wrote in message
> news:5a15c20c.0408270758.7c46048e@posting.google.com...
> > Hello all,
> >
> > This message is to announce the release of UoBWinAODV ver 0.1. This is
> > a Windows XP based AODV (RFC 3561 [http://www.ietf.org]) protocol
> > handler for IP version 4. It is written in Microsoft C. It is
> > available at the AODV Downloads section of http://www.aodv.org. We
> > make available source as well as executables. We request you to try it
> > out and tell us about it for us to improve its operations.
> >
> > This protocol handler uses a NDIS driver and a user space program to
> > manage the operations of AODV. The NDIS driver is a filter driver (an
> > extended PassThru driver) that sits on top of the NIC driver,
> > controlling the packet flow and obtaining information. The user space
> > program, run on a command prompt, interacts with the NDIS filter
> > driver using IOCTL calls and manages the routing environment as
> > required by the AODV protocol.
> >
> > For any information or problems, please write to this list or to
> > adu@comnets.uni-bremen.de
> >
> > Kind regards,
> > Asanga Udugama
> > ComNets,
> > University of Bremen,
> > Germany.
- Next message: Spiro Trikaliotis: "Re: Release of an AODV Driver for Windows XP"
- Previous message: Christian Schoett: "Re: Automatic install of a PCI device"
- In reply to: Maxim S. Shatskih: "Re: Release of an AODV Driver for Windows XP"
- Next in thread: Spiro Trikaliotis: "Re: Release of an AODV Driver for Windows XP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|