Name | Description |
---|---|
ANSimMobility (simple module) |
Uses the <position_change> elements of the ANSim tool's trace file. |
BasicMobility (module interface) |
This is not an actual mobility model, but a prototype for other mobility models. |
BonnMotionMobility (simple module) |
Uses the native file format of BonnMotion (http://www.cs.uni-bonn.de/IV/BonnMotion/). |
CircleMobility (simple module) |
Moves the node around a circle. |
ConstSpeedMobility (simple module) |
Controls all movement related things of a host |
LinearMobility (simple module) |
This is a linear mobility model with speed, angle and acceleration parameters. Angle only changes when the mobile node hits a wall: then it reflects off the wall at the same angle. |
MassMobility (simple module) |
This is a random mobility model for a mobile host with a mass. It is the one used in "Optimized Smooth Handoffs in Mobile IP" by Perkins &Wang. |
NullMobility (simple module) |
This mobility module does nothing; it can be used for stationary nodes. |
RandomWPMobility (simple module) |
Random Waypoint mobility model. |
RectangleMobility (simple module) |
Moves the node around a rectangle. |
TurtleMobility (simple module) |
A LOGO-style movement model, with the script coming from XML. It can be useful for describing random as well as deterministic scenarios. |