1
0
mirror of https://github.com/asamy/ctorrent synced 2025-10-05 23:52:41 +02:00
Ahmed Samy ffb77b87be discard scheduler, use std::async
Signed-off-by: Ahmed Samy <f.fallen45@gmail.com>
2016-08-22 02:12:56 +00:00
2016-04-30 21:54:59 +02:00
2016-08-22 02:12:56 +00:00
2016-08-22 01:05:18 +00:00
2016-08-22 02:12:56 +00: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%