Re: [ns] Can NS-2 be used to transmit real video sequences?(galaxy-huang)

2009-05-06 Thread Arne Lie
You could also have a look at http://www.item.ntnu.no/~arnelie/Evalvid-RA.htm ... :-) - Arne - Original Message - From: Imad Abdeljaouad abdeljao...@gmail.com To: ns-users@ISI.EDU Sent: Tuesday, May 05, 2009 4:18 PM Subject: Re: [ns] Can NS-2 be used to transmit real video

Re: [ns] sample code for wsn

2009-05-05 Thread Arne Lie
Hi, You should inspect the source file and clean it up for line breaks where it should not be. It is easy, jusr 2-3 places. Split into separate wsn1.scn file where that information is given. When done, the code works perfectly. - Arne - Original Message - From: Habeshawit2God

[ns] link_-bandwidth() returns ZERO

2009-01-23 Thread Arne Lie
Hi, I've implemented my own Queue system which worked great under ns-2.28. Now I have moved to ns-2.33 and I notice that I am not longer capable of transfering the link bandwidth correctly from TCL to the C/C++ source running the Queue system. Actually, the link_-bandwidth() call, which

Re: [ns] Quality of RNGs and PriorityQueue suggestions

2007-10-19 Thread Arne Lie
-manual do cover this issue (but there are no warnings, are there?). best regards Arne Lie SINTEF/NTNU - Original Message - From: César Cárdenas [EMAIL PROTECTED] To: ns-users@ISI.EDU Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 18, 2007 8:51 AM Subject: Quality

[ns] Ns-2 and quality of Pseudo Random Number Generation

2007-10-17 Thread Arne Lie
into the ns-2 CVS, and open the latest rng.cc, I find the very exact lines of code and comments as indicated by Hechenleiter, so I worry that one can still select bad seeds? I hope somebody can throw some light into this issue. best regards Arne Lie

Re: [ns] TCP and packet drop: where are the retransmitted packets?

2006-06-28 Thread Arne Lie
Well, I assume that cong_action is Congestion Action, and dropped packets are mainly caused by congestion, which leads to retransmission. So this makes sense. Thanks Amit! - Arne _ Fra: Amit Mondal [mailto:[EMAIL PROTECTED] Sendt: 28. juni 2006 00:13 Til: Arne Lie Emne: Re: [ns] TCP

Re: [ns] TCP and packet drop: where are the retransmitted packets?

2006-06-27 Thread Arne Lie
Ethan, Thanks, I will have a look and see if full TCP header is possible; however, I need only a unique sequence number series. Arne -Opprinnelig melding- Fra: Ethan Giordano [mailto:[EMAIL PROTECTED] Sendt: 27. juni 2006 12:49 Til: Arne Lie Emne: Re: [ns] TCP and packet drop

Re: [ns] TCP and packet drop: where are the retransmitted packets?

2006-06-27 Thread Arne Lie
Til: Arne Lie Kopi: ns-users@isi.edu Emne: Re: [ns] TCP and packet drop: where are the retransmitted packets? From what I've observed, the normal TCP agents don't actually reliable send each packet in the stream, they only simulate the flow and congestion control dynamics that TCP

Re: [ns] Memory leak in TFRC?!

2006-03-17 Thread Arne Lie
Daniel, Thanks, I will check it out! Arne On Thu, March 16, 2006 3:47 pm, Daniel Mahrenholz wrote: On Thursday 16 March 2006 15:01, Arne Lie wrote: In my work of enabling a VBR video application on top of TFRC in ns-2.28, I observe that I have gotten a memory leak, which is difficult

[ns] Memory leak in TFRC?!

2006-03-16 Thread Arne Lie
Hi, In my work of enabling a VBR video application on top of TFRC in ns-2.28, I observe that I have gotten a memory leak, which is difficult to trace! Two questions: 1. Anybody having suggestions in how to track this down? (gdb, profiling?) 2. Is it so that ns-2 do dynamic memory allocation