diff --git a/README.md b/README.md index aa7aed3..efaf4d2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Asynchronous Event Loop](#asynchronous-event-loop) - [Audio](#audio) - [Biology](#biology) + - [BitTorrent](#bittorrent) - [CLI](#cli) - [Compression](#compression) - [Concurrency](#concurrency) @@ -127,6 +128,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT] * [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files. [MIT] +## BitTorrent + +* [libtorrent](https://github.com/arvidn/libtorrent) - An efficient feature complete C++ bittorrent implementation. +* [libutp](https://github.com/bittorrent/libutp) - uTorrent Transport Protocol library. + ## CLI *Console/Terminal User Interface, Command Line Interface*