Re: [ns] How can i measure the bandwidth in use?

2006-10-23 Thread Daniel Mahrenholz
wang laye schrieb: > Hi, >I am simulating a QoS Routing Protocol,in this protocol,the > available bandwidth of node is caculate according: > Available Bandwidth=Total Bandwidth - Reseved Bandwidth - Bandwith In Use > My question is:In C++, to a mobile node,How can i measure (or > cacul

Re: [ns] How can i measure the bandwidth in use?

2006-10-23 Thread Piyush Agrawal
I am not sure if there are other cleaner techniques to do this, but one of the ways can be attaching a LossMonitor agent to the other side of the link, and periodically keep recording number of bytes received during a small interval. This will give you the b/w in use. Total bandwidth of a link can

[ns] How can i measure the bandwidth in use?

2006-10-23 Thread wang laye
Hi, I am simulating a QoS Routing Protocol,in this protocol,the available bandwidth of node is caculate according: Available Bandwidth=Total Bandwidth - Reseved Bandwidth - Bandwith In Use My question is:In C++, to a mobile node,How can i measure (or caculate) the bandwidth in use?

[ns] Problem with filtering trace file

2006-10-23 Thread sara MA
Hello: I do have a question which might be easy, but confused memy problem is I don't know how to count columns, for example, in example below: (TTL=30) is column 18 or 15 or I should filter it another wa since it's between [ ]? s 1.0 _0_ RTR --- 0 AODV 48 [0 0 0 0] --- [0

[ns] DSR version in Ns2.29

2006-10-23 Thread molo badji
Hi, I send this message for the second time. Can anybody help me to find the version of DSR which is implemented in Ns-2.29? Is it the Internet-Draft version 10? If not how can I have this version which can be implemented in Ns-2.29? It is very urgent. Thank you in advance. Mo

[ns] Debug packet loss

2006-10-23 Thread Sivakumar Mahesh
Hi, I am trying to study packet loss with AODV in the ns-2 implementation. I wanted to know how I can detect when a packet is dropped (i tried to analyze trace files but I could not decipher from them). Does anyone here know where in the implementation I can look for the details of when a pac

[ns] NS programming

2006-10-23 Thread Loreno Oliveira
Hi all, I do not know if this is the right list for asking this. Btw, I have been studing NS since a few days. Now I have some idea of what I need to do for creating the scenarios I need. The question is where to start. Does anybody knows some tutorials/manuals/how-tos regarding the extending of

Re: [ns] Reconfigure and rebuild Problem in NS-URgent

2006-10-23 Thread Raghu-kisore Neelisetti
Hello Desai, I don't actually understand the sequence of steps you said. But in my view at the end of all the changes, some how the class definition related to "Queue/WFQ" is missing in your installation. In order to verify this run the following command inside the ns-2 directory and see if y

[ns] Tracegraph related questions

2006-10-23 Thread sara MA
Hello guys: I do have some some questions related to Tracegraph: 1- When I load my file, I get this error: "Error: ";" expected, "identifier" found." is it normal? 2-Can I upload more than files at the same time in order to compare 2 different protocols?...if not, using which tool can I do it?

Re: [ns] Delaying Transmission of Sending Node

2006-10-23 Thread Dan Dechene
Hi all, I am fairly new to implementing protocol modifications in ns-2. Currently what I want to do is to delay transmission of packets for a transmitter for a specified period of time. I have already grabbed this period of time from the incoming packet, but I am unsure where to implement this

[ns] configuring IP in NS

2006-10-23 Thread Draulio Soares
Hi, I would like to know, how I input IP numbers at a node. And configure the packets that leave the node to have an IP number. Thanks _ Baixe agora o Windows Live Messenger! http://get.live.com/messenger/overview

[ns] 802.11e-TKN, changing priority parameters

2006-10-23 Thread ? ?
hi, all I am working at TKN-802.11e module. I change the parameters for queue in priority.tcl , afterwards make. However, the throughput measured shows the same. could someone tell me where the problems is? tcl scripts(part) are as follows. = priority.tcl = #cha

[ns] How to implement RTP protocol in a satellites network?

2006-10-23 Thread Dubien Nicolas
Hello, I would like to know if it was possible to implement RTP in a satellites network, and if it's possible, how can I do it? Indeed, I would like to make real-time (RTP+RTCP) communications between 2 'terrestrial' nodes, using a geo-stationnary satellite to link both of them. I already handl

[ns] 10Mbps equals to ???

2006-10-23 Thread Bie New
Hello there, I get a stupid question. If bandwidth is 10Mbps, and each flow has rate of 16Kpbs. How many flows are need for 10Mbps ? 10 M * 1000 / 16 = 625 Or 10M *1024 /16 = 640 Regards, Newbie.

[ns] problem using RTP on a LAN

2006-10-23 Thread Guillaume Lecus
Hello, I am a new NS2 user and I have some troubles with a simple simulation. I want to simulate some RTP communications between one source (node(0)) and 7 receivers (node(1) to node(7)). All of this nodes are on in the same LAN (created using newLan). To do that I mixed the examples simple-r

[ns] waiting time

2006-10-23 Thread ncu
Hi,All In my protocol, mobile node wants to receive a message periodly. If it don't receive any message during the period, it will broadcast a message. how should i do in C++ ? Regards Wen jr, Wu