intrig-unicamp / mininet-wifi

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

How to use an access point in Mininet-wifi as simple access point #305

Closed memran2 closed 4 years ago

memran2 commented 4 years ago

I would like to ask that can I use Access Point in Mininet-wifi as simple ap without controller and do a handover between two aps.

ramonfontes commented 4 years ago

Yes, you can. To do so you have to use OVS switches/aps with failMode="standalone"

memran2 commented 4 years ago

many thanks