[ns] Finding ack's in AODV

2012-11-30 Thread Vimala Jose

I am implementing "Detecting misbehaving nodes in MANET" using NS2 in AODV
protocol. How can we know whether the destination node is sending
acknowledgement or not? I coudn't find any functions regarding that in
aodv.cc.


Re: [ns] Finding ack's in AODV

2012-12-02 Thread Saravanan Kandasamy

Dear Vimala,

You not supposed to find ACK packet send functions in AODV as it is a MAC
layer packet.

You should study the interrelation of AODV and MAC layers to understand
further on this. How after a node after recvReply in AODV triggers sendACK
in mac-802_11 for instance.

Good Luck.

rgds
Saravanan K



On Fri, Nov 30, 2012 at 1:42 PM, Vimala Jose  wrote:

>
> I am implementing "Detecting misbehaving nodes in MANET" using NS2 in AODV
> protocol. How can we know whether the destination node is sending
> acknowledgement or not? I coudn't find any functions regarding that in
> aodv.cc.
>


Re: [ns] Finding ack's in AODV

2013-01-05 Thread Bipul Kumar

Hellow NS-2 user

I am looking for help regading

How can i stimulate client server computers Live with ns-2

Thank you