Skip to content
forked from bitletorg/bitlet

A small Java bittorrent library, powering BitLet.org

Notifications You must be signed in to change notification settings

baovit72/bitlet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small Java bittorrent library, powering BitLet.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%