[ns] configure a wimax Base Station

2009-10-19 Thread lea YEH
Hello, Could you please explain to me how can I configure a wimax BS. Best regards thanks in advance -- View this message in context: http://www.nabble.com/configure-a-wimax-Base-Station-tp25955350p25955350.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] code of AODV, please help me

2009-10-19 Thread Nguyen Thanh
  Dear All,   I am new in Ns2. Could anyone please instruct me?   In the following code of AODV, I do not know where the agrument Agent/AODV  was declared and how does TclClass(Agent/AODV) execute?   static class AODVclass : public TclClass { public: AODVclass() : TclClass(Agent/AODV) {}

Re: [ns] Multihop Broacasting in ns2

2009-10-19 Thread manoop talasila
Hi, I added printf statements in scheduler() and i see that schedule function is completely executed till the end with out error. I see my print statements as below. inside send().. before schedule.. inside schedule().. before schedule::insert.. after schedule.. Segmentation fault (core

[ns] broadcast packets using protoname example

2009-10-19 Thread manoop talasila
Hi, Here is what i am trying exactly: I followed the instructions from the below pdf link to setup MANET protocol in NS2. http://masimum.inf.um.es/nsrt-howto/pdf/nsrt-howto.pdf And I am able to setup Protoname protocol in ns2 as per the instructions. And i am trying from tcl script to send