Tiny BitTorrent client written in Go
go get github.com/Pavelavl/bit_torrent_client
go build -o torrent.exe .\main.go
After building the application, you can try:
- Only supports
.torrent
files (no magnet links) - Only supports HTTP trackers
- Does not support multi-file torrents
- Strictly leeches (does not support uploading pieces)