Re: [ns] Leach implementation in NS2

2010-02-10 Thread grace iga
I have the same problem. Any one with a solution please help, I am on the wall, I need to finish my project. Grace On Fri, 2010-02-05 at 20:43 +0530, Aakash wrote: Dear NS2 users, This is my first mail to all the users. I have chosen programming in NS2 as my final year project.I have been

[ns] help in choosing dissertation topic

2010-02-10 Thread dhaval thakar
hi friends I have to choose my dessertation in Manet security so friends if you have some ideas please tell me thanx in advance

[ns] tpc invitation

2010-02-10 Thread SABU M. THAMPI
Dear Professor Greetings. The First International Workshop on Trust Management in P2P Systems (IWTMP2PS 2010) being organised in conjunction with Third International Conference on Network Security Applications (CNSA-2010) (http://www.coneco2009.com/cnsa/cnsa.html) during July 23 ~ 25, 2010,

[ns] Error when invoking new routing protocol

2010-02-10 Thread JUNG HOON LEE
Hi, all This is my error when I run make make[1]: Entering directory `/root/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest' make[1]: Entering directory

[ns] Fresnel zones propagation model extension for the NS-2

2010-02-10 Thread rucha kulkarni
hi, I need a patch for the Fresnel zones propagation model in ns2 for my simulation. Does any one know from where to download it. Thank you in advance. Rucha

[ns] NS2.26 with NRLSensorsim on Fedora 8

2010-02-10 Thread Mohit Tahiliani
Hello, Due to newer versions of gcc, ns2.26 with nrlsensorsim cannot be installed directly. Hence i have designed few patches that help to install ns2.26 with nrlsensorsim on fedora 8 (and possibly with other linux distributions having similar gcc version). The patches and the

[ns] Add-route is not working

2010-02-10 Thread waqar haq
i have implemented a routing algorithm for wired network after calculating routes i called a function from c++ to tcl that does following { $node_ add-route $subnet $peerAddr puts $node_ add-route $subnet $peerAddr } every thing is going fine and simulation ends without any error but

[ns] change AODV

2010-02-10 Thread Lyx Nicolas
Hello All Users-ns,   I want to change in the packet RREP of aodv protocol, please  in which files we should change.   Thank you Theirry

Re: [ns] change AODV

2010-02-10 Thread Vijaya Laxmi
Hello All, I need similar help in my design for changing AODV RREQ packet to include user requested bandwidth and delay. Thanks you Vijaya Laxmi Graduate Student Wichita State University, WIchita, KS, USA -- From: Lyx Nicolas

[ns] 802.11s patch on ns2.29

2010-02-10 Thread meriem bouzouita
Hello, I'm looking for the 802.11s patch that can be added on ns2.29 under Windows. Please how can I get it, I really need it. Thank you a lot.

[ns] signed unsigned problem(mangal)

2010-02-10 Thread mangal thakur
if i put the following code in the recvAODV(packet *p) function in aodv.cc file if ( (u_int32_t)ih-saddr() == index) { forward((bhaodv_rt_entry*) 0, p, NO_DELAY); } else { drop(p, DROP_RTR_ROUTE_LOOP); } than it gives following warning warning: comparison between signed and unsigned integer

[ns] regarding implementation of geographic routing protocol for adhoc networks

2010-02-10 Thread gayathri devi
Hai Everybody,   I'm now in progress with implementation of geographic routing protocol for adhoc networks like GPSR, DREAM, LAR. I want to do some extensions of ns2 for the implementation. I have altered the packet header file called packet.h to include my protocol and