Re: [ns] Floating point exception error

2006-10-18 Thread Vindya Amaradasa
This error can be caused by 'division by zero'. Have a look through your code for any possible divisions by zero (consider worst cases). Hope it helps! Vindya - Original Message - From: "Bilel Romdhani" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 18, 2006 2:48 PM Subject: [ns] F

[ns] Diffserv: No. of physical queues

2006-10-18 Thread Vindya Amaradasa
Hi, I want to increase MAX_QUEUES in Diffserv. When I increase the value of the constant MAX_QUEUES in dsred.h, it compiles fine but gives me segmentation fault at run time. Why would this be? Is there anything else I have to change? Thank you very much! Regards, Vindya Amaradasa Research

Re: [ns] Problem with .o files

2006-08-09 Thread Vindya Amaradasa
Hi, When you run ./configure, your makefile gets altered. That's why your line 'disappeard'! And as a result, file.o was not created, hence the 'invalid command' error. (you only need to run ./configure if you're compiling for the very first time) So, once you add the tcp/file.o \line, just

[ns] WFQ: Change deque time

2006-05-08 Thread Vindya Amaradasa
;t been able to find the answer so far. I'd greatly appreciate if anyone can give a pointer as to how to change the scheduled time for WFQ::deque. BTW I'm using wfq-1.2.2. Many thanks! Vindya ```` V

[ns] WFQ: Change deque time

2006-05-08 Thread Vindya Amaradasa
;t been able to find the answer so far. I'd greatly appreciate if anyone can give a pointer as to how to change the scheduled time for WFQ::deque. BTW I'm using wfq-1.2.2. Many thanks! Vindya ```` V

Re: [ns] ns source code

2006-05-03 Thread Vindya Amaradasa
You will find the source code for a Pareto ON-OFF source in ~\ns-allinone-2.29\ns-2.29\tools\pareto.cc Regards, Vindya - Original Message - From: "Pranay Prateek" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 03, 2006 2:20 PM Subject: [ns] ns source code > > can anybody help me to fi

Re: [ns] a problem with generating reports from ns-2

2006-04-01 Thread Vindya Amaradasa
Hi Guanhua, You could define a command function and call it with the relevant object in your tcl script, at the end of the simulation or anytime before. For example, if you include code to measure the queue length and store it in an array, and want to write this to a file at the end of the sim

Re: [ns] How could I install ns-2 on Windows xp SP2 platform?

2006-03-21 Thread Vindya Amaradasa
Hi, The ns-allinone-2.27 package should be placed within your cygwin home directory. Pls follow the instructions give here.. http://www.isi.edu/nsnam/ns/ns-cygwin-old.html Regards, Vindya - Original Message - From: "Gilles Bertrand" <[EMAIL PROTECTED]> To: "Tanaka Hiroaki" <[EMAIL PROTE

Re: [ns] RAMP - errors!

2005-12-19 Thread Vindya Amaradasa
uot;Bernd Roemer" <[EMAIL PROTECTED]> To: "Vindya Amaradasa" <[EMAIL PROTECTED]> Sent: Monday, December 19, 2005 8:16 PM Subject: Re: [ns] RAMP - errors! > Vindya Amaradasa wrote: > > Hi, > > > > I've been trying to get RAMP (Rapid Model Par

Re: [ns] RAMP - errors!

2005-12-19 Thread Vindya Amaradasa
- Original Message - From: "Bernd Roemer" <[EMAIL PROTECTED]> To: "Vindya Amaradasa" <[EMAIL PROTECTED]> Sent: Monday, December 19, 2005 8:16 PM Subject: Re: [ns] RAMP - errors! > Vindya Amaradasa wrote: > > Hi, > > > > I've

[ns] RAMP - errors!

2005-12-19 Thread Vindya Amaradasa
7 & 2.28. What am I doing wrong? Any tips will be greatly appreciated! Could I be using the wrong file format of tcpdump? If so, can somebody kindly give me a link to where I can get some sample files of the correct format? Thanks in advance! `````