[ns] e2e delay

2009-01-09 Thread souhaj
hello i am workin with ns...and i am tring to analyse the trace file.. i have found an awk programm that calculate the end to end delay... http://mailman.isi.edu/pipermail/ns-users/2007-August/060808.html however i didn't understand, this part of the program (i know that is calculating the

Re: [ns] NAM does not run wireless simulation over ns 2

2009-01-09 Thread souhaj
try this command... first as first remark its preferable to work under this directory : /ns-allinone-2.33/bin and put in it the trace file , the nam file and obviously the Tcl file..ok second i will suppose that you have done this.so to run the nam file : exec ./nam

[ns] otcl tutorial needed

2009-01-09 Thread tanixmukherzee
can ne1 suggest a gud otcl tutorial.i found one.but that seems not enuf...plz do provide useful links -- View this message in context: http://www.nabble.com/otcl-tutorial-needed-tp21371733p21371733.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] passing parmeters from .tcl files to .cc

2009-01-09 Thread Nadine Chen
Hi all As you know, in the implementation of routing protocols, for example in aodv we have AODV::AODV(nsaddr_t id) ; so I want to create a .tcl file in which I have nodes , and each node has an identifier that will be passed as the nsaddr_t id (the argument of AODV) how can I do this please?

[ns] Segmentation fault when compiling

2009-01-09 Thread Daniel A
Hi everybody, I am working on ns2.33 using cygwin. When compiling the attached code, I get the following message: $ ./ns Evaltran.tcl num_nodes is set 1 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl INITIALIZE THE LIST xListHead Base station is created! wireles node is

[ns] logic error at handleTXTimer in ns-2.33

2009-01-09 Thread charlie zhang
Dear all, I have installed the ns-allinone-2.33 and patched it with the 80211Ext (updated October 21st, 2008) following the instruction from http://dsn.tm.uni-karlsruhe.de/english/Overhaul_NS-2.php. But when validating, the program reports as following:

[ns] Passing arguments when creating a TCPAgent in .tcl file

2009-01-09 Thread pankaj chand
There is an instproc init {} procedure each for Agent and for Agent/TCPAgent. I could not find the instproc init {} procedure of Agent/TCP/Reno or any of the other TCP Agents. Why? Is it because they inherit in a virtual way from class TCPAgent?, and so the instproc init {} procedure of