Skip to content

keyan/bittorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bittorrent

The perennial favorite programming pastime of yore.

Usage

$ go build

$ ./bittorrent [torrent_file.torrent]

If no torrent file is provided then the default test file will be used, which is for the latest Debian ISO.

Background

Implementation follows the original BitTorrent spec and the unofficial spec which has more details relevant for implementation.

Notes

  • Do requests to the tracker need to be truthful? Can we lie about how much we have downloaded/uploaded?
    • No there doesn't seem to be a way to enforce honesty. More details about exploits and dishonesty in the protocol are covered here

TODO

About

[wip]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors