All Projects → bitletorg → Bitlet

bitletorg / Bitlet

A small Java bittorrent library, powering BitLet.org

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bitlet

Autodl Trackers
Tracker files for autodl-community fork of autodl-irssi
Stars: ✭ 133 (-6.34%)
Mutual labels:  p2p, bittorrent
Pytorrent
Simple and functional BitTorrent client made in Python - Use for learning
Stars: ✭ 135 (-4.93%)
Mutual labels:  p2p, bittorrent
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+345.77%)
Mutual labels:  p2p, bittorrent
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+2814.08%)
Mutual labels:  p2p, bittorrent
Rats Search
BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
Stars: ✭ 1,037 (+630.28%)
Mutual labels:  p2p, bittorrent
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (+3314.79%)
Mutual labels:  p2p, bittorrent
Torrentinim
A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.
Stars: ✭ 123 (-13.38%)
Mutual labels:  p2p, bittorrent
Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (+96.48%)
Mutual labels:  p2p, bittorrent
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+607.04%)
Mutual labels:  p2p, bittorrent
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+478.87%)
Mutual labels:  p2p, bittorrent
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+2657.04%)
Mutual labels:  p2p, bittorrent
Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-54.93%)
Mutual labels:  p2p, bittorrent
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+12031.69%)
Mutual labels:  p2p, bittorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+17895.77%)
Mutual labels:  p2p, bittorrent
Autodl Irssi
A community-driven fork of autodl-irssi
Stars: ✭ 315 (+121.83%)
Mutual labels:  p2p, bittorrent
Biglybt
Feature-filled Bittorrent client based on the Azureus open source project
Stars: ✭ 672 (+373.24%)
Mutual labels:  p2p, bittorrent
Instant.io
🚀 Streaming file transfer over WebTorrent (torrents on the web)
Stars: ✭ 2,954 (+1980.28%)
Mutual labels:  p2p, bittorrent
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (+90.14%)
Mutual labels:  p2p, bittorrent
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+4948.59%)
Mutual labels:  p2p, bittorrent
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+5947.18%)
Mutual labels:  p2p, bittorrent

BitLet

A tiny bittorrent library

BitLet is a simple Java implementation of the BitTorrent protocol.

It is the library that powers BitLet.org (a BitTorrent client that runs entirely in the browser plugin, as a Java applet).

Trying out the BitLet library

You can build the project sources using Maven, and execute a sample client by calling:

java -cp target/wetorrent-1.0-SNAPSHOT.jar org.bitlet.wetorrent.Sample $1

Where $1 is a .torrent file you have on your filesystem.

Developing with BitLet

You can review this annotated example for an overview on how to use the BitLet library.

License

BitLet is distributed under the Apache license. See src/main/resources/license.txt for the full license terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].