intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
446 stars 241 forks source link

How to achieve stations ping APs? #485

Closed xiaokj37 closed 1 year ago

xiaokj37 commented 1 year ago

I'm a novice about Mininet-Wifi. And I found this questions that how I can achieve stations ping APs? I've read your answer in FAQ, but I cannot understand clearly. First of all we invite you to read https://github.com/mininet/mininet/wiki/FAQ#assign-macs. However, If you really want stations to ping APs, you may want to set IP address to the wireless network interface and (a) if OVSAP: set datapath=’user’ when you add the AP; or (b) use UserAP with BOFUSS and set inNamespace=True when you add the AP. Could you please make some examples?