Hello everyone,
I am doing a simulation for WSN using NS3, I need to print out the time that each packet stayed in each node( processing time for each packet). ( when the node receive a packet: how long this packet stays in this node, I mean the time between receiving the packet till sending it again to the other node ) I should calculate that time.
I know that we should modify the AODV routing protocol but i don't know how ?
thanks in a advance!