While AODV chooses the route with the mimimum number of hops, my approach aims to choose the route which is less mobile to increase the performance of aodv .
it means selecting the best route which nodes have a low degree of mobility and more stable using mobility aware metric (which can be the speed of nodes or can be calculated by other formule )
my question is how to implement this approach or modify source code of aodv using opnet or other simulator