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

Switch from telnet to netcat #1103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cheriimoya
Copy link
Contributor

@cheriimoya cheriimoya commented Feb 1, 2022

I think pulling telnet into the mininet installation is unnecessary, as we can also solve this by using netcat.

Regarding the featureset and areas of usage, netcat seems to be better suited than telnet to do the job and feels like it's more useful to have inside the mininet processes.

I tested the examples cpu.py and linearbandwidth.py as those are directly affected by this change.
They both passed.

Also, mininet/test/test_walkthrough.py passes without regression on ubuntu 20.04 (after installing the package python-is-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

Successfully merging this pull request may close these issues.

None yet

1 participant