https://github.com/megave/computer-networks-task
My solution for the final proposed task from the Computer Networks discipline, during the 5th period of the course | Resolução minha do trabalho final proposto durante a disciplina de Redes de Computadores, no 5º Período do curso
https://github.com/megave/computer-networks-task
python tcp-client tcp-server udp-client udp-server
Last synced: about 2 months ago
JSON representation
My solution for the final proposed task from the Computer Networks discipline, during the 5th period of the course | Resolução minha do trabalho final proposto durante a disciplina de Redes de Computadores, no 5º Período do curso
- Host: GitHub
- URL: https://github.com/megave/computer-networks-task
- Owner: megaVE
- Created: 2023-08-15T21:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T14:42:01.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:47:37.151Z (about 2 months ago)
- Topics: python, tcp-client, tcp-server, udp-client, udp-server
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Networks Task (Trabalho Redes)
Development of four programs: two server-client pairs, one using UDP protocol while the other TCP, capable of taking operations between machines. The available commands are pwd, ls, cd and scp; functioning just like on Linux.
(Desenvolvimento de quatro programas: dois pares cliente-servidor, um utilizando protocolo UDP e outro TCP, capazes de realizar operações entre máquinas. Os comandos disponíveis são pwd, ls, cd e scp; de funcionamento análogo
ao Linux.)