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

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

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.)