Ajmal,

NS2 does not know map, it only moves a node from point A to point B in
straight line in a given velocity.

Assume Node 0 is positioned at (100,100), if it is moving in one direction
is,
$ns_ at 0.0 "$node_(0) setdest 150.0 150.0 1.0"

to move in the opposite direction is,
$ns_ at 0.0 "$node_(0) setdest 50.0 50.0 1.0"

Do note it has no negative value as the point of origin is (0,0)

Good Luck.

rgds
Saravanan K

On Wed, Aug 22, 2012 at 6:28 AM, ajmal khan <engaj...@yahoo.com> wrote:

>
> Dear all
>
> Hi
>
> I am working on VANET. I need to know how to find a route of a vehicle. I
> can generate mobility traces of vehicles in VanetMobisim and it looks like
> this.
>
> $ns_ at 0.0 "$node_(0) setdest 714.9497484683059 494.9497484683058
> 0.75267607"
>
> i.e. node 0 will move towards mentioned (x,y) coordinates at speed of
> 0.752 but it does not give any information which route it will follow on a
> given map. Please help me how to figure out the routes of vehicles. If
> there is any other tool that can help. please mention that as well.
>
> Also i would like to know how to find that a vehicle is moving in opposite
> direction.
>
> your help will be greatly appreciated.
>
> Thanks in advance
>
>
>
>
>
>  AJMAL KHAN
> Ph.D Scholar
> Telecommunication Networks Lab
> School of Electrical Engineering and Computer Science
> Kyungpook National University
> Cell : +82 (10) 7732-3885
>

Reply via email to