A BitTorrent client written in Go
Initially based off of a blog post from Jesse Li to implement the [OG BitTorrent protocol][BEP0003].
[BEP0003]: http://bittorrent.org/beps/bep_0003.html ‘original bittorrent spec’
[BEP0015]: http://bittorrent.org/beps/bep_0015.html ‘UDP Trackers’
[BEP0009]: http://bittorrent.org/beps/bep_0009.html ‘Extension for Peers to Send Metadata Files’
[BEP0041]: http://bittorrent.org/beps/bep_0041.html ‘UDP Extensions’
[BEP0012]: http://bittorrent.org/beps/bep_0012.html ‘Multitracker Metadata Extension’
[nasa-torrents]: https://academictorrents.com/collection/nasa-datasets ‘Archives of NASA torrents’
[BEP0023]: http://bittorrent.org/beps/bep_0023.html ‘Compact Peer Lists’
[BEP0006]: http://bittorrent.org/beps/bep_0006.html ‘Fast Extension’
[BEP0029]: http://bittorrent.org/beps/bep_0029.html ‘uTorrent Transport Protocol’