How to use ManetRouter.ned with veins

2019-06-11 10:02发布

问题:

I want to use ManetRouter.ned(https://github.com/inet-framework/inet/blob/master/src/inet/node/inet/ManetRouter.ned) in veins. How can i use it?

I mean is there a way to use inet 4.0.0 files in veins as veins is compatable with inet 3.6.4 only?

Please help.

回答1:

Veins master @bfdfc10 is compatible with INET 4.0.0. Note, however, that linking against INET 4.0.0 on Windows appears to be impossible. Issue #379 of the INET framework is tracking this bug. You might have to wait for the next INET version. A workaround is to build Veins on Linux or to download Instant Veins.

Alternatively, you can either backport ManetRouter to INET 3 yourself, or forward-port ManetRouter from the INETMANET project to INET 3.