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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -