OMNET++ INTERFACE WITH PYTHON -
I want to modify the AODV protocol. It is an idea that I want to take different routing decisions to AODV. I have prepared my own protocol based on AODV in Python. It uses game theory for the weakest and least route in terms of safety and energy consumption. My question is: Can I create an agent in Python for routing decision and then continue with routing in Omnat ++. Can we see that the INET framework can be interfaced with Python?
Regards,
Perhaps this wrapper class will help you:
Comments
Post a Comment