Skip to content

Implemented a P2P File sharing software similar to BitTorrent protocol. Peers are connected to each other and then they can transfer electronic files are transferred between them using peer-peer architecture. The software is implemented mainly using multithreading concepts in Java.

Notifications You must be signed in to change notification settings

JayakrishnaThota/Bit-Torrent-P2P-File-sharing-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BitTorrent is a popular P2P protocol for file distribution. Among its interesting features, this system implemented the choking-unchoking mechanism which is one of the most important features of BitTorrent. Sample client and server programs are attached for testing purposes. The program is written in Java.

About

Implemented a P2P File sharing software similar to BitTorrent protocol. Peers are connected to each other and then they can transfer electronic files are transferred between them using peer-peer architecture. The software is implemented mainly using multithreading concepts in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages