|
|||
| Created By | anonymous - 07:57, December 02 2010 | ||
| Description | A light Java API which facilitates the access to Transmission BitTorrent Services via the RPC API. | ||
|
The Transmission bittorrent application/daemon is a beautiful thing. In addition to doing bittorrenting very well, it provides a JSON RPC for remote control. It is a great interface, but a bit wordy to communicate with. The BeNOW Transmission Java Client provides a nice, high-level API for interacting with the Transmission JSON RPC. This, as you might imagine, makes it very easy for a Java application to remotely interact with a Transmission service, allowing the addition of torrents, checking the status of torrents, etc.
NOTE: This is a work in progress, but it does support the full RPC specification soon, if perhaps awkwardly in places. If you run into places that could be smoothed, please send me the changes.
DOWNLOAD
transmission-client-java.nightly.tar.gz - nightly build of the Transmission Java Client DOCUMENTATION Take a look at the javadoc. LICENSE It is released as LGPL, so use it as you will, but trickle the changes back into the project, please. |