Changes between Version 1 and Version 2 of HowTo/UsingAODV/AODVonORBIT
- Timestamp:
- Sep 19, 2007, 5:26:27 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UsingAODV/AODVonORBIT
v1 v2 1 = AODV on ORBIT =1 = AODV/OLSR on ORBIT = 2 2 3 3 The aim of this effort is to run the AODV routing protocol for an Ad-hoc network of arbitrary topology on ORBIT. The topology of the Ad-hoc network can be provided by the experimenter or one can use from a set of available topologies. … … 6 6 7 7 === Initial installation === 8 The nodes to be used in the network must be imaged with __ tmp/node-7-7-2006-09-20-01-44-36.ndz__. This image has AODV-UU-0.9.1 installed. It also contains the mackill module. This module is used to emulate an Ad-hoc network by supressing packets from desired nodes. This image also contains the modified madwifi-0.9.2 driver with the BSSID problem solved.8 The nodes to be used in the network must be imaged with __adhoc_0.1.ndz__. This image has AODV-UU-0.9.1 installed. It also contains the mackill module. This module is used to emulate an Ad-hoc network by supressing packets from desired nodes. This image also contains the modified madwifi-0.9.2 driver with the BSSID problem solved. 9 9 10 10 {{{ 11 imageNodes <node list> tmp/node-7-7-2006-09-20-01-44-36.ndz11 imageNodes <node list> adhoc_0.1.ndz 12 12 }}} 13 13 … … 35 35 The ''-l'' option enables logging of all events to /var/net/aodvd.log and ''-r'' enables logging of the routing tables to /var/net/aodvd.rtlog. 36 36 37 === Running OLSR === 38 Easiest way of running OLSR is by executing: 39 {{{ 40 olsrd 41 }}} 42 43 on the nodes. 37 44 === Network tests === 38 45 To use AODV to run experiments on ORBIT: