Changes between Version 11 and Version 12 of HowTo/virtualMobility


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

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/virtualMobility

    v11 v12  
    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
    10 Since this modification is at a very low layer in the madwifi driver, it is completely transparent to all routing and packet shifting performed by both the kernel and userspace applications.
     10Since 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.
    1111
    1212It is important to remember that when using this tool packets are still send 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.