[ns] ARAN simulation Authenticated Routing for Ad hoc Networks

2009-04-30 Thread sarym binome
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://

[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_;

[ns] how to emulate encryption operation?

2009-04-23 Thread sarym binome
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

[ns] Is there any way I can introduce a delay using the scheduler?

2009-04-23 Thread sarym binome
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

[ns] how to simulate a signature delay

2009-04-23 Thread sarym binome
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

[ns] AODV attacks

2009-04-07 Thread sarym binome
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

[ns] SAODV in NS2

2009-04-04 Thread sarym binome
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

[ns] SAODV implementation

2009-04-04 Thread sarym binome
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 ___

[ns] jtrana on unix

2009-03-27 Thread sarym binome
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

[ns] new packet size equal to zero

2009-03-26 Thread sarym binome
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

[ns] RAL route acquisition latency

2009-03-24 Thread sarym binome
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/

[ns] RAL route acquisition latency

2009-03-23 Thread sarym binome
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

[ns] FW: INSPECT

2009-03-21 Thread sarym binome
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:

[ns] how to get INSPECT

2009-03-20 Thread sarym binome
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://

[ns] AODV whith no hello msg

2009-03-18 Thread sarym binome
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

[ns] invalid _AODV packet type

2009-03-06 Thread sarym binome
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

[ns] ormat_aodv: invalid _AODV packet type

2009-03-06 Thread sarym binome
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

[ns] shedule Null handler timer pb

2009-03-06 Thread sarym binome
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

[ns] AODV new pkt send error

2009-03-05 Thread sarym binome
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

[ns] tcl script & eclipse

2009-02-28 Thread sarym binome
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

[ns] ns in eclipse

2009-02-27 Thread sarym binome
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

[ns] add library to configure.in or makefile

2009-02-17 Thread sarym binome
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

[ns] cryptolib integratuion

2009-02-10 Thread sarym binome
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

[ns] new protocol my ping

2009-02-05 Thread sarym binome
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

[ns] add signature to a routing protocol

2009-02-05 Thread sarym binome
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

[ns] compile a new protocol

2009-02-05 Thread sarym binome
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

[ns] what the Handoff Attempted error mean

2009-01-06 Thread sarym binome
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

[ns] how can i change the pause time parameters?

2009-01-06 Thread sarym binome
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 ___

[ns] AODV (PDR, EED,bandwith

2008-12-25 Thread sarym binome
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/