[ns] Queue Delay

2013-05-19 Thread Sai Bhyravajosyula
Hello All I have a question regarding queue delay. Is there any way in NS2 to know the number of packets present in the queue of a particular node. And also how to calculate what is the time taken to empty the queue if it is full. Please let me know if any one has any idea about the above

[ns] Finding Neighbors for Mobile Node

2013-03-13 Thread Sai Bhyravajosyula
Hi Folks A small help needed. I have a wireless network (MANET) , is there any way to know when a wireless node is actually trying to know its neighbors for transmission. Thanks -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Regarding Chain Topology

2013-03-13 Thread Sai Bhyravajosyula
Hi All A question regarding Chain Topology I have a chain topology say 1--2---3---4---5and all nodes are 240 m away from each neighbors. Transmission range = 250m and Carrier Sensing Range=550. And flows are from 122334 45 With this setup , it is being oberved that throughput

Re: [ns] how to estimate transmission failure in 802.11.cc?

2013-03-06 Thread Sai Bhyravajosyula
frnd, do u know how to calculate frame error rate in mac-802_11.cc On Sat, Feb 23, 2013 at 11:42 PM, shiny shiny@gmail.com wrote: thanks a lot On 2/23/13, Sai Bhyravajosyula sbhyr...@asu.edu wrote: Hi Shiny CheckPktTx() actually is responsible for successful transmission

[ns] Default Mac Frame Length

2013-02-24 Thread Sai Bhyravajosyula
Hi Can any one tell me the default MAC frame length in slots ?? And also the default value of slot length. Thanks in Advance, -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Total Transmission Time

2013-02-13 Thread Sai Bhyravajosyula
Hi All Is there any way to find out total time a mobile node actually transmitted the packets (both data and control). Please let me know if anyone knows the answer Thanks in advance. -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Channel Access

2013-02-11 Thread Sai Bhyravajosyula
Hi All How can I know how many times a mobile node attempted to transmit . *Protocols Using :* CBR , Wireless MAC,pkt size 1000 and rate=1 mbps. Thanks Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Regarding transmission time

2013-02-10 Thread Sai Bhyravajosyula
Hi All Is there any way to know how much time a node spent in transmission.(persistence) Thanks -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Regarding Timeslots

2013-02-06 Thread Sai Bhyravajosyula
Hi All I need some information regarding mini-slot time and data slot time. What are the default values in ns2. I see in ns-default a value for slot-time as 20 * 10^-6 seconds. Is it mini-slot time. Thanks Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Regarding Scheduling a channel access.

2013-02-04 Thread Sai Bhyravajosyula
Hi all I need some help. How can I make a node to access the channel a particular number of times. I mean suppose I have a number like 400 , then how can I make a node to transmit only 400 times and rest of the time in backoff. Please help me .Thanks in advance. Thanks. -- Bhyravajosyula

Re: [ns] Regarding Scheduling a channel access.

2013-02-04 Thread Sai Bhyravajosyula
of support -- SK On Mon, Feb 4, 2013 at 10:54 PM, Sai Bhyravajosyula sbhyr...@asu.edu wrote: Hi all I need some help. How can I make a node to access the channel a particular number of times. I mean suppose I have a number like 400 , then how can I make a node to transmit only 400 times

[ns] Regarding the Number of Attempts

2013-01-28 Thread Sai Bhyravajosyula
Hi All I have a question regarding the trace file. How to find how many times a node attempted to transmit and succeeded ?? And how many times a node attempted to transmit and backed off.?? Any help is appreciated. Thanks -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id:

[ns] Active Node Transmissions Howto

2012-12-27 Thread Sai Bhyravajosyula
Hi All I would like to know how can we create active nodes in the simulation *node in the network being active, i.e., that it has either a data or a control packet queued for transmission* * * I am using cbr for transmitting. Please let me know if I am doing right or wrong. --

Re: [ns] Help Needed regarding the BackOff

2012-12-24 Thread Sai Bhyravajosyula
On Monday, December 24, 2012, Sai Bhyravajosyula sbhyr...@asu.edu wrote: Hi All I am modifying backoff Algorithm I have a simple network of 3 parallel flows . THe flow in the middle scenario. I tried to increase the fairness by tweaking the backoff. Now i need to see whether the transmitter

Re: [ns] evalvid wireless problem

2012-11-23 Thread Sai Bhyravajosyula
Hi All Can anyone let me know how to create saturated nodes in the simulation. By Saturation I mean node should continously send the packet. Tha -- Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

Re: [ns] Required Basic source code of IEEE802.15.4 for NS2

2012-11-02 Thread Sai Bhyravajosyula
Hi All Please let me know if it is possible to provide CW values for each node separately from tcl. Is so let me know. Thanks in Advance - Vishnu

[ns] Fwd: [Urgent Help Needed] Error when Trying to add a new Command in 802_11.cc

2012-10-22 Thread Sai Bhyravajosyula
Hi All I am trying to develop a new protocol in MAC 802.11 . NS Version : ns2.35 *In Mac-802_11.cc file :* I added a new command setMacDemand as else if(strcmp(argv[1],setMacDemand)==0) { Tcl tcl = Tcl::instance(); tcl.eval(puts \Message from function\);