[ns] how do I parse the trace file for xgraph?

2009-10-27 Thread BilalAKhan
Dear NS-2 Users, I have made a simulation in NS-2 and want to plot a graph by xgraph. But it always gives me the error given below: . . . . Error in file `third.tr' at line 8971: Unknown line type Error in file `third.tr' at line 8972: Unknown line type Error in file `third.tr' at line 897

[ns] EW2010: Deadline EXTENDED to Nov. 8th!

2009-10-27 Thread Maddalena Nurchis IMT
[we apologize if multiple copies are received] Call for Papers 16th European Wireless Conference www.ew2010.org Lucca (Tuscany), Italy April 12-15, 2010 Submission deadline: Nov 8, 2009 ** GENERAL The 12th Euro

[ns] Please recommend a kind of IDE for ns2 in windows system

2009-10-27 Thread galaxy-huang
hi everyone, I find it very troublesome to debug with command line, Could anyone please recommend me a kind of IDE for ns2 in windows system?thanks in advance!

Re: [ns] Cross-Layering script is not running.

2009-10-27 Thread Mutiullah Qureshi
Thanks for your non-stop assistance.. To initialize exponential traffic: $ns_ at 2.0 "$exp_ $opt(start_traffic)" was giving "No such element" error. So after reading section 39.3.1, page#340 of http://www.isi.edu/nsnam/ns/doc/ns_doc.pdf , I started this way: $ns_ at 2.0 "$exp_ start" Please tell m

[ns] nam: invalid command name "tcl_findLibrary"

2009-10-27 Thread yq s
i am testing ns2 2.28 on ubuntu 9.10 AMD64 i installed ns2 from deb http://bode.cs.uni-magdeburg.de/~aherms/debian sid ns2 but it have an error nam: invalid command name "tcl_findLibrary" who can help me?

Re: [ns] Setting Values for CWmin and CWmax

2009-10-27 Thread Urlan Salgado de Barros
Hi, Sorry for my mistake. You have to get a object to modify the mac's atributes: set mac($nodeid) [$node_($nodeid) getMac 0] After, you will modify the atributes using $mac($nodeid). To change CWmin, you could create a command for this, for example: $mac($nodeid) setCWmin $value; or you coul

Re: [ns] Cross-Layering script is not running.

2009-10-27 Thread Urlan Salgado de Barros
Hello, 2009/10/27 Basim Javed > hello Urlan > > 1. > Could u plz explain the purpose of your procedure? I understand the > declaration and return value, but I wonder if ll_ is some special variable, > and not user defined, so that it returns a pointer to the link layer of the > self node... th

Re: [ns] Running NS2 from C File

2009-10-27 Thread Udit Kumar
Hi Amir, Thanks a lot, It works for you, Thank you very much. Thanks & Regards, Udit Kumar On Sun, Oct 25, 2009 at 12:20 PM, amir adelipour wrote: > Hi Udit, > you can use cammand "system()" to run nus2 inside C file. > like this: system(ns); > Regards > Amir > > --- On *Sat, 10/24/09, Udit Ku

[ns] Hello packet

2009-10-27 Thread rad ab
Dear friends, I am working on link state protocol, and I am reading the code but I didn't find the Hello packets function? Can anyone tell me in which version can I find the Hello packet or if someone know about it can you please help me Regards Rawan