intrig-unicamp / mininet-wifi

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

Connecting Mininet-wifi with onos controller #474

Closed Sai-Vivek-Pidaparthi closed 1 year ago

Sai-Vivek-Pidaparthi commented 1 year ago

I created a topology in miniedit with 2-AP's, 2-STA's, 1-controller and 1 switch. added the IP address of my ONOS controller in the controller properties in miniedit. my controller is on and working but when I start the topology using sudo python3 example.py (example.py is my level 2 script), I am getting an error asking me to "shutdown the controller which is running on 6653" which is my onos controller!!. So, how do I connect my topology to the controller?

I have another doubt, how do I create a situation where a station should move from one place to another place like in real world environment in miniedit?

ramonfontes commented 1 year ago

Is the controller a RemoteController??

Like most of the GUIs miniedit is very limited. I sugest you to program your code by hands if you want to have full control of your code.