[ns] Hey Ns2 ;)

2007-04-23 Thread Nadia
http://www.hi5.com/register/RXx2B?inviteId=A_73f38fa_ibS0gd.YG2n0 nadia

[ns] HELP:new application not running.

2007-04-23 Thread aritra pal
I have developed a new wireless application on directed diffusion and have followed the necessary steps to integrate it into the ns code.but on executing the command make ,it gives the following error: Makefile:195:*** command commences before first target.Stop. below i am attaching the files i

[ns] Re: Wireless sensors Examples

2007-04-23 Thread Sourabh Bora
You can start by looking at smak.cc and smak.h files. These protocols incorporate sleep /wake up cycle required for sensor networks. Also 802.15.4 implementation on ns can ne the next thing to look at. This is a tutorial I have found very useful for deeper understanding (after reading Marc

[ns] How to make FTP objects to produce bulk of data for a other other transport protocol object to send

2007-04-23 Thread Satish B
Dear all, when we write ( assuming ftp source is attach to TCP agent) $ns at 1.0 $ftp1 start automatically it will start with sending first packet sending bulk data for the sender TCP agent.I have implemented a my own new transport protocol called STP. In tcl script when write set stp [new

[ns] energy of node

2007-04-23 Thread leticia bela
Hi all, please How can i get the energy of a node in my C++ file thanks - Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo!

[ns] Mobility test of mobile IPv6

2007-04-23 Thread Youngmin Kim
Hello. I tested wireless3.tcl in the section X.2. of Marc Greis's tutorial. It works good!! Firstly, MH talks to W(0) through HA. As MH moves to its destination, it talks to W(0) through FA. And when it returns back original position MH talks to W(0) through HA again. It takes long time to hand