Re: [ns] MAC layer implementation

2013-05-28 Thread Saravanan Kandasamy
Dear Gomathi, Your question is not clear. What neighbor you are looking for? If you are looking for routing neighbours you can only do in routing layer. If you are looking for Radio Range or Carrier Sense neightbour you can do either using a) routing.cc - this approach has been recently elaborate

Re: [ns] Collision measurement

2013-05-28 Thread Saravanan Kandasamy
Pedro, The tracefile will be useful for you. Good Luck. rgds Saravanan K On Fri, May 24, 2013 at 6:15 AM, pedro chaparro wrote: > > Hi All, there is some way to measure the number of collisions in a wireless > 802.11 scenario? > > -- > Pedro Alonso Chaparro Valero R&D Engineer > Ciudad Politec

[ns] regarding implementation of queuing mechanisms FIFO, PQ and WFQ in NS2

2013-05-28 Thread shubh
respected sir/ma'am I want to implement FIFO(first in first out), PQ(priority queue) WFQ( weighted fair queue) mechanisms in NS2. Basically my work is to show comparison among these three mechanisms.I m using NS2.35 on ubuntu. But not getting any idea. What steps should I follow to implement this

Re: [ns] Queue Delay

2013-05-28 Thread Saravanan Kandasamy
Hi, Tried to read on "queue monitor" in NS2 manual or internet. Some of the below can be solved by using it. Good Luck rgds Saravanan Kandasamy On Sun, May 19, 2013 at 8:18 PM, Sai Bhyravajosyula wrote: > > Hello All > > I have a question regarding queue delay. > > Is there any way in NS2 to

[ns] help-to create a table for maintaining neighbor list

2013-05-28 Thread Gomathi Rajamanickam
Sir, I am an M.tech student. Your posts are very much helpful for a beginner like me in NS2. As a part of my project,I have to maintain all the neighbor nodes of all nodes in the network. Since I have to maintain neighbor node corresponding to each node, I gave a two dimensional array for that. I