I'm rather suggesting to download INET 2.99.0. It contains a lot of new stuff (from mixim) + a clean room AODV implementation that is based on a more recent RFC (
) It was written specifically for OMNeT++ so it is much easier to modify.
Also the radio layer of INET 2.99 is much more configurable. If you are concentrating on the routing protocol itself and don't care about the precision of the low level physical model, then you can use a unit disc radio, which is extremely fast compared to the 802.11 models.
I do not recommend to start tinkering with the AODVUU component as it is actually a port of a codebase that was not designed for omnet. (BTW: AODVUU is still available in INET 2.99 under src/inet/routing/extras/aodv-uu)
Rudolf