Size: 2456
Comment:
|
Size: 2664
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
* http://w3.antd.nist.gov/wctg/aodv_kernel/ * http://mad-hoc.flyinglinux.net/ * http://barrapunto.com/article.pl?sid=02/02/05/2348246 (in Spanish but some good links) |
|
Line 17: | Line 20: |
* DSR (Dynamic Source Routing) * http://www.ietf.org/internet-drafts/draft-ietf-manet-dsr-06.txt |
* MobileMesh * http://www.mitre.org/tech_transfer/mobilemesh/ |
Line 23: | Line 26: |
* MadHoc (an AODV implementation) * http://www.flyinglinux.net/rpmlist/madhoc-1.0-1.i386.rpm.html |
* GPSR (GreedyPerimeterStatelessRouting) * http://www.icir.org/bkarp/gpsr/gpsr.html * DSR (Dynamic Source Routing) * http://www.ietf.org/internet-drafts/draft-ietf-manet-dsr-06.txt * http://monarch.cs.rice.edu/dsr-impl.html |
Line 29: | Line 36: |
* MobileMesh * http://www.mitre.org/tech_transfer/mobilemesh/ |
The ManSig is trying to figure out how to build out and scale community networks. There are several key issues with wireless networks and community networks which are less of an issue with commercial wired networks. -- AdamShand
With community networks each node is often owned by a seperate person, further there is no paid admin staff to come to the rescue in case the network fails. Thus, it is important that the network be architected in a manner that faults are localized as much as possible. In other words the death of one node or router shouldn't be able to paralyze a large chunk of the network.
With wireless networks the key issue is that it is very geographic specific. Consumer grade wireless protocols (specifically 802.11b) run at high frequencies and have a fairly limited range (100 feet to a couple miles). This means that building a fully meshed network can be tricky through to impossible.
Because of these reasons we see AdHoc routing protocols as the key to our sucess in the ["NAN"] arena (the ["MAN"] will probably use a more traditional network structure).
See also: Peer2PeerRouting
Here is a list of some of the OpenSource AdHoc routing protocols that we are aware of. As we gain experience with them we will update these pages with what we learn.
- AODV (Adhoc On Demand Distance Vector Routing Protocol)
- Grid Adhoc Mobile Routing Protocol
- DSR (Dynamic Source Routing)
MaNet (Mobile Adhoc Networks)
And some commercial software:
- Daman (Dynamic Access Mobile Ad-hoc Network ) created by a partnership between Alcatel and Sarnoff
FHP Wireless has a propriatry AdhocRouting program and sell Linux based AccessPoints.
- Mesh Networks was funded by DARPA and has developed a combined 802.11 and routing chip.