Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jbittorrentapi-v1.0.zip | 2007-02-20 | 11.6 MB | |
lib.zip | 2007-02-18 | 7.9 MB | |
README_JAVABITTORRENTAPI | 2007-02-17 | 2.1 kB | |
bitext.zip | 2007-02-17 | 278.6 kB | |
trackerBT.zip | 2007-02-17 | 95.5 kB | |
lib.tar.gz | 2007-02-15 | 7.9 MB | |
ExtendingBittorrent.tar.gz | 2007-02-15 | 163.3 kB | |
lib.tar.bz2 | 2007-01-21 | 7.9 MB | |
trackerBT.tar.bz2 | 2007-01-21 | 45.9 kB | |
bitext.tar.bz2 | 2007-01-21 | 57.2 kB | |
TrackerBT.tar.gz | 2007-01-13 | 8.0 MB | |
bitext_release0.1.tar.gz | 2007-01-13 | 32.3 kB | |
Totals: 12 Items | 44.1 MB | 0 |
*********************** * Java Bittorrent API * *********************** Author: Baptiste Dubuis Version: 1.0 Webpage: http://sourceforge.net/projects/bitext/ Description: The Java Bittorrent API project aims at providing a simple and easy-to-use API for future work on Bittorrent protocol. It provides classes and methods that permit to complete each step necessary to publish files and retrieve them using the Bittorrent network. The goal is to provide any user the possibility to share files with other people without having to bother too much. In this scope, this project propose a bittorrent tracker that can be run to accept files for sharing. This is part of the trackerBT.zip package. Unzip it and follow the instruction in the corresponding README file to install it. Provided also is a bittorrent api that permit to publish files using bittorrent protocol, as much as to download files from other people. To publish files using bittorrent protocol, user have to follow these steps: - Create a new torrent file which will provide information about the target files the user wants to publish and make available to others. This can be done by running the ExampleCreateTorrent program. - Publish this torrent file on a tracker so that other people can have access to the desription of the target files and then be able to download them. This is done running the ExamplePublish program. - Share the local target files to permit people to download files from local directory. This is done by running the ExampleDownloadFiles program. To download files from other people, user have to get the torrent file from any tracker or web server and then run the ExampleDownloadFiles program. To have access to these classes and the corresponding instruction, unpack the bitext.zip package and read the README file for further information Now enjoy the Java Bittorrent API