KKyzm / cbt

toy torrent client in modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbt: toy torrent client in modern C++ (Uncompleted Yet 🚧)

The code and the general structure of the program are primarily based on the following blog posts:

with reference to this repository:

Please note that this project was created primarily to familiarize me with the C++ language. Therefore, the code may not conform to normal C++ style, and there are undoubtedly many places where the code can be optimized.

build

To build this project, follow the commands below:

cmake --preset=default
cmake --build build

About

toy torrent client in modern C++


Languages

Language:C++ 96.3%Language:CMake 3.7%