[ns] 802.11s part in ns2.29

2010-02-03 Thread meriem bouzouita
Hello, I'm working on vertical handover between a 802.11s mesh network and a 802.16 network using MIH mechanism, so I'm looking for the 802.11s part that can be added on ns2.29 under Windows: I need to implement HWMP protocol and the 802.11s composants (MP, MAP, MPP). Please how can I get it? T

[ns] UID error problem

2010-02-03 Thread mangal thakur
hello I have a problem after adding new protocol in ns-2.33 Schedular: Event UID not valid! how could i solve this problem from: MANGAL

[ns] compile the .cc file to .o file using gcc in NS2.34 Simulator

2010-02-03 Thread soni
Hi to All. When i tried to compile the .cc file to .o file using gcc in NS2.34 Simulator then i received following errors can any one please provide the solution so that i can able to solve the problems: [r...@localhost odmrp]# g++ odmrpagent.cc -o odmrpagent odmrpagent.cc:37

[ns] Fuzzy AODV ROUTING

2010-02-03 Thread Rishi Kumar
I am in urgent need of a copy of your paper named "A Fuzzy Path Selection Power-Based for MANET" as i am working on a similar project for my btech degree last semester. Kindly answer my request as soon as possible.

[ns] Implementation of Anthocnet

2010-02-03 Thread vasundhara rao
Hi, Can anybody please tell me where to find the source code or implementation for AntHocNet. Im in urgent need for this. -- Regards Vasundhara Rao

Re: [ns] Change link capacity while simulating

2010-02-03 Thread hakki
Hi, Have you ever found a solution? Since I want to write a script such that TCP load and propagation delay vary in a given bound Hakki Rick Nash-2 wrote: > > > > > > > > Hi All > > I need to change the capacity of a link between say node1 and node2 from > 10Mb to 1Mb after about 100

[ns] problem insatalling ns2

2010-02-03 Thread ridha soua
Hi, I have installed ns-2.1b8a under ubuntu. it comes with tk8.3.2, tcl8.3.2 and tclcl-1.0b11. When trynig to install it , an eror msg appear: --

Re: [ns] ns2 experts in vienna

2010-02-03 Thread Jonathan Petit
Hi, I'm not in Vienna but I could help you with ns2. Contact me. Jonathan. Alexander Adrowitzer wrote: > > > hi all, > i am looking for ns2 experts in vienna who could help me in solving some > problems or at least answer me some questions. i am trying to develop a > new routing algorithm

[ns] help regarding routing protocols

2010-02-03 Thread Arun Peri
hello can anyone help me with the source codes for hierarchical routing protocols like cbrp..i have got a cbrp code which has been tested in ns 2.1b5..how can i use the same in ns2.34 thanks in advance regards arun _

[ns] propagation delay

2010-02-03 Thread Estuans Interius
Hi all, How can I satisfy a propagation delay, which varies uniformly, at the link. Similarly, how can I arrange non-fixed link capacity. Best, Hakki

[ns] accessing lower layer values

2010-02-03 Thread Atif Sharif
Hi all! How can I access the wireless phy protected parameter values from routing layer using C++ or tcl? Thanks

[ns] How to include phenom.cc and phenom.h

2010-02-03 Thread Shyam Sundar
Hi, I am working on Wireless Sensor network. I searched and find that nrlsensorsim can be used for WSN. but nrlsensorsim is available only for ns-allinone-2.26 which is a out dated version. I am using ns-allinone-2.34 in which some of the sensor packages are included. In ns-allinone-2.34, sensor s

[ns] CFP HPCS2010

2010-02-03 Thread SABU M. THAMPI
Call for Participation The 2010 High Performance Computing & Simulation Conference (HPCS 2010) In Conjunction With The International Wireless Communications and Mobile Computing Conference (IWCMC 2010) Caen, Normandy, France June 28 - July 2, 2010 http://cisedu.us/cis/hpcs/10/main/callForPa

[ns] CFP HPCS2010 DEADLINE APPRAOCHING

2010-02-03 Thread SABU M. THAMPI
Call for Participation The 2010 High Performance Computing & Simulation Conference (HPCS 2010) In Conjunction With The International Wireless Communications and Mobile Computing Conference (IWCMC 2010) Caen, Normandy, France June 28 - July 2, 2010 http://cisedu.us/cis/hpcs/10/main/callForPa

[ns] Antnet Protocol for Ad Hoc Network

2010-02-03 Thread Manan Shah
Hello Everyone I am using Antnet Algorithm for Ad Hoc Network Can Anybody have any idea how to do this? I have configured Antnet Algorithm in NS2.33 for wired Networks.. - Thanks and Regards, Manan Shah 09924038427 -- View this message in context: http://old.nabble.com/Antnet

[ns] Change in AODV packet formate

2010-02-03 Thread mangal thakur
I want to change in the packet formate of aodv protocol than what should be the changes we have to required... & in which files we should change.

[ns] regarding the header files

2010-02-03 Thread gayathri devi
Hai..   I have altered the packet.h header file in order to add my routing protocol similar to GPSR and DREAM etc...similarly i have attached all the header files like config.h,autoconf.h, ns-process.h, scheduler.hthat are included in the packet.h header file.while i'm compiling

[ns] UID problem

2010-02-03 Thread mangal thakur
when I add new protocol it to ns-2.33 & run the TCL file than it shows the problem of Schedular: Event UID not valid! but the nam file is working proerly but data is not moved b/n the mobile nodes. please tell me the solution of this problem where should change