Re: [ns] Many simulations with same scripts and differents parameters

2006-10-16 Thread Miguel Sepulcre Ribes
Ok, I'm going to tell you how I exactly do it. You need 2 files: an script file and a .tcl file. In the script file, which is a simple text file with execute access (to run it just type ./script in the linux command line), write something like: # - script -

[ns] IMS support in NS-2

2006-10-16 Thread Michael Sidiropoulos
Dear NS-2 users, I would like to know if there is any support for the 3GPP IP Multimedia Subsystem (IMS) in NS-2. If you know any implementation of IMS in any other simulation tool please let me know Thank you very much for your time, Yours sincerely. Michael Sidiropoulos

Re: [ns] ns2.26 installation problem in cygwin 1.5.21

2006-10-16 Thread Sven Ehlert
Hi, I'd guess this is due to a new compiler version in Cygwin, which does stricter code checking. If working with the the newest ns isn't an option, I'd suggest to a) downgrade Cygwin, or at least gcc, to an earlier version, or b) download the last ns-2.30, and replace the ns directory with the

Re: [ns] Problem with the threshold command

2006-10-16 Thread Matthias Budde
Hi, I'm using ns-2.29.3 as well. In order to use the threshold tool, I had to compile it first. You will find threshold.cc in indep-utils/propagation. Compile it (e.g. "g++ threshold.cc") and you can use it. Best, -Matt Am Montag, 16. Oktober 2006 02:00 schrieb [EMAIL PROTECTED]: > Message:

[ns] about hello packet

2006-10-16 Thread Bilel Romdhani
hello everybody, i want to extend the hello packet and i want to add to it the number of packet in the queue to explore that in the mac layer! first, is it possible? if yes how can i do it? thanks a lot.

[ns] max data to send with ftp

2006-10-16 Thread Mirco Tegler
Hello, is there a maximum of data, that be can send with ftp? I simulate ftp and calculate the bandwidth with the proc recordftp. The transfer time for 500Mbyte,1Gbyte and 2Gbyte looks ok, but if i send 3Gbyte, 4Gbyte or more i get the same transfer time for each of them. Is there something li

Re: [ns] max data to send with ftp

2006-10-16 Thread Renata Vidal
I don't know, but you can see ftp.cc and tcp.cc, there are a lot of things you just know looking at the codes. You can see "producemore" function too. On 10/16/06, Mirco Tegler <[EMAIL PROTECTED]> wrote: > > Hello, > > is there a maximum of data, that be can send with ftp? > > I simulate ftp and

Re: [ns] Standard Deviation

2006-10-16 Thread Renata Vidal
I don't know what mean in the MAC layer context, but it is about how much a value can be more or less about the measure. sqrt(Xi^2/samples - (sum/samples)^2) On 10/12/06, walid demigha <[EMAIL PROTECTED]> wrote: > > Hi, > What does it mean Standard Deviation metric in the MAC layer context? and

[ns] R: How to plot jitter, throughput and end to end delay of a eurane simulation

2006-10-16 Thread Marco Fiore
Hi Diego, you may have a look at trace2stats, at http://www.reti. polito.it/fiore bye, Marco >Messaggio originale >Da: [EMAIL PROTECTED] >Data: 13-ott-2006 10.41 PM >A: <[EMAIL PROTECTED] wmc.nl> >Cc: >Ogg: [ns] How to plot jitter, throughput and end to end delay of a eurane simula

[ns] Help with WFQ-Scheduler for Wireless networks

2006-10-16 Thread Shaili Desai
Hi I am trying to find the Scheduler based on Weighted Fair Queuing for Wireless Networks especially 802.16, but couldn find. Any advice on WFQ Scheduler in NS2 in the latest version??Cud find one which is for ns2.1b6. So for higher versions it might work but not with the patch command but manu

[ns] SWAN Implementation

2006-10-16 Thread Mohammad Haseeb Zafar
Please help me in answering following qiuestions regarding implementation of SWAN code in ns2.1b9a: 1. I didnt get following files from SWANs website: http://comet.columbia.edu/swan/simulation.html set opt(cp) "../Scene/S1/cbr-50-50-1-512.tcl" set opt(sc) "../Scene/S1/m

[ns] using nam in a mobile scenario.

2006-10-16 Thread Raghu-kisore Neelisetti
Hello Every one, Iam running some simulations involving study of wireless network. I generated the mobility scenario for 100 nodes using setdest utility of ns-2. can any one please let me know how to use nam so that to display the contents of out.nam (this is my nam trace file). i went through

Re: [ns] Throughput measurement of UDP

2006-10-16 Thread Dan Dechene
Dear Users, I am currently working with the paper "New Cross-Layer Design Approach to Ad Hoc Networks Under Rayleigh Fading" (Pham et al.) to gain some experience working on protocol implementation in ns-2. I wanted to know if anyone has attempted to reproduce the results of this paper, more s

[ns] Wireless Transmission RAnge Doubt

2006-10-16 Thread Devu ManikantanShila
Hello, What should be done to set individual transmission range for mobile nodes in NS2? I tried both " $node radius " and $node set Pt_ option. but i couldnt find any difference with the introduction of these codes. thanks Devu

[ns] directed diffusion (diff_prob.cc)

2006-10-16 Thread zitouni rafik
Hello to all. I have some problem to understand diff_prob.cc program in directed diffusion protocol. What it means the following instruction in the CalGradient function. cur_out->gradient = pow(2, routing_table[dtype].num_active - cur_

[ns] Does ns 2.29 have WEP protocol implemented?

2006-10-16 Thread Adriano Lucas
Does ns 2.29 have WEP protocol implemented? (Adriano Lucas) I need to know if ns 2.29 have the WEP protocol implemented. If not, how can I get it? If anyone knows it, please send me the code. Thanks Adriano Lucas !!

[ns] GnutellaSim on ns

2006-10-16 Thread Karena Xu
Hi all, Would like to enquire that if any of you have any idea that if GnutellaSim project is able to work on latest NS version, such as ns2.29.3? Thank you very much =) Best regards, Karena _ Find just what you are after with th

[ns] ask you some question about error model

2006-10-16 Thread wanxiujin
hello: now may I ask you some question about NS error model? I have seen a text on ns forum about the error model: set errObj [new ErrorModel] $errObj unit bit $errObj FECstrength 1 $errObj datapktsize 1000 $errObj cntrlpktsize 80 $errObj drop-target [n