Hello everyone,
How can we connect a Wi-Fi topology simulated by ns-3 to the ONOS controller? (I have to use ns-3 because it introduces the Wi-Fi 7 standard.)
Here's what I've tried so far:
Case A: ns-3 + ofswitch13 module + ONOS
- Problem: ONOS detects the switch connected to the Access Points (the APs appear as hosts), but it does not show the Wi-Fi stations in the ONOS topology (those stations associated with the APs).
Case B: ns-3 + ONOS via Mininet
- Problem: ONOS detects a switch connected directly to the Wi-Fi stations (the Wi-Fi stations appear as hosts), without showing any Access Point. It appears that ONOS treats the AP and switch as a single component in this case.
I would greatly appreciate any help or guidance.
Thank you!