bittorrent
1.0.0
Bittorrent是在C ++中从头开始写的小型洪流客户。使用的唯一外部库是用于计算SHA1哈希的OpenSSL。仅在Ubuntu 18.04 PlateForm(提供的Dockerfile)上进行测试。特别是,它使用了Linux特定功能(例如EPOLL)。

运行以下命令:
mkdir build
cd build
cmake ..
make BitTorrent
./source/BitTorrent <torrent_file>
运行以下命令:
git clone https://github.com/google/googletest.git
mkdir build
cd build
cmake ..
make
构建项目后,测试二进制文件位于构建/测试/