[ns] global mobility setting for mobile ipv6 simulation

2009-08-27 Thread Oladapo Oluwadiya
does any one know if i need to define any special setting for global mobility in mipv6 simulation. my mobile node isnt moving from its home bs. or does anyone know any other reason why # Basic Mobile IPv6 example without using ns-topoman # Needs proc defined in file proc-mipv6-config.tcl #

[ns] mobile node not moving during simulation of mipv6

2009-08-26 Thread Oladapo Oluwadiya
hello, sorry to be a bother again. i solved all the previous problems mentioned earlier.BUT i have a final problem on my simulation. i configured my mobile node to move from bs1 to bs2 to bs3 to bs4 BUT it doesnt move. i have tried all i can but no luck.please does any one know what could be

[ns] interpretation of mipv6 set bs_ and set router_ commands

2009-08-26 Thread Oladapo Oluwadiya
0.2.0 250 1050 0]   set bs2_ [create-base-station 2.0.0 0.2.0 950 1050 0]   set bs3_ [create-base-station 3.0.0 0.3.0 950 300 0]   set bs4_ [create-base-station 4.0.0 0.3.0 250 300 0]   set mobile_ [create-mobile 1.0.1 1.0.0 250 1000 0 1 0.01] --- On Wed, 8/26/09, Oladapo Oluwadiya ooluwad

[ns] finally, my mobile ipv6 patch works but.......

2009-08-25 Thread Oladapo Oluwadiya
hello, finally, my mobile ipv6 patch worked. i was able to run the simple-mipv6.tcl script that came with the patch. however, my own tcl script doesnt run at all. it comes up with 0 byte output tracefile and 0 byte nam output file.what could be wrong? below is my tcl script and attached is

[ns] simulation stops before stop time configured

2009-08-25 Thread Oladapo Oluwadiya
hello all, my mipv6 simulation finally works but it stops 10s into simulation instead of 130s i configured. do u know what could be wrong. below is my script. # Basic Mobile IPv6 example without using ns-topoman # Needs proc defined in file proc-mipv6-config.tcl #

[ns] simulation error: invalid command name Agent/MIPv6/MN

2009-08-24 Thread Oladapo Oluwadiya
hello, when i tried running my mobile ipv6 tcl script, i got this error: invalid command name Agent/Mipv6/MN while executing Agent/Mipv6/MN set bs_forwarding_   0 does anyone know what the problem could be.below is my tcl script # Basic Mobile IPv6 example without using ns-topoman # Needs

[ns] error on simulating mobile ipv6

2009-08-22 Thread Oladapo Oluwadiya
hello all, i tried running my mobile ipv6 simulation with the tcl script attached and i got the error below. i have tried every way to solve the problem but no way out. administra...@angel ~ $ ns wireless5.tcl num_nodes is set 5 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl

[ns] wrong node routing agent error

2009-08-21 Thread Oladapo Oluwadiya
hello, i m having problems running my ns simulation after i patched ns2.33 with mobiwan to allow mobile ipv6 support. when i try running ns2.33 after the patching, i get this error: number of node is 5 ... wrong node routing agent! please does anyone know what the problem could be? regards

[ns] ns2.33 download

2009-08-18 Thread Oladapo Oluwadiya
hi, does anyone know which url i can download ns2.33 from? regards

[ns] awk script for calculating end to end delay in a wired-wireless scenario

2009-08-15 Thread Oladapo Oluwadiya
hello, does anyone have the awk script to calculate delay,throughput,packet loss in a mixed scenario i.e. wired-wireless scenario? i will really appreciate it. regards.

[ns] mobile ipv6 simulation

2009-08-14 Thread Oladapo Oluwadiya
i tried running the mobile ipv6 scenario i ran for the mobile ipv4 using the scripts below but i got an error segmentation fault (core dumped)when i tried running the simulation.what do u think is the problem thanks # Basic Mobile IPv6 example without using ns-topoman # Needs proc

[ns] help with setting base directory in mipv6 script

2009-08-13 Thread Oladapo Oluwadiya
hello, i am setting up a mobile ipv6 scenario and i need to set up the basedir to my own path but i m getting the error : wrong # args:should be source filename below is the command # set BASEDIR to your own correct path    source

[ns] awk script error

2009-07-30 Thread Oladapo Oluwadiya
hello , i am having error for this line command %g\n, pkt_id,time,pkt_id,recv[pkt_id]-send[pkt_id]) when i run the awk script. the error is: backslash not last character on line Pls help

[ns] Mobile node not handing over in mobile ip scenario

2009-07-29 Thread Oladapo Oluwadiya
Hi , It seems my mobile node handed over just once instead of three times.i noticed from the trace file that the R2,BS3,BS4 werent listed in the tr file events.more like the area border router didnt re-route via the second access router to the two other base stations.what do you think could

[ns] C++ scripts for calculating delay, packet loss and jitter in wireless networks

2009-07-28 Thread Oladapo Oluwadiya
hello, i will be grateful if anyone knows the c++ scripts to add to the ns2 tcl script to be able to calculate the end to end delay,packet loss and jitter in wireless networks. regards, oladapo

[ns] tracefile events not sorted by time error warning

2009-07-24 Thread Oladapo Oluwadiya
M 0.0 sc $opt(sc) cp $opt(cp) seed $opt(seed) puts $tracefd M 0.0 prop $opt(prop) ant $opt(ant) puts Starting Simulation... $ns_ run --- On Wed, 7/22/09, Huq, Syed M. ma...@ou.edu wrote: From: Huq, Syed M. ma...@ou.edu Subject: RE: [ns] Help with error To: Oladapo Oluwadiya ooluwad

Re: [ns] tracefile events not sorted by time error warning

2009-07-24 Thread Oladapo Oluwadiya
in the format 0.504153598 for example. thanks --- On Fri, 7/24/09, Oladapo Oluwadiya ooluwad...@yahoo.com wrote: From: Oladapo Oluwadiya ooluwad...@yahoo.com Subject: [ns] tracefile events not sorted by time error warning To: ns-users@ISI.EDU Date: Friday, July 24, 2009, 12:54 PM I got this error when i

[ns] Help with error

2009-07-22 Thread Oladapo Oluwadiya
hello, i got this error when i tried simulating a mobile ip scenario in ns.though the simulation runs,but runs just for 9.6s instead of 1010s set in script. Sorting listsDone! ns: _o159 setdest 600. 1000.00 1.:  (_o159 cmd line 1) invoked from within _o159

[ns] Help with ns2.33 patch to support mobile ipv6

2009-07-18 Thread Oladapo Oluwadiya
hello, i found patches for ns2.33 to support mobile ipv6 on this link http://nicta.com.au/people/mehanio/nsmisc i am not sure which of the two patches i need to install because there are two of them relating to ns2.33 mobiwan i.e. ns-233-mobiwan-1.patch and ns-233-mobiwan-rfc3775-1.patch. i

[ns] HELP WITH MOBILE IP TCL SCRIPTS

2009-07-11 Thread Oladapo Oluwadiya
i  need  help with this. I have the code to simulate mobile ip such that there are two base stations...one mobile node and two wired nodes.the mobile node moves from base station to the second base station.the two base stations are connected to a wired node which in turn is connected to a

[ns] HOW TO CONVERT NS2 TRACEFILES TO TRACE GRAPH FORMAT

2009-07-09 Thread Oladapo Oluwadiya
Hello, I m trying to generate a graph of a mobile ip simulation i ran in each i would love to plot for example delay against packet number or simulation time and also packet loss against simulation time ...etc... what is the easiest NS2 analysing tool i can use for this? below is part of the

Re: [ns] NODE 1 NOT DEFINED ERROR MESSAGE

2009-07-08 Thread Oladapo Oluwadiya
hello, i tried running a simulation of simple multihop wireless scenario consisting of 3 mobilenodes here. However the node movements for this example defines random node movements for the 3 mobilenodes within a topology of 670mX670m. i get the error: cant read file

[ns] Cant read file .../mobility/scene/cbr-3-test...no such directory while executing.

2009-07-08 Thread Oladapo Oluwadiya
hello, i tried running a simulation of simple multihop wireless scenario consisting of 3 mobilenodes here. However the node movements for this example defines random node movements for the 3 mobilenodes within a topology of 670mX670m. i get the error: cant read file

[ns] NODE 1 NOT DEFINED ERROR MESSAGE

2009-07-07 Thread Oladapo Oluwadiya
I tried simulating a simple wireless scenario of two mobile nodes moving towards each other and after a while moves away . the simulation builds and runs well,but i cant see the two nodes in the NAM animation though the TR file shows the simulation generated correct results..below is the