[ns] UMTS for ns-2.34

2011-02-02 Thread Mario Fanelli
Dear ns users, I’m working on mixed infrastructure/ad-hoc networks to perform data distribution in ns-2.34. I would like to simulate a 3G (UMTS) connection as fixed network, but it seems to me that the UMTS path is available only for ns-2.28. Do you know if there is a UMTS path available for

[ns] Mobile Node Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "node_(1) setdest 50.0 40.0 5.0"; N

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

[ns] Mobile Node Creation and Movement

2011-02-02 Thread kylesartre
Simple question on Mobile Node Movement which I just cannot figure out (its been a week...): My code for creation of mobile nodes and movement: set node_(1) [$ns node]; Node 1 Creation $node_(1) set X 40.0 $node_(1) set Y 30.0 $node_(1) set Z 0.0 $ns at 100.0 "$node_(1) setdest 50.0 40.0 5.0";

Re: [ns] Mobile Node Movement

2011-02-02 Thread Kyle Tan
Apologies for the repeated message. I have deleted most of them from the forum. -Original Message- From: ns-users-boun...@isi.edu [mailto:ns-users-boun...@isi.edu] On Behalf Of kylesartre Sent: 02 February 2011 12:18 To: ns-users@ISI.EDU Subject: [ns] Mobile Node Movement Simple questi

[ns] turn off node in wsn

2011-02-02 Thread maurilio junior
hi everybody i'm trying to turn off a node in a wireless sensor network i'm using $ns_ at 110.0 "$node_($k) off" where 110.0 is the time that i want to turn off node and $k is the id for the node, i also try with $ns_ at 110.0 "$node_($k) node-down" when i try with $ns_ at 110.0 "$node_($k) off"

[ns] how to find the current position of mobile nodes?Urgent please

2011-02-02 Thread Amrutha
Hello, Im doing my project in ns2.I want to find out the current position of the mobile node.Help me if you know. Thanks -- View this message in context: http://old.nabble.com/how-to-find-the-current-position-of-mobile-nodes-Urgent-please-tp30832697p30832697.html Sent from the ns-users m

Re: [ns] how to find the current position of mobile nodes?Urgent please

2011-02-02 Thread Mubashir Rehmani
Hi, See this: http://old.nabble.com/Get-node-positions-in-C%2B%2B-td20349414.html#a20349583 Best Regards On 3 February 2011 08:25, Amrutha wrote: > > > Hello, > Im doing my project in ns2.I want to find out the current position of > the mobile node.Help me if you know. > > Thanks > -- >