Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改 AODV 协议。这个想法是我希望 AODV 做出不同的路由决策。我在 python 中基于 AODV 设计了自己的协议。它使用博弈论来找到安全性和能耗以及最短路径方面的最佳路线。我的问题是:我可以在 python 中构建一个代理来做出路由决策,然后在 OMNET++ 中继续路由。我们可以看看 INET 框架是否可以与 Python 接口?
问候,
也许这个包装类会帮助你:
http://www.codeproject.com/Articles/14192/Embedding-Python-In-Your-C-Application