Re: [ns] Request for help

2013-11-04 Thread shalom
Thanks for your reply. I followed your advice but I just include the file wireless-phyExt.h inside the file aodv.h without adding anything else and after recompiling ns2 i am getting the same error. I don't understand what is going on. -- View this message in context:

Re: [ns] Request for help

2013-11-01 Thread Tom Henderson
On 10/22/2013 10:11 AM, maxime stephane Kabiwa wrote: Here is the following errors i am getting: from ./mobile/propagation.h:49:0, from ./mac/wireless-phyExt.h:62, from ./aodv/aodv.h:44, from aodv/aodv_logs.cc:32:

[ns] Request for help

2013-10-22 Thread maxime stephane Kabiwa
I am trying to access information available (SINR) at the Physical layer from the routing layer (AODV.cc). I managed successfully to access the MAC layer from the routing layer using the explanation gives in the following link

[ns] request for help about how to get MAC link in my Program

2010-04-20 Thread Shyam Sundar
Hi, I saw your mail in ns2 groups. I am also has similar problem. I need to send packet from node 0 to node 1 and then to node 2. ie from node 0 to node 2 via node 1. When send CBR packet to node 1, after ifqLen all the CBR packets gets dropped and someother routing packet gets send to node 2.

[ns] request for help about tracegraph

2009-04-21 Thread An Feng
Hello, I tried to load a trace file into tracegraph, but the software reject to accept that. And I then use trace converter to modify that trace file, and tried to load again. But still the same thing happened. Can any one help me to find out why this kind of thing happen? As the tracefile is

[ns] request for help about how to get MAC link in my Program

2009-04-02 Thread An Feng
Hello All, Can anyone help me to find out why I cannot get any MAC connection between nodes when I execute this program? And I always find minus dropped packets. Thank you for your help. Sincerely, Feng An please place the three files in the same folder, and use: ns *.tcl -nn XX to execute that