MonoTorrent

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
MonoTorrent
Developer(s)Alan McGovern
Initial releaseApril 25, 2007; 14 years ago (2007-04-25)
Stable release2.0.0 (May 4, 2021; 9 months ago (2021-05-04)) [±]
Preview releasev2.0.0 alpha 167 (March 18, 2021; 11 months ago (2021-03-18)) [±]
Repository
Written inC#
Operating systemCross-platform
Available inEnglish
TypeBitTorrent library
LicenseMIT
Websitegithub.com/mono/monotorrent

MonoTorrent is a cross-platform .NET Standard 2.0 compatible library which implements the BitTorrent protocol. As a result, MonoTorrent can be compiled and executed on every major operating system, including smart phones, IoT or other mobile devices.

The aim of this library is not to provide a rich graphical interface for users to interact with, but rather to provide a rich programming API to allow a developer to create a GUI using the library without having to worry about reinventing the wheel by implementing the BitTorrent specification themselves.

As a result, this should allow developers to embed the library into a wide variety of applications with ease.

The library was initially developed under the 2006 Google Summer of Code. It now resides in the public Git repository for Mono.

See also[edit]

References[edit]

External links[edit]