Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitletorg/bitlet
A small Java bittorrent library, powering BitLet.org
https://github.com/bitletorg/bitlet
bitlet bitlet-library bittorrent java p2p
Last synced: 7 days ago
JSON representation
A small Java bittorrent library, powering BitLet.org
- Host: GitHub
- URL: https://github.com/bitletorg/bitlet
- Owner: bitletorg
- Created: 2012-11-01T18:39:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T19:10:20.000Z (over 6 years ago)
- Last Synced: 2024-08-02T14:08:16.406Z (3 months ago)
- Topics: bitlet, bitlet-library, bittorrent, java, p2p
- Language: Java
- Size: 185 KB
- Stars: 153
- Watchers: 27
- Forks: 498
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitLet
### A tiny bittorrent libraryBitLet is a simple Java implementation of the [BitTorrent](http://en.wikipedia.org/wiki/BitTorrent) protocol.
It is the library that powers [BitLet.org](http://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](https://github.com/bitletorg/bitlet/wiki/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.