[ns] Packets in link's Queue

2011-01-28 Thread Hosseini Nezhad
Hi Suppose that, Node(A) want to send packets to Node(B) by TCP protocol. Node(A) send a packet , after deliver that ACK send 2 packets and after deliver those ACk send 4 packets and ... . The bandwidth =2Mbps Propagation delay is= 10ms Link's Queue length=20 My Question is : Why some

Re: [ns] error in installing ns-umts-extensions

2011-01-28 Thread RamiHach
Hi nadine, I find your contact while I am searching on the mailing list. Can you tell me please what kind of work you do to use UMTS on NS2 plz sincerly nadine mansour wrote: hi, i had download ns-allinone-2.1b9a-gcc32 according to the instruction so i could download the

[ns] storing the routing info of the neighbour nodes on the local node i

2011-01-28 Thread Susan88
Hello All, I am using BeeAdHoc routing protocol have activated the promiscuous mode,so that all the packets from the mac layer are transferred to protocol layer.Now that I have information of all the packets,what I want to do is that is that store the information of the packets not

Re: [ns] assign different energies to different node

2011-01-28 Thread kdcorp
salam, I'm not sure about that, but try to configure nodes separatly. I mean, ( re-configure tne nodes before creating them) use this example : .. $ns_ node-config -adhocRouting $val(rp) \ -addressingType hier \ -llType $val(ll) \ -macType $val(mac) \

Re: [ns] Urgent Help Needed with running AODV on NS-2.34

2011-01-28 Thread kdcorp
salam, ok, looking at your configuration file, we can see that you forgot to give the other nodes positions. look at this section : for {set i 0} {$i $val(nn) } { incr i } { set node_($i) [$ns node] $node_($i) random-motion 0; # disable random motion } # Provide initial

[ns] Energy for Nodes

2011-01-28 Thread Anoop thesis
Dear NS users, I had a quick question. I was looking at the energy model in NS2 for the sake of my project in Wireless Ad Hoc Networks. I read on the states in which ad hoc nodes expend energy namely Rx, Tx, Idle and sleep. Is there a way we can modify the code to consider energy only for

[ns] Current node id and previous and next!!

2011-01-28 Thread Eng_569
Hi, I 'm doing wired scenario using NS2.I'm using TCP as protocol and FTP as an application. to illustrate my question, I'll put an example: N3 --N0---N1-N2 I created the TCP agent on N3 and TCP Sink on N2. I need to apply some conditions in my scenario and they are based on Node

[ns] Add new congestion control protocol for WSN to ns

2011-01-28 Thread Farzaneh Fatemipour
Hi anybody know the changes need to be made for implementing PCCP algorithm or others in ns? how to control the sending rate, ... ? thanks.

Re: [ns] AODV routing table update question

2011-01-28 Thread Adrian Schwartz
On Sat, Jan 29, 2011 at 9:34 AM, Adrian Schwartz schwart...@gmail.comwrote: Hello, I got a question about updating of routing table in AODV in the ns2 implementation. I wrote a script where node_3 is connects to node_0 nodes posiotion is node_0 0,0 node_1 100 100 node_2 200 200 node_3