PeerLinker is a BitTorrent client. This is meant to be a learning exercise involving
- A class library implementation of the base BitTorrent protocol
- A proper desktop application made with this library
- Take a sample .torrent file under /testfiles
- Place it under the correct folder corresponding to where the app was compiled (so under peerlinker/bin/Release/net10.0/ for example)
- It's only configured for debian.torrent right now, but you can change this in peerlinker/Program.cs