[ns] Regarding ZRP implementation

2009-04-10 Thread Arti Mumbarkar

Hi everyone,
I need the code of ZRP protocol for wireless networking. Can anyone of u
provide me the code.
I tried Haas as well as Cornell code but its not working. I am working on
ns-2.31.

Arti M.


[ns] nam error urgent help needed

2009-04-10 Thread Nikheel Kumar

*hi all,
**
whenever i m running followin simple tcl file using ns-2.31 on Cygwin:-*

#Create a simulator object
set ns [new Simulator]

#Open the nam trace file
set nf [open out.nam w]

$ns namtrace-all
$nf

#Define a 'finish' procedure
proc finish {} {
  global ns nf
  $ns flush-trace
  #Close the trace file
  close $nf
  #Execute nam on the trace file
  exec nam out.nam 
  exit 0
}

# Insert your own code for topology creation
# and agent definitions, etc. here

#Call the finish procedure after 5 seconds simulation time
$ns at 5.0 finish

#Run the simulation

$ns run

*i got nam error/ message :*

bash-3.2$ nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
bind Listbox MouseWheel {
%W yview scroll [expr {- (%D/120)*4}] units
}
invoked from within
if {[tk windowingsystem] eq classic || [tk windowingsystem] eq aqua} {
bind Listbox MouseWheel {
%W yview scroll [expr {- (%D)}] units
}
bind Li...

how to solve this problem please tell me as soon as possible

thanx in advance


[ns] wireless trace analysis

2009-04-10 Thread qute rose

can anyone help me how to analyze wireless trace files using any tool like 
tracegraph etc.if anyone has any good tutorial on it, plz let me know
thanks!


  


[ns] question about the format of the ns tracefile

2009-04-10 Thread An Feng

Hello All,

Can any one tell me how many kinds of tracefile formats are in NS 2 original
version? If I write
$ns_ use-newtrace
why is that the trace file format change? and is there any differences
between those two?

Thank you for your help.

Sincerely.


[ns] Fw: UMTS AKA PROTOCOL NS-2 CODE PROBLEM

2009-04-10 Thread florence rashidi

Hi
Iam a masters student at Huazhong University of science and Technology in China.
Am doing my thesis on Security techniques in wireless cellular network and one 
of my objectives
is to compare UMTS AKA protocol proposed by 3GGP with other UMTS AKA protocol 
proposed by other researchers.
And am using NS-2 to do the simulation to compare then,now my problem is to get 
the NS-2 code,am getting problem on how 
to write the NS-2 code on the authentication process between the 
UE-BS-RNC-VLR-HLR.
I real need ur assistance/help.
Thanks in advance.
Florence Rashidi

Hi


  


[ns] UMTS AKA PROTOCOL NS-2 CODE PROBLEM

2009-04-10 Thread florence rashidi

Hi
Iam a masters student at Huazhong University of science and Technology in China.
Am doing my thesis on Security techniques in wireless cellular network and one 
of my objectives
is to compare UMTS AKA protocol proposed by 3GGP with other UMTS AKA protocol 
proposed by other researchers.
And am using NS-2 to do the simulation to compare then,now my problem is to get 
the NS-2 code,am getting problem on how 
to write the NS-2 code on the authentication process between the 
UE-BS-RNC-VLR-HLR.
I real need ur assistance/help.
Thanks in advance.
Florence Rashidi