An open API service indexing awesome lists of open source software.

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

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 UBUNTU

If 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
```