Changes between Version 15 and Version 16 of HowTo/virtualMobility


Ignore:
Timestamp:
Sep 6, 2006, 9:32:20 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/virtualMobility

    v15 v16  
    88The method described here is a third way. It is implemented as a modification to the madwifi driver. Basically what it does is allows incoming packets to be filtered by sending MAC address. These filtered packets can have an arbitrary RSSI assigned to them and an arbitrary percent of these incoming packets can be ignored in order to simulate a poor radio environment.
    99
     10What this tool can do:
     11 
     12 * Simulate any arbitrary topology, including one-way links
     13 * Support any number of nodes moving in a virtual 3d space
     14 * Allows on-the-fly adjustment to any topology in real-time
     15
    1016A few things to remember:
    1117
    1218 * Since this modification is at a very low layer in the madwifi driver (just after the HAL), it is completely transparent to all routing and packet shifting performed by both the kernel and userspace applications.
    1319 * Packet skipping occurs above the HAL, so multiple hardware retries, etc have no effect on packet receive percentages.
    14  * When using this tool packets are still sent and received at the hardware layer, and thus you will still need to be sure you're not saturating your radio environment even if you're nodes don't seem to be receiving packets.
     20 * When using this tool packets are still sent and received at the hardware layer, and thus you will still need to be sure you're not saturating your radio environment even if your nodes don't seem to be receiving packets.
    1521
    1622