1
0
mirror of https://github.com/asamy/ctorrent synced 2025-10-05 15:42:48 +02:00
2017-09-02 09:11:13 +02:00
2016-08-24 01:13:40 +00:00
2017-09-02 09:11:13 +02:00
2017-01-26 03:32:21 +02:00
2015-11-28 18:53:09 +00:00

CTorrent

CTorrent is a torrent client written in C++11 with some help from Boost. img

Requirements

  • A C++ compiler with C++11 and OpenMP support (GCC or clang are preferred)
  • Boost C++ Libraries (for ASIO, SHA1, programoptions and any)

Developer information

  • net/ Contains classes which are responsible for establishing connections, etc.
  • bencode/ Contains the decoder and encoder which can decode or encode torrent files.
  • ctorrent/ Contains the core classes responsibile for downloading torrents etc.
  • util/ Contains various utility functions which are used in bencode/ and ctorrent/
  • main.cpp Makes use of all the above (Also is the main for the console application)

License

MIT (The Expat License).

Description
No description provided
Readme 272 KiB
Languages
C++ 97.3%
C 1.4%
Makefile 1.3%