[ns] Awk script to calculate energy consumption

2010-01-25 Thread Dimitris Liarokapis
Hi all, I am trying to find an awk script to calculate the energy parameters when AODV is used in a normal ad hoc scenario. I have scripts for all other parameters except from energy. Does anyone have that kind of script or can you direct me where to find one? Thanks in advance, Dimitris

Re: [ns] Current state of Broadcast Support

2009-06-24 Thread Dimitris Liarokapis
Is it the case of using broadcast traffic outside the routing operation? Because routing protocols handle broadcast traffic for routing purposes themselves. On Wed, Jun 24, 2009 at 2:34 PM, Damian Philipp damian.phil...@gmx.netwrote: Hello, Dimitris Liarokapis schrieb: Is it only broadcast

Re: [ns] Current state of Broadcast Support

2009-06-24 Thread Dimitris Liarokapis
(do you have to use 2 agents???) but i hope the link could give you some help On Wed, Jun 24, 2009 at 2:54 PM, Damian Philipp damian.phil...@gmx.netwrote: Hello, Dimitris Liarokapis schrieb: Is it the case of using broadcast traffic outside the routing operation? Because routing protocols

[ns] make error while recompiling

2009-02-20 Thread Dimitris Liarokapis
Hi all, I am getting an error message while recompiling AODV after some changes i made to aodv.cc. I made those changes yesterday, recompiled successfully and run a sample tcl file to make sure that those changes are having an effect on the results. Everything looked to be ok, until today where

[ns] compilation problem.

2008-06-12 Thread Dimitris Liarokapis
Hi all, I have encountered an issue while researching a new broadcast algorithm that i have implemented. My protocol makes use of two files. A .h and a .cc file. Inside the header file i define a constant as follows. #define CONSTANT value1 When i first compiled my code it seemed to work fine

[ns] tracegraph problem

2007-06-21 Thread Dimitris Liarokapis
Hi all, I get a problem when trying to launch trgraph. I have downloaded tracegraph into dir /path/tracegraph202. I Created tracegraph202/mgl dir for the mglinstaller, i run the installer and put /path/tracegraph202/mgl/bin/sol2 into my LD_LIBRARY_PATH. When i type ./trgraph i get the following

[ns] Flood/Broadcast code

2007-06-05 Thread Dimitris Liarokapis
Hi all, Does anyone have a code, or knows where to find a code for pure flooding and other broadcast schemes (mainly distance-based scheme wanted) in MANETs? If so could you pls send it to me, or tell me where to look for it? Tnx Dimitris

[ns] Problem with make

2007-05-30 Thread Dimitris Liarokapis
Hi, I have developed a new wireless protocol using ns-2.30, i have made all the necessary changes to the various ns files along with the makefile.in. But when i'm trying to #make, i get the following error. make: *** No rule to make target `tcp/tcp-qs.o', needed by `ns'. Stop. Does anyone have