LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problem installing ns-2.33 in ubuntu 12.04 (https://www.linuxquestions.org/questions/linux-general-1/problem-installing-ns-2-33-in-ubuntu-12-04-a-4175459670/)

soumyabansal 04-26-2013 07:16 AM

Problem installing ns-2.33 in ubuntu 12.04
 
I am facing problem while installing ns-2.33 in ubuntu 12.04 make failed error is coming

locservices/hdr_locs.h:99:1: warning: ‘typedef’ was ignored in this declaration [enabled by default]
In file included from locservices/locservice.h:22:0,
from locservices/ls_queued_timer.cc:23:
./mobile/god.h: In member function ‘void DHeap::copy(DHeap*)’:
./mobile/god.h:196:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
locservices/ls_queued_timer.cc: In member function ‘void QueuedTimer::printQueue()’:
locservices/ls_queued_timer.cc:307:86: error: cast from ‘void*’ to ‘int’ loses precision [-fpermissive]
locservices/ls_queued_timer.cc: In member function ‘void TimerHeap::removeElem(int)’:
locservices/ls_queued_timer.cc:373:12: warning: statement has no effect [-Wunused-value]
locservices/ls_queued_timer.cc: In member function ‘void TimerHeap::printTable()’:
locservices/ls_queued_timer.cc:472:69: error: cast from ‘void*’ to ‘int’ loses precision [-fpermissive]
make: *** [locservices/ls_queued_timer.o] Error 1
Ns make failed!


this is the error which is coming. plz help i want to patch gpsr code in ns-2.33

knudfl 04-26-2013 12:05 PM

Welcome to LQ.

Ns2 is for a 32bits OS. However the most functions will work on 64bits.
Install for gpsr-hls, post # 23 here :
http://www.linuxquestions.org/questi...526/page2.html
Install, Ubuntu 12.04, example : export CC=gcc34 CXX=g++34 && ./install

compat-gcc34 64bits https://docs.google.com/file/d/0B7S2...it?usp=sharing

compat-gcc-34-c++ 64bits https://docs.google.com/file/d/0B7S2...it?usp=sharing

-

soumyabansal 04-26-2013 12:18 PM

sorry for posting the same question repeatedly.
Please allow me to access this link compat-gcc-34-c++ 64bits https://docs.google.com/file/d/0B7S2...it?usp=sharing

knudfl 04-26-2013 12:26 PM

Should be OK now.

https://docs.google.com/file/d/0B7S2...it?usp=sharing

soumyabansal 04-26-2013 12:32 PM

I have downloaded and unpacked but how to install it
sudo apt-get install g++34 ?? please help

soumyabansal 04-26-2013 01:17 PM

Thanks a lot!! I have successfully applied the gpsr patch with ns-2.33 sample example is giving desired output.
Now please tell me how i can visualise the output in nam

knudfl 04-26-2013 04:34 PM

# 6 .

Usable simulation examples : 1) $ ns hls.tcl : No nam output.
2) $ ns ssoumayaa.tcl : Not a good nam file, but created is 'fangzhen.nam'.
... Note : ssoumayaa*.tcl depends on changjing1.tcl .
2a) $ nam fangzhen.nam
3) $ ssoumayaa-1.tcl >> fangzhen.nam ( Should be edited to a different out name.)
4) The shell script command : ./run_small.bat

Please read the "gpsr-hls" threads ..
http://www.linuxquestions.org/questions/tags/gpsr-hls/
Examples : gpsr-hls-examples-0113.tar.gz
https://docs.google.com/file/d/0B7S2...it?usp=sharing

( Other GPSR : gpsr-keliu http://www.linuxquestions.org/questi...gs/gpsr-keliu/ )

-

soumyabansal 04-26-2013 09:51 PM

When I am trying to make changes according to gpsr-keliu I am getting this error please help Should I have to do this or I can just copy soumyaa.tcl file in ns2.33/tcl/ and run it ???

soumyabansal 04-26-2013 09:55 PM

trace/cmu-trace.cc: In member function `void CMUTrace::format_locs(Packet*, int)':
trace/cmu-trace.cc:958: error: `HDR_LOCS' was not declared in this scope
trace/cmu-trace.cc: In member function `void CMUTrace::format_gpsr(Packet*, int)':
trace/cmu-trace.cc:1008: error: `HDR_LOCS' was not declared in this scope
trace/cmu-trace.cc:1035: error: 'struct hdr_gpsr' has no member named 'mode_'
trace/cmu-trace.cc:1042: error: 'struct hdr_gpsr' has no member named 'mode_'
trace/cmu-trace.cc:1056: error: 'struct hdr_gpsr' has no member named 'mode_'
trace/cmu-trace.cc:1065: error: 'struct hdr_gpsr' has no member named 'mode_'
trace/cmu-trace.cc:1073: error: 'struct hdr_gpsr' has no member named 'mode_'
trace/cmu-trace.cc: In member function `void CMUTrace::format(Packet*, const char*)':
trace/cmu-trace.cc:1547: error: `PT_HLS' was not declared in this scope
trace/cmu-trace.cc:1550: error: `PT_LOCS' was not declared in this scope
make: *** [trace/cmu-trace.o] Error 1

this is the error which I am getting. Please help

soumyabansal 04-26-2013 11:37 PM

ssoumayaa.tcl works absolutely fine and nam is also working fine but while executing ./run_small.bat command m getting error

soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils/hls-utils$ ./run_small.bat
Run Configuration: -n 100 -s 30 -t 100 -x 2000 -y 2000 -mrd 1 -c 400
Can't open perl script "./namable.pl": No such file or directory
./run_small.bat: line 56: ./ns233-gpsr: No such file or directory

soumyabansal 04-26-2013 11:46 PM

And please tell me how to run wireless-gpsr.tcl of KeLiu. please give me the link for the required package for ns-2.33 on 64 bit ubuntu 12.04.

And should I just download it and save it by other name in the same ns-2.33 folder which has been patched with hls patch or install another ns-allinone-2.33

Is there any need to make changes for patching keliu-gpsr with ns-2.33 which is required for running wireless-gpsr.tcl??

please help and thank you so much for ur quick replies.

knudfl 04-27-2013 01:46 AM

# 10.
Quote:

./run_small.bat: line 56: ./ns233-gpsr: No such file or directory
Sorry. Please use the original script, that you have in ns-2.33/hls/utils/.

# 11 : Have you tried installing the KeLiu files ?
#3 here http://www.linuxquestions.org/questi...-4175448663/#3
This is for a 64bits Ubuntu 11.04 .. 12.04 :
1) cd ns-allinone-2.34/ && tar xvf gpsr-KeLiu-patched-ns234.tar.gz
2) export CC=gcc34 CXX=g++34 && ./install

-

soumyabansal 04-27-2013 03:19 AM

should I first download ns-allinone-2.34 for it ?

soumyabansal 04-27-2013 03:35 AM

I downloaded ns-allinone-2.34 and untar it and downloaded gpsr-KeLiu-patched-ns234.tar.gz and executed commands which u told me in the last post but m getting this make failed err

e-2.34/lib -ltcl8.4 -lXext -lX11 -lnsl -ldl -lm -lm
/usr/bin/ld: i386 architecture of input file `common/main-monolithic.o' is incompatible with i386:x86-64 output
collect2: ld returned 1 exit status
make: *** [ns] Error 1
Ns make failed!
See http://www.isi.edu/nsnam/ns/ns-problems.html for problems


please help

knudfl 04-27-2013 05:27 AM

# 14 .

OK. That's an error in the gpsr-KeLiu-patched-ns234.tar.gz :
Not all objects were cleaned out at 'make clean'.
And regretfully new objects are not created (to 64bits),
when an object <name>.o is already present.
(Nobody else found that error: They used a 32bits OS.)

cd ns-allinone-2.34/ns-2.34/ && find . -name "*.o"
./common/main-monolithic.o
./indep-utils/cmu-scen-gen/setdest/calcdest.o
./indep-utils/cmu-scen-gen/setdest/rng.o
./indep-utils/cmu-scen-gen/setdest/setdest.o
./indep-utils/webtrace-conv/dec/formsquid.o
./indep-utils/webtrace-conv/dec/formtxt.o
./indep-utils/webtrace-conv/dec/my-endian.o
./indep-utils/webtrace-conv/dec/proxytrace.o
./indep-utils/webtrace-conv/dec/proxytrace2any.o
./indep-utils/webtrace-conv/dec/tr-stat.o
./indep-utils/webtrace-conv/epa/tr-stat.o
./indep-utils/webtrace-conv/nlanr/logparse.o
./indep-utils/webtrace-conv/nlanr/tr-stat.o
./indep-utils/webtrace-conv/ucb/logparse.o

You can do :
1) rm common/main-monolithic.o
2) Do a 'make clean' in indep-utils/cmu-scen-gen/setdest/,
indep-utils/webtrace-conv/ dec/, epa/, nlanr/, ucb/
.. and then run 'make' in ns-2.34.
Or rerun './install' in the top directory.

-

soumyabansal 04-27-2013 06:31 AM

After make m getting this at last. Is everythng ok or there is some error ??

/home/soumya/ns-allinone-2.34/include -I/home/soumya/ns-allinone-2.34/include -I/usr/include/pcap -o utils.o utils.cc
g++34 -DCPP_NAMESPACE=std -o ucb-tr-stat tr-stat.o logparse.o utils.o -L/home/soumya/ns-allinone-2.34/lib -ltcl8.4 -lnsl -ldl -lm
make[1]: Leaving directory `/home/soumya/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34$

soumyabansal 04-27-2013 06:36 AM

these are the commands which i executed



soumya@ubuntu:~/ns-allinone-2.34/ns-2.34$ cd indep-utils/webtrace-conv/epa
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa$ make clean
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa$ cd ..
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv$ cd nlanr
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr$ make clean
rm -f *.o *~ nlanr-tr-stat *core
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr$ cd ..
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv$ cd ucb
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb$ make clean
/bin/rm -f *.o *~ ucb-tr-stat *core
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb$ cd ..
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv$ cd ..
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34/indep-utils$ cd ..
soumya@ubuntu:~/ns-allinone-2.34/ns-2.34$ make

knudfl 04-27-2013 08:21 AM

# 16 .

When the executable 'ns' is present, everything is OK.

Suggest : cd ns-allinone-2.34/ns-2.34/ ; cp ns ns-gpsr-Ke
... Then it's easy to recognize, and you have a backup.

Also suggest : sudo cp ns-gpsr-Ke /usr/local/bin/
Using ns : $ ns-gpsr-Ke wireless-gpsr.tcl

-

knudfl 04-27-2013 09:08 AM

Ref. # 11.

How to use wireless-gpsr.tcl :

cd ns-allinone-2.34/ns-2.34/gpsr/ && ns-gpsr-Ke wireless-gpsr.tcl



-

soumyabansal 04-27-2013 09:39 AM

Thank you so much knudfl!!

wireless-gpsr.tcl run and giving desired output but when m trying to visualize it through nam by typing this command nam out.nam.tr and i tried this also nam out.nam , nam window get closed instantaneously. Please tell me how to rectify this problem and please tell me how can I analyze the trace file any awk or shell scripts ???

knudfl 04-27-2013 03:01 PM

# 20 .

"out.nam.tr" starts with :
V -t * -v 1.0a5 -a 0
A -t * -n 1 -p 0 -o 0xffffffff -c 31 -a 1
A -t * -h 1 -m 2147483647 -s 0

When you add a line to define x, y ( The second line (W))
V -t * -v 1.0a5 -a 0
W -t * -x 600 -y 600
A -t * -n 1 -p 0 -o 0xffffffff -c 31 -a 1
A -t * -h 1 -m 2147483647 -s 0
... then nam will run OK but show nothing.

You can add some "definition lines" to the top of out.nam.tr (To be line 1-20)
and get a visible nam simulation :
Code:

n -t * -s 0  -x 140.095844922688 -y 190.86573988629101 -Z 0 -z 250  -v circle -c black
n -t * -s 1  -x 680.49043817601796 -y 202.79502802519499 -Z 0 -z 250  -v circle -c black
n -t * -s 2  -x 376.03619933752901 -y 40.402599440804998 -Z 0 -z 250  -v circle -c black
n -t * -s 3  -x 646.48883741964005 -y 737.89108537800996 -Z 0 -z 250  -v circle -c black
n -t * -s 4  -x 135.472602825666 -y 88.035811147678999 -Z 0 -z 250  -v circle -c black
n -t * -s 5  -x 417.87803711858999 -y 76.170222865202007 -Z 0 -z 250  -v circle -c black
n -t * -s 6  -x 192.93576300659501 -y 271.36902298806598 -Z 0 -z 250  -v circle -c black
n -t * -s 7  -x 99.169601168450001 -y 343.486926101405 -Z 0 -z 250  -v circle -c black
n -t * -s 8  -x 184.76729102610801 -y 583.86043967571004 -Z 0 -z 250  -v circle -c black
n -t * -s 9  -x 142.410147621421 -y 687.35119952328398 -Z 0 -z 250  -v circle -c black
n -t * -s 10  -x 311.61099759689 -y 446.03688735304303 -Z 0 -z 250  -v circle -c black
n -t * -s 11  -x 541.966138258824 -y 24.886196862005001 -Z 0 -z 250  -v circle -c black
n -t * -s 12  -x 662.31068176554299 -y 255.62902103488 -Z 0 -z 250  -v circle -c black
n -t * -s 13  -x 356.95675998762903 -y 172.265428748326 -Z 0 -z 250  -v circle -c black
n -t * -s 14  -x 65.061125931183994 -y 682.34358309069501 -Z 0 -z 250  -v circle -c black
n -t * -s 15  -x 148.601610647401 -y 747.27028266646198 -Z 0 -z 250  -v circle -c black
n -t * -s 16  -x 171.64143815272701 -y 777.65118511836101 -Z 0 -z 250  -v circle -c black
n -t * -s 17  -x 383.46897416748197 -y 163.049173049893 -Z 0 -z 250  -v circle -c black
n -t * -s 18  -x 367.45159417660898 -y 558.94365221987698 -Z 0 -z 250  -v circle -c black
n -t * -s 19  -x 565.96335531296597 -y 146.11324711216199 -Z 0 -z 250  -v circle -c black
V -t * -v 1.0a5 -a 0
W -t * -x 600 -y 600
A -t * -n 1 -p 0 -o 0xffffffff -c 31 -a 1
A -t * -h 1 -m 2147483647 -s 0
+ -t 0.008877640 -s 82 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 0 -k RTR
- -t 0.008877640 -s 82 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 0 -k RTR
h -t 0.008877640 -s 82 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 0 -k RTR
+ -t 0.009388887 -s 8 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 1 -k RTR
- -t 0.009388887 -s 8 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 1 -k RTR
h -t 0.009388887 -s 8 -d -1 -p gpsr -e 29 -c 2 -a 0 -i 1 -k RTR
.
.
.
.

The file "readme" says :
"For more possibilities for simulation, check the wireless-gpsr.tcl file
and the GPSR routing agent implementation code."

The file wireless-gpsr.tcl file is rather complex as it includes
a number of other files. ( source ./gpsr.tcl, etc, etc.)
So I don't know how to make it create a good out.nam .

-

soumyabansal 04-28-2013 02:35 AM

Please tell me how to analyze the trace file that we get after executing wireless-gpsr.tcl


and also how to analyze trace file that we get after executing ssomayaa.tcl (hls patched ns-2.33)


Can we use either hls patched or klieu patched.... any one from two for simulating my VANET scenarios ??

Please help me, its urgent...thanks in advance

knudfl 04-28-2013 03:47 AM

# 22 .

GPSR-hls comes with perl scripts.
./evaluate.pl -f hls_test.tr
./gls_evaluate.pl -f hls_test.tr
./evaluate.pl -f fangzhen1.tr
./gls_evaluate.pl -f fangzhen1.tr

Please use Google .. analyze ns2 trace file ..
for more info http://nsnam.isi.edu/nsnam/index.php/NS-2_Trace_Formats
etc. etc.

? simulating VANET scenarios ? : Not a subject I know anything about.
You could try asking here http://network-simulator-ns-2.7690.n7.nabble.com/

-

soumyabansal 04-28-2013 10:23 AM

after executing the perl scripts, these errors are coming-illegal divison by zero dont know y? please help
same case with hls_test.tr



soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils$ ./evaluate.pl -f fangzhen1.tr
Parser started for 1 Files
Processing file fangzhen1.tr... found
Parsing......... done

Statistics:
----------
1 NONE Runs evaluated (NONE)
0 Nodes in an Area of 0x0 sqm for 80.000 secs
Nodes moved at max. 30 m/s (Average: 12.553 m/s)
----------

HLS statistics:

Queries : 0
Illegal division by zero at ./evaluate.pl line 1223.
soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils$ ./gls_evaluate.pl -f fangzhen1.tr
Parser started for 1 Files
Processing file fangzhen1.tr... found
Parsing......... done

Statistics:
----------
1 NONE Runs evaluated (NONE)
0 Nodes in an Area of 0x0 sqm for 80.000 secs
Nodes moved at max. 30 m/s (Average: 12.553 m/s)
----------

GLS statistics:

Queries : 0
Cache Lookups : 0 min age 0, max age 0, avg age -1
Illegal division by zero at ./gls_evaluate.pl line 1429.

soumyabansal 04-28-2013 10:27 AM

why $lookup{cache_lookups} is equal to zero because of which this error is coming and nt computing any statistics??

soumyabansal 04-28-2013 10:33 AM

And when I run ./run_small.bat command then also this problem is occurring



soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils/hls-utils$ ../../../ns ssoumayaa.tcl
num_nodes is set 2
INITIALIZE THE LIST xListHead
Starting Simulation...
radiorange 250, x 2000 y 500
length : 3.000000 , cellperline 12 , heigth 1.000000
maxlevel 3
radiorange 250, x 2000 y 500
length : 3.000000 , cellperline 12 , heigth 1.000000
maxlevel 3
SORTING LISTS ...DONE!
soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils/hls-utils$ cd ..
soumya@ubuntu:~/ns-allinone-2.33/ns-2.33/hls/utils$ ./run_small.bat
Run Configuration: -n 100 -s 30 -t 100 -x 2000 -y 2000 -mrd 1 -c 400
Can't open perl script "./namable.pl": No such file or directory

!Warning! Don't forget to check header-inclusion
(Not needed for GPSR/DSR & CBR/Ping)

num_nodes is set 100
Configuring Nodes (100)
INITIALIZE THE LIST xListHead
Loading scenario file (sc-x2000-y2000-n100-s30-t100-MRD)...
Loading connection pattern (cp-n100-c400-15-98.tcl)...
Loading inactive pattern ()...
no inactive pattern specified

Parameterset:
Tracefile: "100-30-118:20:58:36/hls_trace_peri.txt"
Protocol: GPSR nn: 100 stop: 100 x: 2000 y: 2000
Radio Range: 250
GPSR/HLS: Cell Location Service selected.

Installing Time Estimator (1367162917)!
Starting Simulation...
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
radiorange 250, x 2000 y 2000
length : 3.000000 , cellperline 12 , heigth 3.000000
maxlevel 3
SORTING LISTS ...DONE!
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
1 Beginn: Sun Apr 28 08:58:37 PM IST 2013!
3.5 Run: 0 ETE: Sun Apr 28 08:58:37 PM IST 2013
6.0 Run: 0 ETE: Sun Apr 28 08:58:37 PM IST 2013
8.5 Run: 0 ETE: Sun Apr 28 08:58:37 PM IST 2013
11.0 Run: 0 ETE: Sun Apr 28 08:58:37 PM IST 2013
13.5 Run: 0 ETE: Sun Apr 28 08:58:37 PM IST 2013
16.0 Run: 1 ETE: Sun Apr 28 08:58:43 PM IST 2013
18.5 Run: 1 ETE: Sun Apr 28 08:58:42 PM IST 2013
21.0 Run: 1 ETE: Sun Apr 28 08:58:42 PM IST 2013
23.5 Run: 1 ETE: Sun Apr 28 08:58:41 PM IST 2013
26.0 Run: 1 ETE: Sun Apr 28 08:58:41 PM IST 2013
28.5 Run: 1 ETE: Sun Apr 28 08:58:41 PM IST 2013
31.0 Run: 1 ETE: Sun Apr 28 08:58:40 PM IST 2013
33.5 Run: 1 ETE: Sun Apr 28 08:58:40 PM IST 2013
36.0 Run: 1 ETE: Sun Apr 28 08:58:40 PM IST 2013
38.5 Run: 2 ETE: Sun Apr 28 08:58:42 PM IST 2013
41.0 Run: 2 ETE: Sun Apr 28 08:58:42 PM IST 2013
43.5 Run: 2 ETE: Sun Apr 28 08:58:42 PM IST 2013
--- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) ---
_o31: no target for slot 0
_o31 type: Classifier/Port
content dump:
classifier _o31
0 offset
0 shift
-1 mask
1 slots
slot 255: _o33 (CMUTrace/Recv)
---------- Finished standard no-slot{} default handler ----------
Illegal division by zero at ../evaluate.pl line 1226.

knudfl 04-28-2013 10:35 AM

# 24 .

At least you have some kind of a readable output result.
"Illegal division by zero" : Don't know how to correct that, sorry.

soumyabansal 04-28-2013 11:48 AM

when I am analyzing the trace file, all packets are dropped by GPSR protocol,dont know why ? whereas in case of AODV protocol only 5 packets are dropped out of 5715 total sent packets.Please help.

soumyabansal 04-28-2013 01:54 PM

hii in the trace which i got through gpsr-kileu patched, all recieved packets are at RTR level and no packet is recieved at AGT level why this is happening ?? please help

soumyabansal 04-29-2013 12:22 PM

plz reply does nybody know why it is giving such type of output in every case ?? Do we have to make changes in parameters ??


All times are GMT -5. The time now is 05:52 PM.