[ns] Making an energy efficient DSR protocol (for Wireless Mesh Network)

2006-09-13 Thread MB Rawoot
Hi everybody, I'm trying to improve the DSR protocol in terms of energy efficiency by allowing the protocol to chooses the highest energy route available. I know what to do, but I'm not sure where in the C++ code I should actually start. I need some direction. (NB: I have done quite a lot of read

[ns] ns2 & NCS: how?

2006-09-13 Thread Owen Stickley
Hello all, I am wondering what sort of ns2 Agent/node/combination I would need to use to implement a model of an NCS (Network Control System). For example, I would like to implement a model that allows me to monitor such things as: (1) Sensor-to-controller and controller-to-actuator delays. Cons

[ns] 802.11MAC: Duplicate Detection State parameters

2006-09-13 Thread Antonio Fittipaldi
Hi everybody, does anybody can help me understand how the data members of the section DUPLICATE DETECTION STATE (802.11 MAC) are used. They are: /* 00377Duplicate Detection state 00378 =

[ns] Fw: (by [EMAIL PROTECTED])Request Heed of sensor networks!!!

2006-09-13 Thread sy197610
hello, I am a student in NanJing University ,China. I am doing some research of clustering on sensor networks. But I have no useful component at hand. Recently I have read the Heed(hybrid energy efficient distributed clustering) and found it was a good clutering algorithm. Anyone who has th

[ns] queue block and unblock

2006-09-13 Thread Sergio Morillo
Hi , I'm working with link queues and there is an important question which I haven't resolve: When I unblock a queue, ALL the packets that are in the queue are sended. What can I do if I only want to send packets during an interval time, and the others not sended must wait at the queue??? I imp

Re: [ns] window_ TCP parameter

2006-09-13 Thread Pedro Fortuna
It's in packets, almost for sure. I believe there is another parameter named "winbytes_" or something similar, which enables you to define the window size in bytes. Regards, Pedro Fortuna INESC Porto On 9/13/06, Renata Vidal <[EMAIL PROTECTED]> wrote: > > > Hi, > > Anyone knows if "window_" para

Re: [ns] window_ TCP parameter

2006-09-13 Thread max
yes, normally, window_ is in packets. as the documentation no says. Renata Vidal wrote: >Hi, > >Anyone knows if "window_" parameter of TCP is given in packets or >bytes If thing it is in packets because I have the packetSize_ >parameter also but I´m not sure. > >Any clue!? > >-- >Renata Vid

[ns] window_ TCP parameter

2006-09-13 Thread Renata Vidal
Hi, Anyone knows if "window_" parameter of TCP is given in packets or bytes If thing it is in packets because I have the packetSize_ parameter also but I´m not sure. Any clue!? -- Renata Vidal "Triste é o destino de quem tenta vencer as batalhas e ter sucesso nos ataques sem cultivar o espí

[ns] Bug on TO with Sack

2006-09-13 Thread max
Is there a known bug on time out values with Sack in ns2.28 ? In a scenario with 2 packets losts : when the second packet is reemitted and then acked, the fast recovery mode should be over, but it stays in fast recovery. Does anyone had the same problem before ? Thank you very much -- Max UNG

[ns] debugging NS2

2006-09-13 Thread rose
Hello and sry for double Post... I still try to enable debugging for NS-2 using 2.29 all in one Packet I used the Guide from Pedro Vale Estrela but in Step6 of the Guide when i try to reconfigure and recompile the error utils_ns.cc:28:19: error: timip.h: No such file or directory occurs. The timip

[ns] can't read "node_(0)": no such variable

2006-09-13 Thread Pragasen Mudali
I have successfully created both the scenario and the data traffic files. When running my .tcl script I receive the error message shown below. I have processed the scenario file before the data traffic file in my script in the hope of the solving the problem, but have met with no success. What sh

[ns] Web traffic simulator

2006-09-13 Thread yaya
HI, ns-users my web simulator as following. I want get a process of getting only one page and finish. and I will analyse the latency of getting a web, the throughput, loss, and so on. but the operation of getting web page run from the beginning to the end. How can I do. thanks ! # Initia