A tiny, hackable BitTorrent client written in modern C++. Based on Rasterbar-libtorrent to provide high performance and low memory usage.
PicoTorrent depends only on what Rasterbar-libtorrent needs (Boost.System, Boost.Random, and OpenSSL) and all dependencies are conveniently pre-packaged in a NuGet package which will be downloaded as a part of the build process.
To successfully build PicoTorrent, you need the following tools installed,
- CMake (>= v2.8)
- Visual Studio 2015 (Community edition)
- Chocolatey (>= v0.9.9.11)
Build PicoTorrent by running the following in a PowerShell prompt,
PS> .\build.ps1
Copyright (c) 2015, Viktor Elofsson and contributors. PicoTorrent is provided as-is under the MIT license. For more information see LICENSE.