[ns] DropTail queue-limit calculation

2008-04-16 Thread Дмитрий Синельников
Hi All, Did anyone have a chance to count the number of packets sitting in a drop-tail queue precisely? I have the latest ns v.2.33 and faced the following issue: I was running simple script with the following topology node - router1 router2 - receiver where the link type

[ns] S.OS. Help please

2008-04-16 Thread cheki imane
please i realy need your helpi need to add multimedia traffic to NS-2.32 and i do not know how to do.. it's very important to meplease, please,please,please,your help _ Sur Windows Live Ideas, découvrez en exclusivité de

[ns] Segmentation fault for more simultaneous CBR traffics in Wireless simulation

2008-04-16 Thread Mayur M Vegad
Dear all, We are doing wireless static (802.11) chain topology simulation, for determining energy consumption per successful packet received. Actually we face segmentation fault (core dumped) for more than 4 CBR simultaneous active traffics. For 4 or less simultaneous flows it works

[ns] Basic power control 802.11 MAC

2008-04-16 Thread Mayur M Vegad
Dear all, We want to implement the basic power-control 802.11 MAC protocol, where RTS/CTS and DATA/ACK are transmitted using different power levels. How to select a particular power level for sending a particular type of packet? Mayur - Be a better

[ns] ns] Help: to get the speed and the direction of a mobile node NS2

2008-04-16 Thread nadia brahmi
Dear everybody, I'm trying to implement a routing protocole for ad hoc network using ns2, and I need to get the speed and the direction of a mobile node. I used the function getVelo() provided by the class Mobilenode but it seems that I don't know how to do it in an appropriate way. In fact, I

Re: [ns] how to define and use disjoint nodes and disjoint linkes for AOMDV

2008-04-16 Thread Marcello Caleffi
Dear Marcello: In a simple scenario, How can i define disjoint paths or links? should i modify or add makefile.in? Best: Pejman. Chech aomdv.h for this defines: //#define AOMDV_LINK_DISJOINT_PATHS #define AOMDV_NODE_DISJOINT_PATHS They will (disjointly :-) ) enable the features

[ns] Odd queue size increase with 80MB UDP CBR going over a lossy 100Mb wired link

2008-04-16 Thread Levinsohn Chris M
Hi, I have came across an odd issue that has gone against what I thought was normal UDP behaviour. I have set up a network as follows: 12 OO I set up Node 1 to be a UDP source and Node 2 to be a UDP Sink. I then created an 80Mb CBR stream with a packet size of 1472B that would start

Re: [ns] ns-2 on Suse 9.3

2008-04-16 Thread Claus Christmann
Hi Simone, please see inline below: [EMAIL PROTECTED] wrote: -- Message: 3 Date: Mon, 14 Apr 2008 13:10:16 +0200 From: FERLIN,Simone [EMAIL PROTECTED] Subject: [ns] Installing ns-2.33 on Suse To: ns-users@ISI.EDU Message-ID: [EMAIL PROTECTED]

Re: [ns] DropTail queue-limit calculation

2008-04-16 Thread Дмитрий Синельников
Thanks for the answer. well, as I said I can print two other values from the drop-tail.cc which are: q_-length() - it contains the number of packets sitting in a drop-tail queue qlim_ - a limit of the queue (which can be set in a TCL script) From these two values I can see that packets start

Re: [ns] storing data in a node

2008-04-16 Thread Hagen Paul Pfeifer
* rashmi bhat | 2008-04-14 12:43:38 [+0530]: Does anybody know how to store data in a node? I want a node which, sort of, acts like a bank. It stores information about nodes in that network some temporary information critical to passing messages in the network. This means that this node

Re: [ns] storing data in a node

2008-04-16 Thread FERLIN,Simone
I have a common bottleneck on my topology and, we set this node as Agent/LossMonitor. Could you try it and let we know how it works? sisiferl On Wed, Apr 16, 2008 at 6:36 PM, Hagen Paul Pfeifer [EMAIL PROTECTED] wrote: * rashmi bhat | 2008-04-14 12:43:38 [+0530]: Does anybody know how to

[ns] sending a broadcast packet

2008-04-16 Thread abdullah qawasmeh
Hi All, how can I setup a cbr stream that sends broadcasts packet in wireless simulations using tcl code? regards, - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[ns] problem install ns2.28

2008-04-16 Thread Vinicio Guanochanga
Hi, I have a big problem. I try to install ns2.28 in ubuntu 6.10 like: http://b.gaedol.org/entry/ns-allinone-228-mobiwan-on-Ubuntu but, I have problems when put the instruction: $ sudo apt-get install -f libxt-dev libxt6 libsm-dev libsm6 libice-dev libice6 sgb its has an error: Leyendo

[ns] problems with ns2.28 and mobiwan

2008-04-16 Thread tqytan
Hi, I successfully install ns2.28 and mobiwan. I executed simple-mipv6 and got the result, but when I rana TCL script like /ns-2.28/tcl/ex/simple.tcl, I got the following error as shown below: can't read EnableHierRt_: no such variable (Object set line 1) invoked from

[ns] Error: NS 2.31 with NDSL WiMAX patches in Ubuntu 7.10

2008-04-16 Thread YuYang Jin
Hi, Everybody: I work in Ubuntu 7.10. I've installed NS-2.31 and patched it for using the WiMAX module. I download the WiMAX 2.03 extension for NS-2 (http://ndsl.csie.cgu.edu.tw/download.php): it contains the files packet.h, ecc.. within the common, queue and mac/Mac-802_16 directories and

[ns] NS2 wireless network emulation

2008-04-16 Thread Sampada
Hey, I am working on Ubuntu and with NS2.31. I am trying to emulate a wireless mesh network in NS2. I have written a UDP client socket program to generate UDP traffic. Presently, to start with I am trying to run my UDP socket code and my NS2 code on the same machine. If this works, I will be