Skip to content

carlosramos/remoteTransmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remoteTransmission

Very simple client for Transmission's RPC API for iOS 7.

Work in progress.

Currently implemented:

  • Login/logout.
  • List of torrents.
  • Torrents name, progress, and size.
  • Start/stop individual torrents.
  • Current global download/upload speed.
  • The user can limit the download/upload speed.
  • The user can add a new torrent (.torrent URL or magnet link).
  • Autoupdates the list of torrents and the speed every 5 seconds.

The communication with the server is implemented following the Transmission RPC specification, available in https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt. The server expects a POST request with a JSON object specifing the action and parameters in the request body. The communication with the server is implemented in CRTTransmissionController. Methods in this object usually expect a block called asynchronously when the request completes.

About

Client for Transmission (torrent client) RPC API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published