lpaste.de

Building a Simple BitTorrent Client in Java [Draft]

Intro

This post describes how I wrote a simple BitTorrent client based on a blog post that I read in Go Weekly. The BitTorrent client is able to read a torrent file and download the torrent from multiple peers.

Reading .torrent files (bencode)

← Home