Skip to content

Implemented the Bit-torrent protocol to create a peer to peer file transfer system, including choking, unchoking, optimistically unchoking, piece etc features of Bit-torrent protocol.

Notifications You must be signed in to change notification settings

susmithaaa/BitTorrent_Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Bittorrent_Simulator_WIP

Peer-To-Peer file transfer

  • Small version of Bit-torrent implementation
  • Server introduces the file into the p2p file sharing network by distributing pieces of files, and sets up the client to finish up the transfer among themselves
  • Clients establish connections with other clients to upload/download file chunks till they obtain the entire file.

About

Implemented the Bit-torrent protocol to create a peer to peer file transfer system, including choking, unchoking, optimistically unchoking, piece etc features of Bit-torrent protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%