/bit_torrent_client

Tiny BitTorrent client written in Go

Primary LanguageGo

bit_torrent_client

Tiny BitTorrent client written in Go

Install

go get github.com/Pavelavl/bit_torrent_client

Build

go build -o torrent.exe .\main.go

Usage

After building the application, you can try:

Installing debian

Limitations

  • Only supports .torrent files (no magnet links)
  • Only supports HTTP trackers
  • Does not support multi-file torrents
  • Strictly leeches (does not support uploading pieces)