Skip to content

asamy/ctorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A torrent client written in C++11 with a library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published