8000 GitHub - jackwiseman/gotorrent: a cli bittorrent client written in go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jackwiseman/gotorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTorrent

A CLI Bittorrent Client written in Go

Note: This project is currently under development and issues should be expected

Features

  • Magnet link support (.torrent files are not currently planned)
  • Scrapes torrent info, displaying # of seeders/leechers
  • Fetches metadata from magnet links' embedded trackers
  • Single file downloads
  • Multi-file downloads

Motivation

With BitTorrent remaining the single largest file-sharing protocol since its initial release in 2001, I thought it might be interesting to explore exactly how the protocol works. In order to implement thus far, I've utilized the (somewhat outdated) WikiTheory Documentation along with the BitTorrent-published BEPs (BitTorrent Enhancement Proposals). Most of what I have been able to implement thus far is leech-heavy, I don't anticipate writing a client meant to be left open for long periods of time, but mainly focused on downloading the contents of torrents pointed to by magnet links. Besides learning about the protocol itself, I thought it would be interresting to build upon what I learned for my EncryptedChat project and work with a network protocol that is actually utilized today.

About

a cli bittorrent client written in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0