https://github.com/davisouzaluna/redes-monitoria
Códigos usados para auxiliar na monitoria de Redes de computadores
https://github.com/davisouzaluna/redes-monitoria
kurose monitoria python-3 python3 redes-de-computadores tanenbaum tcp tcp-client tcp-server transport-layer transport-layer-protocol udp udp-server
Last synced: 2 months ago
JSON representation
Códigos usados para auxiliar na monitoria de Redes de computadores
- Host: GitHub
- URL: https://github.com/davisouzaluna/redes-monitoria
- Owner: davisouzaluna
- Created: 2022-12-22T13:53:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T05:28:57.000Z (about 2 years ago)
- Last Synced: 2025-01-22T10:24:35.861Z (4 months ago)
- Topics: kurose, monitoria, python-3, python3, redes-de-computadores, tanenbaum, tcp, tcp-client, tcp-server, transport-layer, transport-layer-protocol, udp, udp-server
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDES-MONITORIA
This project is destinated to my tutoring in my course. If you want to access any class, you want to enter in correspondent folder. The tutoring was given from 2022 until the end of the year# Transport Layer folder
I use wsl on my pc so the commands target UBUNTUIf you want to execute this archives, you need to have installed python3 in your PC. if you use Linux or WSL(I recommend), you do this commands:
To prepare your PC you check if it is up to date:
```cl
sudo apt-get update
``````cl
sudo apt-get upgrade
```
Now, you need to install a python3 in your system
```cl
sudo apt-get install python3
```To execute the archive, you type(for example, the archive name is udpclient.py):
```cl
python3 udpclient.py
```