Go to file
Vinicius 738d8d11ac Fix buffer bugs 2023-09-20 19:43:05 -03:00
.vscode Fix socket erros 2023-09-06 21:15:45 -03:00
.gitignore Initial commit 2023-09-04 18:13:00 -03:00
README.md Init commit 2023-09-04 21:20:42 -03:00
Transmissão de Buffers entre Cliente e Servidor via Conexão por Socket.png Graphic client.c and server.c time code execution created 2023-09-05 21:55:09 -03:00
client.c Fix buffer bugs 2023-09-20 19:43:05 -03:00
graphic.py Fix buffer bugs 2023-09-20 19:43:05 -03:00
makefile Fix buffer bugs 2023-09-20 19:43:05 -03:00
requirements.txt Graphic client.c and server.c time code execution created 2023-09-05 21:55:09 -03:00
server.c Fix buffer bugs 2023-09-20 19:43:05 -03:00

README.md

pingpong

  • Establish a simple socket connection between a client and a server using the TCP protocol.