https://github.com/gabriel-dp/ufsj-redes
All works made during "Computer Networks" subject at UFSJ
https://github.com/gabriel-dp/ufsj-redes
computer-networks network redes redes-de-computadores ufsj
Last synced: 6 months ago
JSON representation
All works made during "Computer Networks" subject at UFSJ
- Host: GitHub
- URL: https://github.com/gabriel-dp/ufsj-redes
- Owner: gabriel-dp
- License: mit
- Created: 2024-10-17T23:47:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:42:21.000Z (over 1 year ago)
- Last Synced: 2025-06-19T01:46:13.744Z (about 1 year ago)
- Topics: computer-networks, network, redes, redes-de-computadores, ufsj
- Language: C
- Homepage:
- Size: 8.66 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UFSJ - Redes de Computadores
```c
#define PROFESSOR "Rafael Sachetto"
#define DISCIPLINA "Redes de Computadores"
#define ESTUDANTES ["Breno Esteves", "Gabriel de Paula", "Guilherme Francis"]
#define SEMESTRE "2024.2"
```
## Trabalho 1
[**`> Aplicações em rede usando TCP e UDP <`**](./trabalho-1/)
> Network applications using TCP and UDP
## Trabalho 2
[**`> Implementação e Análise de Modelos de Servidores Web <`**](./trabalho-2/)
> Implementation and Analysis of Web Server Models
## Trabalho 3
[**`> Implementação do Protocolo de Parada e Espera usando UDP <`**](./trabalho-3/)
> Stop-and-Wait protocol implementation using UDP