Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toolbuddy/mininet-python
Practice with mininet API in python.
https://github.com/toolbuddy/mininet-python
learning mininet python tutorial
Last synced: about 1 month ago
JSON representation
Practice with mininet API in python.
- Host: GitHub
- URL: https://github.com/toolbuddy/mininet-python
- Owner: toolbuddy
- Created: 2017-12-20T06:32:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T22:03:25.000Z (over 3 years ago)
- Last Synced: 2023-10-20T23:31:51.191Z (about 1 year ago)
- Topics: learning, mininet, python, tutorial
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mininet-python
Practice with mininet API in python.## Exercise
Each folder have its `READMD.md` to explain the program.
* simple-topo
* 簡單範例,展示透過 mininet API 建置實驗網路環境
* 以及調校效能參數的實驗* mn
* 利用 `mn` 指令搭配 python 腳本運行
* 客製化 mininet
* 學習 `mn` 指令使用* mininet-cli
* 利用 mininet API 的 CLI 來運行
* 搭配 simple-topo 裏面學習的內容,可以在搭建實驗網路後開啟 CLI 來做操作
## 視覺化操作 mininet - `miniEdit` 使用* [參考連結](http://www.brianlinkletter.com/how-to-use-miniedit-mininets-graphical-user-interface/)