Skip to content

A tiny, hackable BitTorrent client.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.rtf
Notifications You must be signed in to change notification settings

A4D4R/picotorrent

 
 

Repository files navigation

PicoTorrent

AppVeyor Join the chat at https://gitter.im/picotorrent/picotorrent

A tiny, hackable BitTorrent client written in modern C++. Based on Rasterbar-libtorrent to provide high performance and low memory usage.

Quick facts

  • (Azureus-style) peer ID: -PI-. Example: -PI0091- (major: 0, minor: 09, patch: 1).
  • User agent: PicoTorrent/x.y.z.
  • Native look-and-feel across Windows versions.
  • Easy to use with high performance.

The portable version of PicoTorrent requires manual installation of the Visual C++ 2017 redistributable

Building PicoTorrent

PicoTorrent depends only on what Rasterbar-libtorrent needs (Boost.System 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 (>= v3.8) (installed and added to PATH)
  • Visual Studio 2017 (w/ C++ toolset)
  • Chocolatey (>= v0.10.7)

Build PicoTorrent by running the following in a PowerShell prompt,

PS> .\build.ps1

License

Copyright (c) Viktor Elofsson and contributors. PicoTorrent is provided as-is under the MIT license. For more information see LICENSE.

About

A tiny, hackable BitTorrent client.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.rtf

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.7%
  • C# 3.3%
  • CMake 1.7%
  • Other 1.3%