[ns] Dear all

2009-09-27 Thread Sula K
Dear all I have one stupid question can some one tell me how can save file in terminal for example I have written the following tcl file I want to save it as tcl file :   % set ns [new Simulator] _o4 % set nf [open out.nam w] file3 % $ns namtrace-all $nf file3 % proc finish {} { global ns

Re: [ns] randomizing runs

2009-09-27 Thread Teerawat Issariyakul
Hi Abu, By default, NS2 is deterministic. If you would like to run NS2 in randomized scenarios, you need to execute $defaultRNG seed n prior to $ns run, where n is an integer. If n is zero, NS2 will use the current time and counter as a seed for random number generator. By default, n is set

[ns] multi-phases MAC protocol simulation

2009-09-27 Thread chaoui karima
Hello! I have to simulate a two phases MAC protocol in which nodes apply in every phase a different algorithm and exchange different packets , I have to execute an algorithm in background and exchange it's result in the first phase than use

Re: [ns] [Ns-developers] Added Grid for nam-1.14

2009-09-27 Thread Tom Henderson
ori and mish bgu wrote: Hi Everybody I was working on wireless simulation for some time now and found that draw lines of grid (on the topography) with distances in the nam visualizer was very useful for me to know exactly where nodes are placed in the network, especially when simulating

Re: [ns] Traffic Generator using TCP-Linux

2009-09-27 Thread Ygor Amaral
Hi, Someone has a traffic generator that works properly with the TCP-Linux? Grateful Ygor Amaral