[ns] velocity and direction of mobile nodes

2009-03-15 Thread Rainn
Dear all, I need to manipulate velocity and direction of mobile nodes in ns-2. Could anyone please help me out "CODE" to manipulate this. It's urgent . Thanks in advance. Have a good days always.

Re: [ns] velocity and direction of mobile nodes

2009-03-15 Thread Phenix
f anybody know, pls let me know. Thank you! Regards, Phenix -- From: "Rainn" Sent: Monday, March 16, 2009 12:45 PM To: Subject: [ns] velocity and direction of mobile nodes > > Dear all, > > I need to manipulate velocity and di

Re: [ns] velocity and direction of mobile nodes

2009-03-16 Thread Firdaus Alias
odes stop moving at a specific time. > > If anybody know, pls let me know. > Thank you! > > > Regards, > Phenix > > -- > From: "Rainn" > Sent: Monday, March 16, 2009 12:45 PM > To: > Subject: [ns]

Re: [ns] velocity and direction of mobile nodes

2009-03-16 Thread Erico Augusto
t; > > > If anybody know, pls let me know. > > Thank you! > > > > > > Regards, > > Phenix > > > > -- > > From: "Rainn" > > Sent: Monday, March 16, 2009 12:45 PM > >

Re: [ns] velocity and direction of mobile nodes

2009-03-18 Thread Phenix
; >> > I only know how to get the velocity and direction vector, as below: >> > >> > MobileNode * pMNode ; >> > >> > speed = pMNode->speed(); >> > dx = pMNode->dX(); >> > dy = pMNode->dY(); >> > >> > >