[ns] Help! About directional routing in MANET. Urgent!!!

2006-10-14 Thread 冯娟
hello, everyone     I am doing my thesis on the routing protocols in MANET using smart antenna.  But I can't find the packets which support the smart antenna in physical layer and a directional MAC protocol such as DMAC in MAC layer. Does anyone know? I have found for a long period but have no ide

Re: [ns] Controlling duration of CBR traffic

2006-10-14 Thread Miguel Sepulcre
Hi, If I understood correctly your question, you can solve it by setting the maximum number of packets in the tcl code: $cbr set maxpkts_ 5000Then the nodes will stop their CBR transmissions when reaching it, as you can see in the .cc file:http://www-rp.lip6.fr/ns-doc/ns226-doc/html/cbr__traff

[ns] ns2.26 installation problem in cygwin 1.5.21

2006-10-14 Thread Karena Xu
Hi all, I have encountered ns2.26 installation problem in cygwin 1.5.21 even though I've followed the instruction as provided in ns2 website. * Build tcl8.3.2 checking for main in -lieee... no checking for main in -linet... no checking for net/errno.h... no checking for connect... yes checking

Re: [ns] how could I trigger a function call at a node 802.11 mac layer whenever its neighbouthood changes

2006-10-14 Thread Ilyes Gouta
Hi, So you're trying to mix between OSI layer2 and layer3 functionalities? Could you explain better? Regards, Ilyes Gouta. Ramzi Tka wrote: > Hi, > how could I trigger a function call at a node 802.11 mac layer whenever its > neighbouthood changes? > Thanks alot > regards > Ramzi Tka >

[ns] Controlling duration of CBR traffic

2006-10-14 Thread Pragasen Mudali
Hi, I am using the CBR traffic model in my simulation. The problem is that once the traffic stream is initiated, it continues until the end of the simulation. How can I control the duration of CBR traffic? -- Pragasen

[ns] how could I trigger a function call at a node 802.11 mac layer whenever its neighbouthood changes

2006-10-14 Thread Ramzi Tka
Hi, how could I trigger a function call at a node 802.11 mac layer whenever its neighbouthood changes? Thanks alot regards Ramzi Tka

[ns] !!!! How to call ifq functions from 802.11 mac layer

2006-10-14 Thread Ramzi Tka
Hi all, I want to have a pointer ( in the c++ mac 802.11 class ) on the ifq layer so I could call some functions I added. I found only a handler that is used whenever a packet is sent to the channel. How could I have a reference on the ifq layer? Thanks Best regards Ramzi Tka

[ns] no rule t o make target-what this signifies--plz help

2006-10-14 Thread Agila Rajendran
hi all Iam new to ns and linux. i try to attach the WFQ module in NS-2.26 i did the following steps made changes in the makefile.in then typed make in the terminal window i got the following error no rule to make target \wfq.cc ,need by \wfq.o stop wh

Re: [ns] Shadowing model

2006-10-14 Thread Daniel Mahrenholz
juan novoa fernandez schrieb: > Hello > I'm trying to simulate an ad-hoc network using shadowing model. > This model has a radom component, but when I run my scenario several times, > the results are always the same, there's no difference among them, what's > the problem? > I tried to change de

[ns] Implementing Static Routing For AODV

2006-10-14 Thread hamid reza
Dear All, How Do you increase timeout Value in a special Routing Such As AODV For Implementing Static Routing? How Do you Do this ? Best Regards Hamid Reza __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http:/

Re: [ns] How do you Debug your Codes?

2006-10-14 Thread Filippos Kolovos
- For TCL-level debugging you can use tcl-debug. You have to download it and install it in addition with ns and also when you "./configure" your ns code you have to put it as a parameter, i.e. (--with-tcl-debug). For C-level debugging you can install a graphical debugger such as DDD (frontend for