[ns] ns execution error

2007-04-19 Thread wacky

hey ns users,
i dont know what happened but all of a sudden when i try to execute cygwin
it gives me an error saying

bash.exe: warning couldnt find /temp, please create!

then i get the command line

bash-2.05b$

please help
rgrds
iqbal


Re: [ns] regarding qaodv protocol

2007-04-18 Thread wacky


this is someone's report who has already fully implemented this. the report
is incomplete however, but im sure it will help.
iqbal

On 4/18/07, dorababu [EMAIL PROTECTED] wrote:



Hi all,
 i am trying add qos for aodv protocol.  i.e. trying for qaodv
protocol coding.but i am unable to go forward in this regard.if you have
any
useful links or files for this plz forward to me . it will be very helpful
for my thesis work. thank you for Ur replay.



--
Thanks and Regards,
B.V.R.Dora Babu ,
MTech in wireless communications,
IIIT ALLAHABAD,INDIA.



[ns] WIMAX Patch help please

2007-04-17 Thread wacky

could someone PLEASE tell me how to validate the nist module for wimax. or
could someone please send me the tcl files where the testing of the adaptive
modulation is being done.
urgently need your help!!!
rgrds
Waqar Ahmed


Re: [ns] have anyone get a perl file caculate out.tr tcp throughput?

2007-04-03 Thread wacky

how come it doesnt work for me?
i type in the command perl throughput.pl output.tr 3 20 and the result
that i get is shown below.

20.000130926   0
40.005849094   0
60.000199939   0
80.007938861   0
100.009988727  0
120.000118599  0
140.007990389  0
150.001443367  0

I also tried with different values, but still get the exact same thing
everytime. so please help.

On 4/4/07, chakchai soin [EMAIL PROTECTED] wrote:



 Take a look at this;
 http://www-sop.inria.fr/mistral/personnel/Eitan.Altman/ns.htm
 Chakchai So-In

 _
 Can't afford to quit your job? – Earn your AS, BS, or MS degree online in
 1
 year.

 http://www.classesusa.com/clickcount.cfm?id=866145goto=http%3A%2F%2Fwww.classesusa.com%2Ffeaturedschools%2Fonlinedegreesmp%2Fform-dyn1.html%3Fsplovr%3D866143





Re: [ns] help: programme NS

2007-03-27 Thread wacky


hope this helps...

On 3/22/07, lecoq [EMAIL PROTECTED] wrote:




Hi, Can anyone send me an NS-2 program that simulates a clustering of
an ad hoc Network on the basis of any criteria.

Thank you.
--
View this message in context:
http://www.nabble.com/help%3A-programme-NS-tf3450076.html#a9623175
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] calculating throughput using AWK

2007-03-27 Thread wacky

could you please tell me how to execute this file, i mean exactly what
command should i type in,
i saved this file as throughput.awk...
then i changed the cat out.tr ( from $TMP/out.tr | perl column 3 0 2 1 |
sort -g | ) to nodes.tr
i tried awk -f throughput.awk  outfile

the I tried the command awk -f throughput.awk  outfile

i get various errors after executing this. please help me...

rgrds
Iqbal

#:
 echo [$1:$2:$3] ...Obteniendo bytes/packets/flows sent/dropped TCP 
 cat $TMP/nodes.tr | perl column 3 0 2 1 | sort -g |
 awk '
BEGIN { max = 0 }
{
  # i  = fid
  # flujo[i,1] = packets_arrivals (+)
  # flujo[i,2] = packets_drops(d)
  # flujo[i,3] = packets_sent (-)
  # flujo[i,4] = bytes_arrivals
  # flujo[i,5] = bytes_drops
  # flujo[i,6] = bytes_sent
  # flujo[i,7] = instante inicio
  # flujo[i,8] = instante final

  i  = $1;
  tiempo = $4;
  evento = $2;

  max = ((i  max) ? i : max);

  contabilizar = 0;

  if (evento == +) {
 flujo[i,1]++;
 flujo[i,4] += $3;
 contabilizar = 1;
  } else if (evento == d) {
 flujo[i,2]++;
 flujo[i,5] += $3;
 contabilizar = 1;
  } else if (evento == -) {
 flujo[i,3]++;
 flujo[i,6] += $3;
 contabilizar = 1;
  }

  if (contabilizar == 1) {
 tiempo = $4;

 if (flujo[i,7] == 0) { flujo[i,7]= tiempo };
 if (flujo[i,8] == 0) { flujo[i,8]= tiempo };

 if ( tiempo  flujo[i,7]) { flujo[i,7] = tiempo};
 if ( tiempo  flujo[i,8]) { flujo[i,8] = tiempo};
  }
}
END {
   for (i=0; i=max ; i++) {
 lapsus = flujo[i,8] - flujo[i,7];

 if ( lapsus  0 ) {
 printf(%d\t%d\t%d\t%d\t%d\t%d\t%d\t%f\n,i,flujo[i,1],flujo[i,2],flujo[i,3],flujo[i,4],flujo[i,5],flujo[i,6],lapsus)
 }
   }
}'  $TMP/tcp_flows.dat


 #:
 #::: FIN
 #:



[ns] problems with the NIST WiMAX patch

2007-03-24 Thread wacky

hey ns-users,

 ive installed the NIST wimax patch, but when i try to simulate 
 simple.tcl(comes with the rar file) i get an error msg saying,
 invalid command name Mac/802_16
while executing
 Mac/802_16 set debug_0
  file simple.tcl line 45


thanks for your help.

rgrds
WA Iqbal


[ns] Problems with the WiMAX NIST patch

2007-03-23 Thread wacky

hey ns-users,

 ive installed the NIST wimax patch, but when i try to simulate 
 simple.tcl(comes with the rar file) i get an error msg saying,
 invalid command name Mac/802_16
while executing
 Mac/802_16 set debug_0
  file simple.tcl line 45


thanks for your help.

rgrds
WA Iqbal


[ns] Creating a Repeater

2007-03-01 Thread wacky

Could someone please tell me how can i create a Relay
Station/Repeater/Signal
Regenerator in NS2?
I have to create a network where i can send packets from a base station to
an end
user through a relay station, which basically just regenerates a signal and
forwards it to the user.

thanks for your help.

rgrds
Iqbal