https://github.com/rafinhadufluxo/sothread4-udp
Trabalho final de redes sobre Protocolo UDP 😂😱
https://github.com/rafinhadufluxo/sothread4-udp
linguagem-c multithreading udp-client udp-protocol
Last synced: 6 months ago
JSON representation
Trabalho final de redes sobre Protocolo UDP 😂😱
- Host: GitHub
- URL: https://github.com/rafinhadufluxo/sothread4-udp
- Owner: rafinhadufluxo
- Created: 2023-02-10T18:42:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T20:32:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T14:12:04.726Z (9 months ago)
- Topics: linguagem-c, multithreading, udp-client, udp-protocol
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocolo UDP
##### Para executar projeto no diretorio, precisaremos autorizar o script shell com o seguinte comando:
```
sudo chmod 777 ./executa
```
##### Agora compile com este seguinte comando abaixo:
```
./execute
```
##### Caso deseja compilar normal no terminal use este seguinte comando.
```
gcc main.c -o router -lpthread
```
depois no mesmo terminal use este seguinte comando:
```
./router 1
```
por assim em diante use para os demais +4.
```
(obs.: Abra mais terminal e compile './router 2', './router 3', .. )
```