Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stil4m/transmission-rpc-java
Java implementation of the Transmission RPC API.
https://github.com/stil4m/transmission-rpc-java
java rpc transmission
Last synced: 3 months ago
JSON representation
Java implementation of the Transmission RPC API.
- Host: GitHub
- URL: https://github.com/stil4m/transmission-rpc-java
- Owner: stil4m
- Created: 2013-04-03T20:42:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T10:13:15.000Z (over 5 years ago)
- Last Synced: 2024-10-13T20:10:03.870Z (3 months ago)
- Topics: java, rpc, transmission
- Language: Java
- Size: 71.3 KB
- Stars: 34
- Watchers: 6
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Transmission RPC Java
=====================Java implementation of the Transmission RPC API.
## Note
This API is still under development and it needs lots of cleanup. When the code is cleaned up the API will be provided through a Maven repository.## Maven
The project is available on a Maven repository. See: [https://github.com/stil4m/maven-repository](https://github.com/stil4m/maven-repository)## Functionality
| Command | Not Implemented | Implemented|
| -------------------- |:-:|:-:|
| torrent-start | | x |
| torrent-start-now | | x |
| torrent-stop | | x |
| torrent-verify | | x |
| torrent-reannounce | | x |
| torrent-set | | x |
| torrent-get | | x |
| torrent-add | | x |
| torrent-remove | | x |
| torrent-set-location | x | |
| torrent-rename-path | x | |
| session-set | x | |
| session-get | x | |
| session-stats | | x |
| blocklist-update | x | |
| port-test | | x |
| session-close | x | |
| queue-move-top | | x |
| queue-move-up | | x |
| queue-move-down | | x |
| queue-move-bottom | | x |
| free-space | | x |