Skip to content

alexaverbuch/basic_torrent_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The entire Eclipse Java Project is included in this repository
All SicSim classes are in the JAR file
Warning, maybe some paths will be broken (JRE, JAR, etc)

This is an implementation of a (really) simplified BitTorrent protocol.
Tracker is centralized. 
Peers inform tracker of all data they can seed.
Peers must request pieces from the Tracker, which randomly allocates pieces that requesting peers do not already have.
No clever game theory stuff here.

Simulation results are interesting though.

About

Simulation of not BitTorrent... it's BitTorrent's centralized, slow, not-scalable, half cousin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages