[ns] empty file

2006-09-06 Thread Renata Vidal
Hi, The TCL below is doing empty traces files, and I realy dont kown why I was trying to use PI controller but with empty files I tried DropTail just to test. Can you help me!? ### set ns [new Simulator] set numeroNodos 5 set numeroRouters 3 set t

Re: [ns] Problem with the "queue" command

2006-09-06 Thread Pedro Vale Estrela
Use the mash inspector to check the classes of _o47 etc http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging2.html > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of fafou > Sent: quarta-feira, 6 de Setembro de 2006 19:57 > To: ns-users@ISI.EDU > Su

[ns] Help: persisting problem with the "queue" command

2006-09-06 Thread fafou
Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail] set queue01 [$link01 queue] set link12 [$ns simplex-link $n1 $n2 512Kb 0ms DropTail] set qu

Re: [ns] Problem with the "queue" command

2006-09-06 Thread fafou
Thank you for repliying but the space char before [ is only missing in the mail I wrote and not in the source file. So, the problem persists. Thanks Pedro Vale Estrela wrote: > > > > Use > > set link12 [$ns simplex-link $n1 $n2 512Kb 0ms DropTail] > > (it has a missing space char nect to

Re: [ns] Issues debugginf ns-2.29

2006-09-06 Thread Pedro Vale Estrela
a) It hasn't the function names for the NS proc (as it has for tcl procs) Is ns2 stuff compiled for debugging? (-g gcc option)? b) use DDD and valgrind http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging.html#_Toc122255042 Pedro Estrela > -Original Message- > From: [EMAIL PROTECTED

[ns] multiple wireless propagation models

2006-09-06 Thread David Raymond
All, Some colleagues and I are trying to simulate two separate ad hoc networks running simultaneously in the same geographic area in order to determine the negative effects of their uncoordinated interaction. The two networks have different wireless propagation models, which seems to be allowed

Re: [ns] Problem with the "queue" command

2006-09-06 Thread Pedro Vale Estrela
Use set link12 [$ns simplex-link $n1 $n2 512Kb 0ms DropTail] (it has a missing space char nect to "[") Pedro Vale Estrela > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of fafou > Sent: terça-feira, 5 de Setembro de 2006 16:24 > To: ns-users@ISI.E

Re: [ns] Problem with the "queue" command

2006-09-06 Thread Santosh Pandey
Prob a space after link12 would help. Santosh. On 9/5/06, fafou <[EMAIL PROTECTED]> wrote: > > > > Hi everybody, > I have written these two lines of tcl code: > > -- > set link01 [$ns simplex-link $n0 $n1 512Kb 0ms D

[ns] Problem with the "queue" command

2006-09-06 Thread fafou
Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail] set queue01 [$link01 queue] set link12[$ns simplex-link $n1 $n2 512Kb 0ms DropTail] set queue12 [$

[ns] Issues debugginf ns-2.29

2006-09-06 Thread Raghu-kisore Neelisetti
Hello Every one, I made some modification to the ns-2.29 and was running my new version. But after running for some time it crashes leaving the following information. I was wondering if any one has suggestion about to make use of the following information to debug ns-2.29. *** glibc detected

[ns] [MANET] Lucent WaveLAN vs. 802.11 !?

2006-09-06 Thread S. Alex Nixad
Hello, I have a few questions concerning IEEE 802.11 simulation using NS : First, the 914 Mhz Lucent WaveLAN DSSS radio interface exists in NS. All the examples simulating this technology use the Mac/802_11 Class, but IEEE 802.11 is not implemented in the 914MHz Lucent WaveLAN. Is this a problem

Re: [ns] RTP under NS2

2006-09-06 Thread Pedro Vale Estrela
a) in tcl/lib/ns-delfault.tcl, add Session/RTP::debug_ set 0 then recompile ns2 then, in your script, use Session/RTP::debug_ set 1 ;# can also be "ON" to enable debugging b) you need to upgrade your script in the part that you define the UDP port in use of the agents pe

[ns] RTP under NS2

2006-09-06 Thread Sofiane
Dear Collagues when simulating the simple-rtp.tcl i have get the message bellow any help are welcome Thanks [EMAIL PROTECTED] ~/ns-allinone-2.29/ns-2.29/tcl/ex $ ns simple-rtp.tcl warning: no class variable Session/RTP::debug_ see tcl-object.tcl in tclcl for info a

[ns] RTP under NS2

2006-09-06 Thread Sofiane
Dear Collagues when simulating the simple-rtp.tcl i have get the message bellow any help are welcome Thanks [EMAIL PROTECTED] ~/ns-allinone-2.29/ns-2.29/tcl/ex $ ns simple-rtp.tcl warning: no class variable Session/RTP::debug_ see tcl-object.tcl in tclcl for info a

[ns] [Fwd: Re: No Rule to Target]

2006-09-06 Thread aoluwato
Dear all, I have ns-2.29 on Fedora Core 4. I have being trying to add a my protocol/agent to ns2. After configuring "./configure" with success I keep encountering same error make: *** No rule to make target ` ', needed by `ns'. Stop. Please help. -- Mr Oluwatope Ayodeji O. computer sc.

[ns] How to simulate Gilbert-Elliott (GE) packet loss model in ns-2?

2006-09-06 Thread Guoping Tan
Hi,     Anybody know about how to simulate Gilbert-Elliott (GE) packet loss model with 2-state Markov Chain in ns-2? Any examples or website links are very appreciated!!     I have tried two examples for the error model in ns2 as follows, but the results are not correspoding to the GE packet