[ns] help regarding trace file

2006-04-19 Thread rahul barche
 i m working on simualtion of AD-Hoc routing algorithms DSDV, DSR, AODV. i unable to extract data form trace files. So please send me how to read trace file , which coloum of trace file show packet id? how to calculate Throughput and Delay. i have attached trace file of DSDV algorithm.

[ns] MANET DSR How is counting number of RREP and RREQ packets?

2006-04-19 Thread S. Alex Nikzad
Hello everyone, I am doing a simulation project similar your work on intrusion detection in MANET... In my project, I've focused on DSR and Black hole attacks ... How and from which file(s) can I detect and COUNT number of RREP packets and nomber of RREQ packets of node j by node node i?

[ns] R: help regarding trace file

2006-04-19 Thread Marco Fiore
Please have a look to ns manual, ns mailing list history and relative FAQ before posting to the mailing list itself! This is the third or fourth mail about trace file format this month! Regards, Marco Fiore Messaggio originale Da: [EMAIL PROTECTED] Data: 19- apr-2006 9.36 AM A:

Re: [ns] R: which trace format is more accurate?

2006-04-19 Thread Sasan Sahraei
Marco, This is the exact point, the difference is about 300 to 400 for 100 sec sim time I reran the same simulation and all I did was to change the trace format, but I see such a difference in number of sent $1~/s/ /AGT/ { sent ++; } any comments? both running on the same machine. all the

[ns] All in one install NS make failed!

2006-04-19 Thread Alex Triffitt
I am trying to install the all-in-one package of NS. The has got to the compilation of the NS part of the package and it seems to fall over when trying to compile something. Here is the screen dump: g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER

[ns] R: Re: R: which trace format is more accurate?

2006-04-19 Thread Marco Fiore
Sasan, don't have a clue on that. I fear the only way is to analyze the trace files by hand to spot the differences. Maybe printing the sending times (using an awk script) can speed up the process. Let us know if you can solve the problem. Regards, Marco Fiore Messaggio originale

Re: [ns] help required regarding ODMRP

2006-04-19 Thread Dhammika Pathirana
Hi Chanchal, I am assuming you're working with Monarch extensions. Otherwise you'd have to download the ODMPR patch from their website at http://www.monarch.cs.cmu.edu/software.html There's a Pearl script in SCRIPTS directory called mcast_totals... (or something) similar. You can use it to get

[ns] OBS-JET and JIT simulation

2006-04-19 Thread chakroune\.mohamed
Hi, I'm working with ns2.28 and a module for OBS networks called obs-0.9a,developed by Dawn Labs. I want to make Obs simulation with tow diffrent reservation scheme JET (Just enought Time ) and JIT Obs (Just In Time). I want to know which files or classes are responsible for this

Re: [ns] help with cygwin/gcc

2006-04-19 Thread Filippos Kolovos
Yes, it is true that you may have installed it, but when you issue the command gcc --version then the system will report that you have the gcc version 4.0 installed. That is because in /usr/bin there is a symbolic link named gcc that points to the gcc-4.0 executable located in the same directory.

[ns] Interpreting trace file

2006-04-19 Thread Vinod
hi, I have implemented a new qos routing protocol for MANETs in ns-2 and now running some simulations. But, Im unable to understand the tracefile format to extract the required info (like #of rreqs, rreps, lost pkts etc.). I have gone through the manual...but the information given there is

Re: [ns] Interpreting trace file

2006-04-19 Thread Pedro Vale Estrela
www.tracegraph.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vinod Sent: quarta-feira, 19 de Abril de 2006 21:01 To: ns-users@ISI.EDU Subject: [ns] Interpreting trace file hi, I have implemented a new qos routing protocol for MANETs

[ns] calculate mobility by using the parameters in setdest

2006-04-19 Thread www triste
Hello everybody i have a big probleme concerning mobility;i use setdest for generate a scenario,and i use v2 setdest -v 2 -n 50 -s 1 -m 1 -M 6 -t 50 -P 1 -p 3.0 -x 1000 -y 1000 in this case what is the value of mobility? please if it is possibile to calculate mobility,help me;thanks a

[ns] regd cal load

2006-04-19 Thread deepak
If i have an ftp source(infinite send) attached to a tcp source. How do i calculate the load in that case? deepak __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [ns] help required regarding ODMRP

2006-04-19 Thread Dhammika Pathirana
Please take a look at last 30 lines of the output file. It contains all summarised data, control pkt sent, received are in mrtr and data pkt details are in cbr.. cbr_rx and cbr_srx list the received and expected number of pkts. Also trace contains all pkts sent received by each node, so you

[ns] inquire a question

2006-04-19 Thread 刘巍
myung_p213, I found the question which named When and where is bandwidth_ set? I do not know whether you have solved this question,because I have the same doubt about this question. in mac-802.11.cc,if dataRate_ is not defined in TCL space,the parameter is binded with bandwidth_, BUT the

[ns] queston about REQUEST / REPLY - duplicate info

2006-04-19 Thread Sasan Sahraei
Hi All, As an example AODV new trace format logs REQUEST both in ARP level and network level (aodv) one if -Po in ARP level and the second one in -Pc as network level (aodv) now if I want to count number of requests / replies, should I count both of just the network level? any comments?

[ns] Error While Compiling Newly Created Files.....Plz Help

2006-04-19 Thread syamantak mukherjee
Hi, We are working with ns-2.29. Today we came across a problem while running 'make' command. Before I state the error, it would be helpful to let you know what we are actually doing. we want to create a new kind of node called Forwarding Node, we have written the corresponding c++

Re: [ns] Error While Compiling Newly Created Files.....Plz Help

2006-04-19 Thread Sasan
files are not attached, double check please but before looking at anything, do you have header file included when compiling? if so, make sure shared object is accessible when linking, Sasan On 20 Apr 2006 03:14:31 -, syamantak mukherjee [EMAIL PROTECTED] wrote: Hi, We are