How to extend different Modules of Inet with custom messages?
问题 I have all the examples up and running for the INET (AODV) simulation. My network comprises of number of AODV Router hosts. My next task is to exchange some custom massages regarding each host's current position (which will be updated after a certain time through Mobility). All the examples I found (normally) are of tictoc which is asking me to build a simpleModule in a .cc file and then use that module in the .ned file. I want to use the AODVRouter module to exchange these messages (as it