[ns] help needed in ns-2

2007-03-17 Thread manju iyer
hai all, I have an error as following : invalid command name Queue/ERED while executing Queue/ERED create _o16 invoked from within catch $className create $o $args msg invoked from within if [catch $className create $o $args msg] { if [string match __FAILED_SHADOW_OBJECT_ $msg] {

[ns] SPLIT WIRELESS TRAFFIC URGENT

2007-03-17 Thread antonis antoniou
Hi ALL, I try to measure end to end channel capacity in a multihop network,and i try to split the cbr traffc from one source to 2 sinks(they are different not intreferenced routes).i used 2 different flows for each source-sink pair.Is this correct?to do the splitting of traffic?? THANKS

[ns] Problem when install ns 2.26 at Red Hat Linux 9!

2007-03-17 Thread smthin
dear all, I face the problem when i install the ns-allinone-2.26 at red hat linux 9. it said tk 8.3.2 make failed! Exiting.. If anyone know about this,pls let me know how to slove this problem. Thanks alot! smthin -- View this message in context:

Re: [ns] Problem when install ns 2.26 at Red Hat Linux 9!

2007-03-17 Thread Timo Reimann
smthin wrote: I face the problem when i install the ns-allinone-2.26 at red hat linux 9. it said tk 8.3.2 make failed! Exiting.. If anyone know about this,pls let me know how to slove this problem. Virtually nobody will be able to help you if all that you provide is that single line.

Re: [ns] Problem when install ns 2.26 at Red Hat Linux 9!

2007-03-17 Thread Larry Brigman
On 3/17/07, smthin [EMAIL PROTECTED] wrote: dear all, I face the problem when i install the ns-allinone-2.26 at red hat linux 9. it said tk 8.3.2 make failed! Exiting.. If anyone know about this,pls let me know how to slove this problem. Without more context I am guessing that you

[ns] Question about wireless testing ?

2007-03-17 Thread Nguyen Vo Minh Chau
Hi, I've a question about NS-2.30: When I run some example about wireless (or wireless sensor) like : diffusion (in ns-2.30\tcl\ex or ns-2.30\tcl\ex\diffusion...)...I received the same result like this : num_nodes is set 3 warning: Please use -channel as shown in

[ns] Problem in installing NS GNU/Linux (detailed question)

2007-03-17 Thread Faisal Aslam
Hi, Here is a detailed question :). I hope that someone will help. I need to install a NS version for SPAN (http://pdos.csail.mit.edu/~benjie/span/span_ns.html) that go with otcl-1.0a6, tclcl-1.0b10, tcl8.3.2, tk8.3.2. I have installed all the above parts sucessfully and tried many NS versions.

[ns] problem with setting label of a node.

2007-03-17 Thread Raghu-kisore Neelisetti
Hello Every one, Iam trying to set the label of a node with a string of length (approximately) 24 characters. But the nam tool is displaying only the first 19 characters. I would like to know if there is a limit on the length of the label that can be used? I would greatly appreciate if

Re: [ns] how to use gdb to debug an error in .tcl format file

2007-03-17 Thread Filippos Kolovos
- In order to debug TCL files you should use tcl-deug. In order to debug the .cc files you need ddd (frontend for gdb). Here is detailed web info on how to use both, from Pedro Vale Estela: http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging.html Also, at the ns web site there is some info on