Re: [ns] NS-2.27+LEACH test failure problem solved

2007-05-19 Thread Renata Vidal
not work with gcc 4.1.1? But this is only my idea, not proven to be correct. Comments are welcome as always. -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Strange problem with AWK

2007-01-02 Thread Renata Vidal
!! ___ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Compilation Error ns2.1b8a

2006-11-16 Thread Renata Vidal
-problems.html for problems -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] file not recognized: File format not recognized error

2006-11-13 Thread Renata Vidal
error:- example1a.tcl: file not recognized: File format not recognized collect2: ld returned 1 exit status What should I do to eliminate this error? Thanks Regards, Swalaxmi -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o

Re: [ns] Video Streaming Simulation

2006-11-10 Thread Renata Vidal
Search http://server1.msn.co.in/profile/aishwarya.asp -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] max data to send with ftp

2006-10-16 Thread Renata Vidal
] recordftp } Best Regards, Mirco -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Standard Deviation

2006-10-16 Thread Renata Vidal
do we calculate it? -- best, wal. -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Filtering Columns from output trace file

2006-09-29 Thread Renata Vidal
files have 12 columns and I need only 2. How to do it ? I saw that in documentation people mention column.pl perl script fajl, for this purpose, but I cannot find how to use it. Can somebody help me with filtering 2 columns from trace file? Thanks. -- Renata Vidal Triste é o destino

[ns] LossMonitor - can't read, no such variable

2006-09-29 Thread Renata Vidal
Why I can't set a variable like this: SinkCBR($i) ? Its got me crazy! If I set each variable like SinkCBR0, SinkCBR1 and so on, its be OK, but if I try SinkCBR($i) or SinkCBR$i I see the message no such variable. Whats is wrong? -- Forwarded message -- From: Renata Vidal [EMAIL

Re: [ns] LossMonitor - can't read, no such variable

2006-09-29 Thread Renata Vidal
] set time 0.5 set bw0 [$sink(1) set bytes_] set now [$ns now] puts $f0 $now [expr $bw0] $ns at [expr $now+$time] record } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renata Vidal Sent: sexta-feira, 29 de Setembro de 2006 19:54

[ns] tcp objects

2006-09-16 Thread Renata Vidal
Hi, Anyone knows what is the nrexmitpack_ and ndatapack_ variables? I think ndatapack_ belogns to the total packets sent, and nrexmitpack_ is about the retransmitted packets. But I'm not sure! I did one test and I saw the same value at both of them. What is wrong? Any clue!? -- Renata Vidal

[ns] window_ TCP parameter

2006-09-13 Thread Renata Vidal
Hi, Anyone knows if window_ parameter of TCP is given in packets or bytes If thing it is in packets because I have the packetSize_ parameter also but I´m not sure. Any clue!? -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o

Re: [ns] invalid command name Application/Traffic/MPEG4

2006-09-11 Thread Renata Vidal
modified the Makefile to add: /tools/mpeg4_traffic.o\ under the OBJ_CC section. I have run make clean and then make but still get the same error when running the code. Could anyone please help me out. This was supposed to be the easy part!!! Thanks, Joseph -- Renata Vidal Triste é o destino

Re: [ns] delaySamp_ object and Delay samples

2006-09-09 Thread Renata Vidal
-- -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] flow id

2006-09-08 Thread Renata Vidal
($id) $ns at $start $cbr_($id) start $ns at $stop $cbr_($id) stop } Filipe Mendes Em Quarta 16 Agosto 2006 18:17, o Renata Vidal escreveu: Hi, I tried to set the flow number whith a command like this: $udp0 set fid_ 0 $udp1 set fid_ 1 $udp2 set fid_ 2 and so

[ns] empty file

2006-09-06 Thread Renata Vidal
close $f exit 0 } $ns run -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] segmentation fault in mpeg4_traffic

2006-08-28 Thread Renata Vidal
. It generates traffic that has the same first and second order statistics as an original MPEG4 trace. If anyone is interested, I made it available on http://www.sce.carleton.ca/~amatrawy/mpeg4 Please use it and give me some feedback thanks Ashraf -- Renata Vidal

Re: [ns] What's wrong with this code?

2006-08-23 Thread Renata Vidal
dump: classifier _o12 0 offset 0 shift 2147483647 mask 1 slots slot 0: _o30 (Classifier/Port) -1 default -- Finished standard no-slot{} default handler -- Please tell me what should I do. thanks. -- Renata Vidal Triste é o destino de quem tenta vencer

[ns] PAQM and PID

2006-08-17 Thread Renata Vidal
Hi, Are there available c++ codes for PAQM and PID AQM algorithms? I didn't find it on google. Thanks in advance -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Emulation Basic Hardware Requirements

2006-08-15 Thread Renata Vidal
to be involved in the emulation and have ns2 installed and running simultaneously? Any input is greatly appreciated, Vincent Ngo This mail sent through www.mywaterloo.ca -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos

[ns] connect x attach-agent

2006-08-11 Thread Renata Vidal
($i) set fid_ ($i) set cbr($i) [new Appl... (file renata.tcl line 89) Thanks, Renata -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

Re: [ns] Calculatiing Packet Queueing Delay

2006-07-05 Thread Renata Vidal
Science. -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espírito da iniciativa (A Arte da Guerra – SUN TSU – pg 102)

[ns] Problem compiling NS 2.27 on Fedora Core 4 (FC4)

2006-06-30 Thread Renata Vidal
Sorry for my poor english, but I thing it will be usefull for someone else Problem compiling NS 2.27 on Fedora Core 4 (FC4) It was a long history :) I put numbers cause it easy to understand... Linux 2.6.11-1.1369_FC4 #1 i686 i686 i386 GNU/Linux gcc-c++-4.0.0-8 e gcc-4.0.0-8 NS 2.27 (not

Re: [ns] Regarding ns-allinone-2.1b8a

2006-06-29 Thread Renata Vidal
/06, Saurav Bandyopadhyay [EMAIL PROTECTED] wrote: Hi there, Can anybody point me to the version of Linux where nsallinone-2.1b8a.tar installs without errors? I have tried Fedora, Red Hat Linux 9 Sun OS, Cygwin without any luck. Many thanks. Saurav Bandyopadhyay -- Renata Vidal

Re: [ns] TCP/FullTcp/Newreno Vs. TCP/Newreno

2006-06-16 Thread Renata Vidal
obvious when the number of flows sharing a bottleneck link becomes high - the FullTcp flows were performing much better in terms of the throughputs achieved. Anybody has any clue as to why this is happening? Thanks, Sid -- Renata Vidal Triste é o destino de quem tenta vencer as batalhas

[ns] new queue

2006-06-04 Thread Renata Vidal
without erros. After all, If I run a simulation, even so not using green queue, I see the message: ns: [code omitted because of length] : invalid command name Queue/Green while executing Queue/Green set greenForcedDrops_ 0 Any tip? Thanks, Renata Vidal