Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility of python3 on mininet #898

Open
Yummy-h opened this issue Aug 8, 2019 · 2 comments
Open

Compatibility of python3 on mininet #898

Yummy-h opened this issue Aug 8, 2019 · 2 comments

Comments

@Yummy-h
Copy link

Yummy-h commented Aug 8, 2019

Expected/Desired Behavior: mininet support python3

Actual Behavior: mininet support python2

Detailed Steps to Reproduce the Behavior: The mininet is used to simulate the network topology. It is not necessary to use the graphical tool miniedit, but only use the command line to implement the network topology, so that each host can communicate with each other.

Additional Information: Compatibility of python3 on mininet

@teto
Copy link
Contributor

teto commented Sep 6, 2019

master version supports python3

@teto
Copy link
Contributor

teto commented Sep 6, 2019

but it would be great if mininet could start using more advanced features of python3:
https://pythonclock.org/ . For instance python3 introduced the IPv4address module to generate network iPs (would be nice for node.setIP to accept it) etc, type hinting, f-strings. Would be nice to bump the minimal version to python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants