Changes between Version 15 and Version 16 of HowTo/virtualMobility
- Timestamp:
- Sep 6, 2006, 9:32:20 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/virtualMobility
v15 v16 8 8 The 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. 9 9 10 What 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 10 16 A few things to remember: 11 17 12 18 * 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. 13 19 * 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 'renodes 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. 15 21 16 22