Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 484 Bytes

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)