BitTorrent

This commit is contained in:
Faraz Fallahi
2015-08-01 18:14:07 -05:00
parent e0a7a7cf9c
commit 56fc8272a8

View File

@@ -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*