intrig-unicamp / mininet-wifi

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

V2.2.0 Preconfigured VM Image Link #412

Closed mufaawan closed 2 years ago

mufaawan commented 2 years ago

I am trying to test following repo. https://github.com/jafar-albadarneh/SDS-Mininet-WiFi

It requires 2.2 version (exactly as below) https://github.com/intrig-unicamp/mininet-wifi/tree/c97b35398d985e02eaf8a33b92406ad8bbb59973

Where can I find the link to VM for the version above in the link?

ramonfontes commented 2 years ago

You can try https://github.com/intrig-unicamp/mininet-wifi/releases/tag/2.2.1

mufaawan commented 2 years ago

@ramonfontes thank you for response.

I have tried this version. It requires packages to import like from mn_wifi.net import ClassName [Python]. The repo I want to use which I mentioned in above comment uses from mininet.wifi.net import ClassName..

And in that repo the author clearly wrote that the compatible version of mininet-wifi is 2.2 and provided the following link. I am assuming it's 2.2.0. As I have tried 2.2.1 and it didn't work for me.

ramonfontes commented 2 years ago

You can also try https://github.com/intrig-unicamp/mininet-wifi/commit/a135fccec49b8f81e99588ae2eedf9850ba2cb3c.

mufaawan commented 2 years ago

image

There's no preconfigured VM min the mentioned commit.

mufaawan commented 2 years ago

It would be nice if you can provide me link to preconfigured VM. If it's not available and I have to configure myself. Please guide me with these:

  1. which version of Ubuntu should I select?
  2. Should I choose VM or native installation?

I have already tried to setup the commit you mentioned on my native installation of ubuntu 16.04. It didn't go successful.

ramonfontes commented 2 years ago

which version of Ubuntu should I select?

A: >= 16.04

Should I choose VM or native installation?

A: Native

I have already tried to setup the commit you mentioned on my native installation of ubuntu 16.04. It didn't go successful.

A: Why?

mufaawan commented 2 years ago

which version of Ubuntu should I select?

A: >= 16.04

Should I choose VM or native installation?

A: Native

I have already tried to setup the commit you mentioned on my native installation of ubuntu 16.04. It didn't go successful.

A: Why?

Thank you for response. It finishes the installation but when I try to import package in python like from mininet.wifi.net import * I get error saying no module found named mininet.wifi

mufaawan commented 2 years ago

Is there any way I can get the pre-configured VM link for the version I have mentioned? https://github.com/intrig-unicamp/mininet-wifi/tree/c97b35398d985e02eaf8a33b92406ad8bbb59973

ramonfontes commented 2 years ago

Is there any way I can get the pre-configured VM link for the version I have mentioned?

No.

It finishes the installation but when I try to import package in python like from mininet.wifi.net import * I get error saying no module found named mininet.wifi

Why don't you reproduce the code with the latest version? You can simply import mn_wifi.net instead of mininet.wifi.net

mufaawan commented 2 years ago

On the mentioned commit below, the VM download link is broke. Can it be fixed please? It would help me alot.

https://github.com/intrig-unicamp/mininet-wifi/tree/c97b35398d985e02eaf8a33b92406ad8bbb59973