ну нихуя себе, как это великая ZOV OS и без своего торрент клиента, qbittorrent сосиииииииииииииииииииии
Find a file
itexpert228 cf79db0932 huy
2026-03-06 12:02:52 +03:00
cmd/torrent-client huy 2026-03-06 12:02:52 +03:00
internal huy 2026-03-06 12:02:52 +03:00
ui huy 2026-03-06 12:02:52 +03:00
go.mod huy 2026-03-06 12:02:52 +03:00
go.sum huy 2026-03-06 12:02:52 +03:00
LICENSE Initial commit 2026-03-06 07:12:47 +00:00
README.md huy 2026-03-06 12:02:52 +03:00

Ztorrent

Minimal BitTorrent client skeleton in Go.

Run

go run ./cmd/torrent-client /path/to/file.torrent

Current features

  • Parse .torrent metadata and piece hashes
  • Compute info_hash from raw info bytes (spec-compatible)
  • Single-file and multi-file torrents
  • Send tracker announce request with compact peer mode
  • Parse compact peer list
  • Show loaded torrent status and files in the UI layer