Exemple #1
0
 /// <summary>
 /// set the mobility model
 /// </summary>
 public void SetMobility()
 {
     randomWaypoint = new RandomWaypointMobilityModel(this, PublicParamerters.NetworkSquareSideLength, PublicParamerters.NetworkSquareSideLength);
     randomWaypoint.StartMove();
 }