[ns] Wormhole detecftion

2010-06-26 Thread Mainak Palit
Can anyone plz help me to implement wormhole attack in ns2 against AODV or any other protocol .If possible step by step implementation with the codes if possible. regards. Mainak

[ns] fictional internet (ground truthing)

2010-06-26 Thread Tom Sparks
I am writing a book about a fictional internet the network needs to be able to work above and bellow the water I have been pointed to look at underwater acoustic modems (witch may have speeds of upto 128kbit/s (16kbyte/s) in the future) the network must be wireless Delay-tolerant mesh

[ns] sending encrypted messages

2010-06-26 Thread Ahmed Hesham
Dear All could any one tell me how to send encrypted messages between two nodes Regards, _ Hotmail: Powerful Free email with security by Microsoft.

[ns] Bonnmotion Mobility Model in ns 2

2010-06-26 Thread Ahmed Hesham
I generated the ns_movment file and imported it in the tcl as follows set val(cp) manhattan.ns_movements;# node movement model file but the nodes didn't move in the Manhattan Grid model given that I move nodes randomly not by setdest please help if u can

[ns] ns2 recverror

2010-06-26 Thread etudiant etudiant
Hi, someone can indicate what meaning of the test if (!rt-pc_empty()) thanks if (!rt-pc_empty()) { nre-unreachable_dst[nre-DestCount] = rt-rt_dst; nre-unreachable_dst_seqno[nre-DestCount] = rt-rt_seqno; nre-DestCount += 1;

[ns] ns2 senderror

2010-06-26 Thread etudiant etudiant
Hi In aodv protocole what mean of value false in function sendError(rerr,false) thanks