Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 419 Bytes

Napster clone

A simple napster clone built with Python 3 and Twister Framework.

Authors

  • Thiago Ribeiro, 201711113030010 .
  • Vitor Oliveira, 201711113030004.
  • Willian Molina, 201711113030017.

Components

  • Protocol - We choose UDP because it is faster than TCP/IP and it doesn't need to do handshakes between peers.
  • Server - It has the responsability of register.
  • Peer - It is both server and client.