Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belanasaikiran/computer-networks
UCONN - 5299 is a graduate course at UCONN Storrs. I'm adding what I learn in this course
https://github.com/belanasaikiran/computer-networks
mininet python wires
Last synced: about 2 months ago
JSON representation
UCONN - 5299 is a graduate course at UCONN Storrs. I'm adding what I learn in this course
- Host: GitHub
- URL: https://github.com/belanasaikiran/computer-networks
- Owner: belanasaikiran
- License: unlicense
- Created: 2024-01-26T22:14:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T02:52:42.000Z (2 months ago)
- Last Synced: 2024-11-20T03:26:45.642Z (2 months ago)
- Topics: mininet, python, wires
- Language: Python
- Homepage:
- Size: 69.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer-Networks
Course No: 5299
## Mininet Installation, Setup and Usage.
1. [Installation on WSL](./MininetPractice/01_Mininet_on_WSL.md)
[Install Mininet](./MininetPractice/01_Intro.md)
2. [Running Web Server and Clients](./MininetPractice/02_RunningWebServerAndClient.md)
3. [Regression Test](./MininetPractice/03_RegressionTest.md)
4. [Changing Topology Size and Type](./MininetPractice/04_ChangingTopology-Size-and-Type.md)
5. [Link Variations](./MininetPractice/05_LinkVariations.md)
6. [Adjust Verbosity](./MininetPractice/06_AdjustVerbosity.md)
## References
### Mininet Installation References
1. [Install Open vSwitch on WSL2 (kernel rebuild)](https://zenn.dev/takai404/articles/9c96d5d1bcc9d)
2. [How to Install Mininet in WSL2](https://hackmd.io/@jxzhe/rkjEdtN13)
3. [WSL2 + Mininet](https://zhuanlan.zhihu.com/p/138933513)
4. [Install mininet in wsl](https://github.com/oscarhua/wsl2-mininet)### Intro to Mininet
1. [Introduction to Mininet](https://webcms3.cse.unsw.edu.au/static/uploads/course/COMP3331/16s1/894894253a9d7bb9b3575af5092c2d80c9382bbbf860e4a9364cfae2bcf04cd6/Lab3a.pdf)
### WireShark
1. Use Filters in WireShark: [https://stackoverflow.com/questions/65359167/how-to-use-filters-in-the-wireshark]
2. Errors:
- Error: Network Interface not showing in WireShark
FIX: Run `sudo tcpdum -D` and restart wireshark.### Others
1. Bridge Network Interfaces: [https://chrisjhart.com/Bridge-Network-Interfaces-on-Ubuntu-22.04/]