[ns] Why I cannot see anythin using NAM in Wired-cum-wireless Marc Greis' Examples?

2007-11-08 Thread Jamal Toutouh
Hello all, I am trying to see the simulation unsing NAM but I cannot see anyting. Does someone know WHY? There is some other tool to see the simulations?? Thank you... Jamal Toutouh El Alamin NEO Group - Networking and Emerging Optimization

[ns] Nam interface

2007-11-08 Thread zze-WANG Xiao RD-CORE-CAE
Hello, dear ns user, I'm currently writing a small program to make the interface of nam clearer to see. Actually, I'm trying to add a bar at the left side of the main window of nam to show some important information that I need (such as number of packet drop). I'd like to know if there has been

Re: [ns] RED dropping packet problem

2007-11-08 Thread salcaraz
Leo: You can see the file: your-ns2.xx-home/ns-2.xx/tcl/lib/ns-default.tcl Best regards /salva On Thu, 8 Nov 2007, Leo Lin wrote: Hi did any one know how to control RED queue how to set its max queue size before it start dropping or marking packets? any comments are welcome

[ns] How can I locate (co-ord) Base Stations??

2007-11-08 Thread Jamal Toutouh
Hello NS users, I want to locate the BS in a specific positions, for example For example using: $BS_(0) set X_ 100. $BS_(0) set Y_ 200. $BS_(0) set Z_ 0. $BS_(1) set X_ 300. $BS_(1) set Y_ 200. $BS_(1) set Z_

[ns] Re: Re: Why I cannot see anythin using NAM in Wired-cum-wireless Marc Greis' Examples?

2007-11-08 Thread Jamal Toutouh
Dear Mathias, Have you already read the manual and the how-tos given on the ns2 homepage? There is explained in detail, how to get your simulation shown in NAM. Yes, of course. And I know how I can do it in norma ways, Wired and wireless scenarios. The problem is that I am trying to

[ns] a loop or a start and stop methods

2007-11-08 Thread Nabila khedimi
Hi, I want to execute a ping agent continuously during the simulation, regarding the schedular object in NS, is there any the difference between making a infinite loop inside the tcl code or define a start and a stop method inside the ping agent code(which is a c++ program) Thanks for help

Re: [ns] a loop or a start and stop methods

2007-11-08 Thread Pedro Vale Estrela
You need to schedule a tcl proc which: a) does ping send b) reschedule itself for 1 second later this is a simple 4 line TCL proc! you can also do this in c++ only by using a timer object, for the same purpose. This will require recompilation and c++ debugging. Pedro Estrela

[ns] about AODV protocol in reall life

2007-11-08 Thread adi suryo wibowo
I was simulated aodv and now I have question what example implementation about AODV protocol in real life? this is just teory or are there usefull implementation about MANET in our daily life? as i know MANET just support Share file or data, can you told me about other implementation in recent

[ns] wfq simulations

2007-11-08 Thread alejandro gomez
hi everyone, i am trying to implement some examples about wfq algorithm, and i already check the website http://www.cc.jyu.fi/~sayenko/ where i found some examples, but it is needed to run a patch. thestepa follow are: 1- I download the patch and the examples 2- unzip in the folder where