I got great response from the developer of transmission:
---
As I understand from this, I only have to implement support for some
intents. THis is pretty easy. What about these:
org.transdroid.control.set_transfer_rates
Needs extras 'UPLOAD_RATE' and 'DOWNLOAD_RATE' which are both
integers in KB/s
org.transdroid.control.pause_all
org.transdroid.control.resume_all
org.transdroid.control.stop_all
org.transdroid.control.start_all
If native turle mode is implemented (see issue 141), I will add an
intent:
org.transdroid.control.set_turle_mode
Needs an extra 'ENABLED' which is a boolean
This will execute the action on the last-used server configuration. If
you want to execute it to a specific server, add another extra
'DAEMON' which is the ID string for the server configuration.
To find the ID string for a server: the first server (as listed in the
settings) is "" (an empty string) and any subsequent servers have "1",
"2", "3", etc.
Sounds good?
---
Could someone who understands what he's saying please check it out and
confirm it for him?
http://code.google.com/p/transdroid/issues/detail?id=206
Thanks!
> If you want to support the issue, please add some starshttp://
code.google.com/p/transdroid/issues/detail?id=206