Re: [ns] new 802.11 - CAP proportion too big

2006-09-06 Thread Mathieu Lacage
On Wed, 2006-09-06 at 01:02 +0100, Pedro Fortuna wrote: if ((*tmp).second + m_parameters-getMSDULifetime () now) { It's delay bounded, and its limited with the value returned by function getMSDULifetime, which by default is 10 seconds, which is a very large value for delay. Do you have 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

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

[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

[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] 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

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 DropTail]

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.EDU

[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] 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] 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

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

[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