Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwmorale/network_topology
This is my python script to create a given topology or "topo". Specifically, a topo with 5 hosts and 3 switches. I have named each of these and used PyCharm IDE. Please see the note below for run-time specifications. NOTE: The script runs by using the following command: "sudo python network_topo.py" (use within mininet VM). Thanks for taking the time to check out my work!
https://github.com/mwmorale/network_topology
linux mininet mininet-topology network networking pycharm pycharm-ide python sdn sdn-network topology virtual-machine
Last synced: 9 days ago
JSON representation
This is my python script to create a given topology or "topo". Specifically, a topo with 5 hosts and 3 switches. I have named each of these and used PyCharm IDE. Please see the note below for run-time specifications. NOTE: The script runs by using the following command: "sudo python network_topo.py" (use within mininet VM). Thanks for taking the time to check out my work!
- Host: GitHub
- URL: https://github.com/mwmorale/network_topology
- Owner: mwmorale
- Created: 2021-06-14T07:05:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T22:10:49.000Z (over 3 years ago)
- Last Synced: 2024-11-08T04:44:30.867Z (2 months ago)
- Topics: linux, mininet, mininet-topology, network, networking, pycharm, pycharm-ide, python, sdn, sdn-network, topology, virtual-machine
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network_topology
This is my python script to create a given topology or "topo". Specifically, a topo with 5 hosts and 3 switches. I have named each of these and used PyCharm IDE. Please see the note below for run-time specifications.
NOTE: The script runs by using the following command: "sudo python network_topo.py" (use within mininet VM).Thanks for taking the time to check out my work!