intrig-unicamp / mininet-wifi

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

install of mininet-wifi #362

Closed NovicecoderCrisis closed 3 years ago

NovicecoderCrisis commented 3 years ago

Hello, I'm a beginner of P4 + mininet. Now I have a little problem. I have installed P4 and mininet according to the installation steps of P4 tutorial. Now I want to install mininet-wifi. Do I need to uninstall the mininet that has been installed? Is the optional - P of the installation command sudo util/install.sh -Wlnfv still needed?

ramonfontes commented 3 years ago

The P4 you have installed should work. I have never tried that version with Mininet-WiFi though.

NovicecoderCrisis commented 3 years ago

Thanks for your response! Yeah,I run the P4 tutorial such as basic forwarding successfully. Now I want to try to change its topology to WiFi version. So do I just need to install mininet -wifi directly without uninstalling the original mininet?

ramonfontes commented 3 years ago

Yep.

NovicecoderCrisis commented 3 years ago

OK! Thank you!