Skip to content
RazielXT edited this page Mar 19, 2023 · 7 revisions

Introduction

Welcome to the mtTorrent wiki!

mtTorrent is bittorrent library for C++. It includes implementation of Distributed Hash Table (DHT) system for distribution of peers without the need for trackers. Library has dependency only for Asio library (networking) and optional openssl for HTTPS trackers. Basic architecture of internal library:

mttGeneral

Clone this wiki locally