[ns] example TCP script for mac 802.16 with routing protocol NOAH on nS 2 platform

2007-07-09 Thread Khyati Sanghvi
Can anybody help me getting Example TCL script for mac 802.16 with routing protocol NOAH on nS 2 platform? -- With regards, Khyati

[ns] NS2 implementation of Broadcast Storm Problem algorithm

2007-07-09 Thread 西亚勒 玛尔
Hi!: I'm working on algorithm to reduce the Broadcast Storm Problem in MANETs. I would like to compare my algothm with some of the already existed algorithms, like Distance-based scheme and Scalable Broadcast algorithm or any other. I was wondering if any of you has a NS 2 implementation of

[ns] source codes of multi interface in NS-2

2007-07-09 Thread lyslff
Hi all,I'm adding multiple interface in NS-2 based on Ramon's tutorial.http://personales.unican.es/aguerocrI have completed all the steps in the tutorial but the listing 5.5. I changed the listing 5.5 as Scheduler::instance().schedule(targetlist[rt->rt_interface], p, 0.); where rt_interface is

[ns] source codes for multiple interface support in NS-2

2007-07-09 Thread lyslff
I'm adding multiple interface in NS-2 based on Ramon's tutorial.http://personales.unican.es/aguerocrI have completed all the steps in the tutorial but the listing 5.5. I changed the listing 5.5 as Scheduler::instance().schedule(targetlist[rt->rt_interface], p, 0.); where rt_interface is a memb

[ns] NS-2.31 + WiMAX 2.03: gcc error.. Non-housewife but yet desperated!!

2007-07-09 Thread ComputerScienceStudent
I work in Linux.. I've installed NS-2.31 and patched it for using the WiMAX module. This patch functions but still don't have the support for QoS and I'll use these stuffs.. So I download the WiMAX 2.03 extension for NS-2 ( http://ndsl.csie.cgu.edu.tw/download.php http://ndsl.csie.cgu.edu.tw/do

[ns] script for ns2.26

2007-07-09 Thread Giuseppe
Hi all, I would want to know if some way exists in order run the simulations in way automatic rifle. Thank you

[ns] source codes for Adding multiple interface based on Ramon

2007-07-09 Thread lyslff
Hi all,I have completed all steps to add multiple interface support in NS-2 according to Ramon's tutorial.(http://personales.unican.es/aguerocr>http://personales.unican.es/aguerocr) the only difference from Ramon's document is that when sending a unicast packet, I use the following statements