Skip to content

Commit 56fc827

Browse files
committed
BitTorrent
1 parent e0a7a7c commit 56fc827

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
88
- [Asynchronous Event Loop](#asynchronous-event-loop)
99
- [Audio](#audio)
1010
- [Biology](#biology)
11+
- [BitTorrent](#bittorrent)
1112
- [CLI](#cli)
1213
- [Compression](#compression)
1314
- [Concurrency](#concurrency)
@@ -127,6 +128,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
127128
* [Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT]
128129
* [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files. [MIT]
129130

131+
## BitTorrent
132+
133+
* [libtorrent](https://github.com/arvidn/libtorrent) - An efficient feature complete C++ bittorrent implementation.
134+
* [libutp](https://github.com/bittorrent/libutp) - uTorrent Transport Protocol library.
135+
130136
## CLI
131137
*Console/Terminal User Interface, Command Line Interface*
132138

0 commit comments

Comments
 (0)