hello
is there any existing packege to simulate ARAN ( Authenticated Routing for Ad
hoc Networks)
plz a link
Regards
_
Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live ?
Lancez-vous !
http://
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_;
hi all
I'm making a simulator for testing the performance of SAODV. Since the
encryption/decryption algorithm constitutes a significant time in packet
processing, I want to include this time into the simulation.
help plz
_
Vou
Is there any
way I can introduce a delay using the scheduler? I want to simulate the
authentication opertion (signature and hash chaine)
any sugestion
_
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics
hi all
i simulate a secure routing protocol , i add signature RSA to the messages ,
and i don't know how to simulate a signature delay ??
Any suggestions ??
Regards
_
Sur Windows Live Ideas, découvrez en exclusivité de nouveaux s
hi all
i want to implement an attack model on AODV protocol
have somebody an idea how can i do that??
best regards
_
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx
Hello
i read SAODV draft and i wish to integrate this protocol with NS2
i would be grateful if somebody can provide me the necessary SAODV
implementation Patch
or a link to download it.
best regards
_
Découvrez tout ce que Windo
Hello
I'm using the NS2 simulator ,
i read SAODV draft and i wish to integrate this protocol with NS2
i would be grateful if somebody can provide me the necessary SAODV
implementation Patch
or a link to download it.
best regards
___
Hello !
I read about NS-2 wireless simulation trace analyzer called : Jtrana
I downloaded the code but I think that this tool runs on windows
Does someone knows how to install Jtrana on unix (ubuntu) ???
best regards
_
Déc
hello
i create a new packet for aodv protocol , i add it in cmutrace.cc
when i run a tcl script and i open the trace file i found my new packet but
it's size is all the time equal to zero , idon't know why is this happen??
this is my declaration
##
struct hdr_aodv_hello1 {
u_int8_t
hello everybody
does anybody know how to calculate the RAL route acquisition latency ??
with awk
best regards
_
Découvrez tout ce que Windows Live a à vous apporter !
http://www.microsoft.com/windows/windowslive/
hello everybody
does anybody know how to calculate the RAL route acquisition latency ??
with awk
best regards
_
Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live ?
Lancez-vous !
http://www.microsoft.com/wi
hi again
i want please the INSPECT 3D version . i read about it in this link
http://www.cn.uni-duesseldorf.de/publications/library/Scheuermann2005b.pdf
i get other INSPECT but it's 2D
best regards
From: binome_...@hotmail.com
To: ns-users@isi.edu
Subject: INSPECT
Date: Fri, 20 Mar 2009 09:
hello
does somebody know how can i get INSPACT ?
i wish to use this tool to visualize my network
I would be grateful if you can provide it.
best regards
_
Découvrez tout ce que Windows Live a à vous apporter !
http://
hi everybody
i wrote a small tcl script i use AODV protocol
but when i open the trace file , i don't find any HELLO message , i note that
the simulation duration is 200
why is this happen ??
regards
_
Vous voulez savoir ce q
hello
i introduce a new packet in AODV protocol
#define AODVTYPE_HELLO1 0x12
and i create a functions (sendhello1 and recvhello1) , i use a timer to shedule
this task ,
when i run a tcl script, i've got these errors
send hello1
send hello1
format_aodv: invalid _AODV packet type
hello
i introduce a new packet in AODV protocol
#define AODVTYPE_HELLO1 0x12
and i create a functions (sendhello1 and recvhello1) , i use a timer to shedule
this task ,
when i run a tcl script, i've got these errors
send hello1
send hello1
format_aodv: invalid _AODV packet type
so
hello
i introduced a new pkt in AODV protocol ,witch i want to send it once when i
start a simulation
i want to broadcast it , so i write a send_newpkt ()
and I have this error when
I run a tcl example
Scheduler: attempt to
schedule an event with a NULL handler. Don't DO that.
i did
Hello
i create a new packet
“newpkt” aodv and I create a function send_newpkt (for neighbor only )and
recv_newpkt and I call it in constructor (bold underlined )
AODV::AODV(nsaddr_t
id) : Agent(PT_AODV),
btimer(this),
htimer(thi
hello
my question
is:
can i write tcl script and run it from eclipse cdt or i'm oblige to run
it in a terminal with command ns file.tcl ? what about the nam and xgraph ??
have a good day
_
Découvrez toutes les possibilités de commu
hello
how can i integrate ns in eclipse ?
have u any idea ?
plz help me
_
Sur Windows Live Ideas, découvrez en exclusivité de nouveaux services en
ligne... si nouveaux qu'ils ne sont pas encore sortis officie
hi everybody
i add a function in a AODV protocol, this function use a openssl library
(cryptography library ) when i run ./configure and make , i have error cause it
didn't recognize the code
aodv/aodv.o: In function `AODV::AODV(int)':
aodv.cc:(.text+0x266f): undefined reference to `OpenSSL
hello
i want to install the openSSL cryptolib in order to add signature extension to
my routing protocol, i want a link where can i find how to integrate this
library with the NS2 simulator? (is it necessairy to do that , cause i think i
have only to install it and include the crypto_f
hello
i make some change in a ping example in order to try to compile a new protocol
, but it doesn't work i don't know why !!
i've only create new files myping.cc myping.h myping.tcl i put them in
ns-2.33/apps, and i've replace only ping by myping in all class for example
in myping.h
#i
From: binome_...@hotmail.com
To: ns-users@isi.edu
Subject: secure routing
Date: Wed, 4 Feb 2009 11:24:13 +
hi everybody
i want to add some security aspects for AODV routing protocols, i have to
integrate a cryptolib (cryptography algorithm) , but i have no idea how to do
that , a
From: binome_...@hotmail.com
To: ns-users@isi.edu
Subject: ping.o
Date: Thu, 5 Feb 2009 11:25:08 +
hi everybody
i want to create a new protocol i saw the example ping in ns tutorial, i want
to do the same thing but i don't know how to add ping.o to the makefile cause
when i search
hello
i have this error when i simulate AODV protocol
Client 7: Handoff Attempted
best regards
sarym
_
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx
hello
how can i change the pause time parameters without creating a lot of scenario
file and change the -p (when we use the setdest) ? is it possible (how can i do
it ?)
how can i set the radio range = 250m , where can i initiate this variable ?
best regards
___
bonjour
have any body an example , how to mesure thre performance of AODV (PDR,
EED,bandwith).
best regrds
_
Découvrez tout ce que Windows Live a à vous apporter !
http://www.microsoft.com/windows/windowslive/
29 matches
Mail list logo