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.
无论如何用ns2实现VANET的B-MFR路由协议?我在互联网上搜索了几天,但一无所获。我找到了讨论带有 ns2 实现的协议的论文/期刊,这是链接。但是,我仍然对如何用 ns2 实现它一无所知
由于您找不到任何 ns2 的实现,您可以尝试从头开始实现它。
例如,本文档详细说明了您将如何进行。
总之,您必须为协议定义数据包类型,然后定义路由代理(包括挂钩、计时器和代理)和路由表。
否则,您可以要求论文的作者与您分享他们的代码。他们可能会这样做。