How to implement multiple channels in wifi module of ns3

孤者浪人 提交于 2020-01-30 06:26:07

问题


My objective is to create multiple link/channels to connect with different wifi nodes surrounding it. In the example "wifi-simple-adhoc-grid", only one channel per wifi node is created. How can I extend this to multiple channels?


回答1:


There are two options:

  • install multiple NetDevices. This configuration is known as multi-radio scenario.
  • have a look at the WAVE module that has support for multi-channel, implementing the IEEE 1609.4. This installs single radio with multi-channel.


来源:https://stackoverflow.com/questions/33949231/how-to-implement-multiple-channels-in-wifi-module-of-ns3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!