[ns] MONITOR/MEASURE WIRELESS NODE QUEUE SIZE help???

2007-02-07 Thread antonis antoniou
Hi all, can any one guide me how to measure wireless node queue size? queue-monitor doesnt work i think. THANKS

[ns] need EMERGENCY HELP PLZ segmentation fault pbm

2007-02-07 Thread Samer Bali
don't let the node move to the border limit exactly. You should write, e.g.,: $node($i) setdest [expr $x-0.01] [expr $y-0.01] $vitess or extend your area limit a little bit. Good Luck, Samer - Original Message - From: amira bourayou [EMAIL PROTECTED] To: [EMAIL PROTECTED];

[ns] need EMERGENCY HELP PLZ segmentation fault pbm

2007-02-07 Thread Samer Bali
don't let the node move to the border limit exactly. You should write, e.g.,: $node($i) setdest [expr $x-0.01] $y $vitess or extend your area limit a little bit. Good Luck, Samer - Original Message - From: amira bourayou [EMAIL PROTECTED] To: [EMAIL PROTECTED]; ns-users@ISI.EDU

[ns] Hello Interval bug in UM-OLSR implementation

2007-02-07 Thread Víctor González
Hi all, we have detected a bug in UM-OLSR 0.8.8. In OLSR, the value NEIGHB_HOLD_TIME is the time that a Hello Message is considered valid. The OLSR rfc fixes this value at 3*HI (Hello Interval). UM-OLSR allows to change the Hello Interval (HI) in the NS2 Tcl script. But, when you change the

[ns] problem with setting environment variables

2007-02-07 Thread Onyekachi
Hello ns-users, Please I am a new user of the ns2 simulator. I just installed it (ns-2.29) without setting the environment variables properly. Anytime I try to run a *.tcl file i get the following message: 'bash: ns: command not found. Please I would appreciate a step by step approach to

[ns] MASH Inspector (nstk?) problems

2007-02-07 Thread Andrés Emilio Arcia Moret
Hi everyone, I just did all the steps nicely explained in the Pedro Estrela's homepage to work with the debugger. All installation steps work well (show no error messages). However, when testing the MASH Inspector as indicated, the MASH window starts trembling at the right border and couple of

Re: [ns] MASH Inspector (nstk?) problems

2007-02-07 Thread Pedro Vale Estrela
Hi Regarding the nstk, what I've done is to clone the wish.c file from a very recent TCL distribution (I guess the one that came with NS2.29 all in one), and merged it with the NS2 code (tclappinit.cc). a) Can you run the TKcon console? http://tagus.inesc-id.pt/~pestrela/ns2/step3.PNG b)

Re: [ns] MASH Inspector (nstk?) problems

2007-02-07 Thread Andrés Emilio Arcia Moret
Hello, So far I have done both tests that you requested and both have executed neatly. Answer for question a): yes it works. http://webdelprofesor.ula.ve/ingenieria/amoret/question_a.png Answer for question b): yes it works for both.

Re: [ns] problem with setting environment variables

2007-02-07 Thread Scott Ricketts
There is no shortage of web resources for answering unix questions like how to set environment variables. You will need to add ns to your PATH to get rid of the command not found error. -Scott On 2/7/07, Onyekachi [EMAIL PROTECTED] wrote: Hello ns-users, Please I am a new user of the ns2

Re: [ns] MASH Inspector (nstk?) problems

2007-02-07 Thread Pedro Vale Estrela
This is very strange :) Actually, the screenshot of step 4 is what happens after clicking in one of the classes; This is the first thing that happens, and is exactly like yours http://tagus.inesc-id.pt/~pestrela/ns2/step4_very_start.PNG I can only think of you to upgrade your TK version

[ns] QUEUE LENGTH OF WIRELESS NODE HELP

2007-02-07 Thread antonis antoniou
Hi, Does any one know how can get the current size of queue length of a wireless node? THANKS

Re: [ns] MASH Inspector (nstk?) problems

2007-02-07 Thread Andrés Emilio Arcia Moret
Ok, thanks. Just one more thing: My screenshot and yours are not the same, look at the clicked TCP object showing nothing but the object name in the instance box. The link I pointed out was: http://tagus.inesc-id.pt/~pestrela/ns2/step4.PNGhttp://tagus.inesc-id.pt/%7Epestrela/ns2/step4.PNG And

[ns] Setting Environment Variables

2007-02-07 Thread Onyekachi
Please what is the command to verify that your variables have been properly set from the cygwin bash shell window? Thanks. Onyekachi.

Re: [ns] Sensing range in Sensor network

2007-02-07 Thread Scott Ricketts
Perhaps you are using some of the objects in ~ns/sensor-nets. I have not been able to find any documentation on these agents. If anyone else has, I would be interested to hear about it. Thanks, Scott On 2/6/07, Scott Ricketts [EMAIL PROTECTED] wrote: What do you mean by sensing range? While

Re: [ns] problem with setting environment variables

2007-02-07 Thread KC Lee
Hi Onyekachi, You could run the following command to set your environment variable everytime you start your Cygwin. export PATH=$PATH:/ns-allinone-2.29/bin:/ns-allinone-2.29/tcl8.4.11/unix:/ns-allinone-2.29/tk8.4.11/unix:/ns-allinone- export