Re: [ns] extract data from trace output files

2009-04-25 Thread realoneone

Hi Rania,

I found the awk scripts related to the trace analysis very useful on this page: 
http://hpds.ee.ncku.edu.tw/~smallko/ns2/ns2.htm

Best,
Ryan

在2009-04-26 05:00:16,"Rania Kamal"  写道:
>
>hi all
>i simulate gpsr protocol and i get trace o/p file how can i draw a relationship between packet delievery ratio and pause time
>thanks
>
>
>  


[ns] AQM for emergency traffic

2009-04-25 Thread Sir Fantomas

Hi all,
I'm doing a little project about the incorporation of user priority in active 
queuing management for emergency communication. I have just read the document 
"Design and Analysis of Multi-Level Active Queue Management Mechanisms for 
Emergency Traffic" of Cory Beard and I found it very interesting. 
Does anyone have the NS2 code he used for the simulation?
Best Regards    
Nguyen Quang


  


[ns] extract data from trace output files

2009-04-25 Thread Rania Kamal

hi all
i simulate gpsr protocol and i get trace o/p file how can i draw a relationship 
between packet delievery ratio and pause time
thanks


  


[ns] script umts

2009-04-25 Thread sofia insat

Hi,

I wonder if do you have any script tcl with a moving umts user equipement
Tanks


  


[ns] help;need the ns2 simulation code

2009-04-25 Thread ashish goel

hey guys, i m doing a project in security of ad hoc networks, for this i
need the ns2 simulation code of the two research papers i have studied..i
would thankful if somebody can get me these codes
1. a scheme of certificate authority for ad hoc networks
2. moca protocol

thanx in advance


[ns] how to bind variabl from tcl in a protocole

2009-04-25 Thread sarym binome


hello 
i want to add a variable which i set from tcl and use in the protocol AODV 
in my tcl i put 
.tcl 
set ragent [new Agent/AODV 2]
$node_(2) attach $ragent 255
$ragent set victimNode 4

in the AODV protocol
aodv.cc i add 
bind("victimNode", &victim_);

in AODV.h
i add nsaddr_t  victim_;

finaly in ns_default.tcl
i add
Agent/AODV set attackNode 200 

when i print the attack_ variable from AODV.cc it's always equal to 200 ,  i 
set it 4 in the tcl 
i dont understand what's the wrong ??
any suggestion??
Regards 


_
Découvrez tout ce que Windows Live a à vous apporter !
http://www.microsoft.com/windows/windowslive/


[ns] draw relationship between 2 things

2009-04-25 Thread Rania Kamal

hi all
how can i draw a relationship between two things with a third fixed parameter, 
for ex, 
i want to compare between two protocols AODV,GPSR and take these matrixs, 
Packet delivery ratio, Overhead, Path length 
for Packet delievery ratio:
i want adrawing with y axis = Packet delievery ratio , x axis = Pause time 
@varing beacon intervals
thanks



  


[ns] how to use the MIH module and MIPv4

2009-04-25 Thread Mariem Thaalbi

Hello all,
I'm working in vertical handoff between wifi and wimax, and i want to use
MIH module with MIPv4 or PMIPv4 as a MIH user, but i don't know how?
i'm very thankfull for help,