[ns] ns-OBS invalid command error

2009-05-15 Thread COULIBALY Yaya
Hi All, Here is the error I get when I try to run test01.tcl and test02.tcl of ns-OBS under NS-2.33, NS-2.28. I am using fedora 8 as OS. Any suggestions? *./ns test01.tcl -* Invalid command name StatCollector while executing StatCollector set debug_ 0 (file test01.tcl line 7) *./ns

Re: [ns] Problem with tracing SCTP Agent Trafic

2009-05-15 Thread Arnaud Ongenae
Hello, below you can find a piece of my code which is working: set sctp_start_08 [new Agent/SCTP/CMT] $ns multihome-attach-agent $start0 $sctp_start_08 $sctp_start_08 set fid_ 0 $sctp_start_08 set debugMask_ 0 $sctp_start_08 set debugFileIndex_ 0 $sctp_start_08 set mtu_ 1500 $sctp_start_08 set

[ns] SFQ in Wireless

2009-05-15 Thread F A
Hi all, Do you have any experience in using SFQ instead of DropTail/PriQueue in wireless link? When I set ifq as Queue/SFQ or Queue/FQ when I run the simulator it returns Segmentation Fault. Do I need to set any particular parameter when I use SFQ? Based on NS manual two configuration

Re: [ns] problem adding a new protocol

2009-05-15 Thread Ibrahim3100
hi ns-users,       i have followed all the steps for adding a new clustering agent in ns-2.31. but when i run the tcl script i get the following error message--   [code omitted because of length] invalid command name Agent/MyClusAgent while executing Agent/MyClusAgent set

[ns] Handover1.cc Mobility code

2009-05-15 Thread El hadi Cherkaoui
hi all, i have a code of handover1.cc when creating handover module /*  * Creates a handover module  */ Handover1::Handover1() : Handover(), connectingMac_(-1), scanTimer_(0) {   bind (case_, case_);   bind (confidence_th_, confidence_th_); } My question is : where can i find the value of

Re: [ns] Problem with tracing SCTP Agent Trafic

2009-05-15 Thread Ines Kechiche
I tried the two ways but it didn't work :( Do you have other propositions? 2009/5/15 najla najla.tr...@cert.mincom.tn I have already faced this problem when working on SCTP. I think that you must add the command set-multihome-core with its arguments (as mentioned in the Ns documentation)

[ns] tracing SCTP trafic

2009-05-15 Thread sofia insat
Hi, I have to trace SCTP trafic I have used this script but it didn't work : set trace_ch [open trafic.sctp w] $sctp0 set trace_all_oneline_ 1 $sctp0 trace cwnd_ $sctp0 attach $trace_ch Do you have any idea ?? thanks

Re: [ns] Error in creating new agent

2009-05-15 Thread Ibrahim3100
I got same this error message when i run the tcl script as follow: [u...@localhost ~]$ ns ibrahim.tcl ns: [code omitted because of length] : invalid command name Agent/Ibrahim while executing Agent/Ibrahim set packetSize_ 64 [u...@localhost ~]$ this happened because of the name of the

[ns] Optimization !!!

2009-05-15 Thread shreyas toro
Hey ! With all your help i worked hard on the routing protocol and finally i was able to complete the task successfully on ns-2.28... Now i need some guidance of optimization of this protocol... How do i go about it ? Please give me your useful guidance...   Regards, Shreyas Toro

Re: [ns] tracing SCTP trafic

2009-05-15 Thread Arnaud Ongenae
Does the example found in ns-2.33/sctp/SCTP.README are working ? They are with me... Arnaud On Fri, 2009-05-15 at 13:04 +, sofia insat wrote: Hi, I have to trace SCTP trafic I have used this script but it didn't work : set trace_ch [open trafic.sctp w] $sctp0 set

[ns] help needed to rectify error......

2009-05-15 Thread Nikheel Kumar
*hi all, friends this tcl script is very necessary for my thesis please replay ASAP. i am using n-2.31 with cygwin Actually i want to simulate short session and to measure the distribution of the transmission duration of the number of ongoing connections and the throughput in TCP connections.