问题
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