[ns] what does the setup $tcp set class_ 2 mean ?

2007-04-09 Thread kerwin
Hi! all.What does the setup $tcp set class_ 2 mean in simulation script ?Thank for your responses.   改變每一天 從Xuite開始http://www.xuite.net

[ns] question on cbr

2007-04-09 Thread cmxhr
Dear All!I have some question to ask for you help! when i use the CBQ flow to simulate in ns-2,I set the packet-size,set-rate and bandwidth.now I want to know the meaning of the rate ,the relation between the rate and the intervar.and how to calculate the total number of the packet

[ns] question on cbq

2007-04-09 Thread cmxhr
Dear ALL! When i use the CBQ,need i use the topclass,how to understand it ,I saw a few script and found no flow banding it.how to understand its priority.what's the difference between the CBQ and CBQ/WRR. Thank you in advance! chenmaoxiang

[ns] CBR generation with Poisson distribution

2007-04-09 Thread jitendra mohanty
hi all, I want to generate CBR traffic with Poisson distribution. How I will do it in NS. Please somebody help. Waiting for your reply. Thanks. Jitendra - It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar.

[ns] NOAH: wrong node routing agent!

2007-04-09 Thread Pedro Vale Estrela
My upgraded version of FMIP for ns2.31 includes the NOAH agent as well. http://tagus.inesc-id.pt/~pestrela/ns2/mobility.html#_Toc147660119 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Akhilesh Kumar Sent: segunda-feira, 9 de Abril de 2007 4:42

Re: [ns] ns-packet.tcl

2007-04-09 Thread smita vishwakarma
On 4/9/07, smita vishwakarma [EMAIL PROTECTED] wrote: hi, Can you tell me , why I am findng this problem when I am trying to compile my c++ program ? usr/share/ns-2.31/tcl/lib/ns-packet.tcl:120: error: stray '#' in program /usr/share/ns-2.31/tcl/lib/ns-packet.tcl :121: error: stray '#' in

[ns] ns2:urgent regarding eurane programing and analysis

2007-04-09 Thread harpreet
  hi i am using eurane for ns2.30. i have some question regarding that... the trace file i got after simulation got no row with stating with 'd' or 's'. it have only '+', '-' and 'r'. but there is some resending of data packet which i checked. can u please tell me how to analysis this

[ns] Wireless Program

2007-04-09 Thread lecoq
Hi, Can anyone send me a wireless program that simulates the following script: Ten nodes, everyone sends a message to all the others( broadcast messages). Thank you. -- View this message in context: http://www.nabble.com/Wireless-Program-tf3547986.html#a9904512 Sent from the ns-users

Re: [ns] compilation of .cc file

2007-04-09 Thread Pedro Vale Estrela
Since people constantly fail to report in a useful manner, I've written a little howto post the user's mailing-list entry in the ns-wiki. good work. Added links to my otcl and c++ debugging, and How To Ask Questions The Smart Way

[ns] MAODV problem

2007-04-09 Thread ankit shah
hi u have to change the ns-mcast.tcl file

[ns] Help: Problem when I add a new protocol to ns2-2.30

2007-04-09 Thread Amos
I wrote a new wireless route protocol and add it to ns2-2.30. Edit many files according to AODV. I also wrote a scenery script. it runs successful when i use AODV. but when I change AODV to the name of my new protocol, it failed, the information is followed: INITIALIZE THE

[ns] problem in using Ricean Propagation model

2007-04-09 Thread ibrahim koda
i'm try to use Ricean model instead of Two Ray Ground in tcl script but i met the following problems: num_nodes is set 10 invalid command name Propagation/Ricean while executing Propagation/Ricean create _o13 invoked from within catch $className create $o $args msg invoked

[ns] problem in Ricean Propagation model

2007-04-09 Thread ibrahim koda
i'm try to use Ricean model instead of Two Ray Ground in tcl script but i met the following problems: invalid command name Propagation/Ricean while executing Propagation/Ricean create _o11 invoked from within catch $className create $o $args msg invoked from within if [catch

[ns] Making changes in .cc files

2007-04-09 Thread manpreet grewal
Hello Sir/Madam, I am using ns-allinone-2.31 under cygwin on Windows XP. I have made changes in tora.cc file.. Then i executed make command successfully with no errors.. But the changes are not picked by tora.tcl, when i execute ns tora.tcl.. Can anyone please tell me where am i wrong? What