Changes between Version 1 and Version 2 of Old/Mobility/MobilityModels


Ignore:
Timestamp:
Apr 4, 2008, 5:46:12 PM (16 years ago)
Author:
mrodoper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Mobility/MobilityModels

    v1 v2  
    4747IMPORTANT point to be noted here is, this model can not be run for multiple nodes, since if two or more nodes collide at some time at some node, there is no way to recover from it. The reason is; the direction and duration of the mobility do not change during the movement, but determined at the beginning of the movement. Therefore, this mobility model implemented for 1 VM.
    4848
    49 Click here to download Random Walk with Reflection Mobility Model;
     49Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/RandomWalkwithReflection.pl here] to download Random Walk with Reflection Mobility Model;
    5050
    5151Here are the parameters with example values, you can change the values according to your requirements;
     
    6767IMPORTANT point to be noted here is, this model can not be run for multiple nodes, since if two or more nodes collide at some time at some node, there is no way to recover from it. The reason is; the direction and duration of the mobility do not change during the movement, but determined at the beginning of the movement. Therefore, this mobility model implemented for 1 VM.
    6868
    69 Click here to download Random Walk with Wrap Mobility Model;
     69Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/RandomWalkwithWrap.pl here] to download Random Walk with Wrap Mobility Model;
    7070
    7171Here are the parameters with example values, you can change the values according to your requirements;
     
    8888IMPORTANT point to be noted here is, this model can not be run for multiple nodes, since if two or more nodes collide at some time at some node, there is no way to recover from it. The reason is; the direction and duration of the mobility do not change during the movement, but determined at the beginning of the movement. Therefore, this mobility model implemented for 1 VM.
    8989
    90 Click here to download Random Distance Mobility Model;
     90Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/RandomDistance.pl here] to download Random Distance Mobility Model;
    9191
    9292Here are the parameters with example values, you can change the values according to your requirements;
     
    109109This mobility model forms the basis of Random Waypoint and Weighted Waypoint models.
    110110
    111 Click here to download Reference Point Mobility Model;
     111Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/ReferencePointMoveManyDestinationsMultiNodeIsUniqueAdded.pl here] to download Reference Point Mobility Model;
    112112
    113113Here are the parameters with example values, assuming 3 Virtual Mobile (VM) Nodes are in the system. You can change the values according to your requirements;
     
    138138Each mobile node individually chooses a random destination within the simulated network boundary, and also determines a motion speed randomly chosen between a minimum and maximum limit. Based on this, it movers toward its destination at its determined velocity. Once the destination has been reached, each node stops for a randomly chosen time interval. After that pause time, it then repeats the process by choosing another random destination and a random speed.  [1]
    139139
    140 Click here to download Random Waypoint Mobility Model;
     140Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/RandomWaypointMoveManyDestinationsMultiNodeIsUniqueAdded.pl here] to download Random Waypoint Mobility Model;
    141141
    142142Here are the parameters with example values, assuming 3 Virtual Mobile (VM) Nodes are in the system. You can change the values according to your requirements;
     
    162162This mobility model is pretty similar to the Random Waypoint model. The difference is, it is assumed that the destination points are not randomly chosen. Rather, there are sequence of checkpoints that the mobile nodes follow. Between these checkpoints some predetermined randomness added so that the paths between the checkpoints are not same.
    163163
    164 Click here to download Weighted Waypoint Mobility Model;
     164Click [http://www.orbit-lab.org/attachment/wiki/Mobility/MobilityModels/WeightedWaypointMoveManyDestinationsMultiNodeIsUniqueAdded.pl here] to download Weighted Waypoint Mobility Model;
    165165
    166166Here are the parameters with example values, assuming 3 Virtual Mobile (VM) Nodes are in the system. You can change the values according to your requirements;