I'm vaguely considering working on a new UI for deluge as a hobby project, one designed to be used remotely. I was wondering if anyone could offer some pointers on where to look for the UI<->daemon communication protocol.
Alternately, since I'd be aiming for remote connection, perhaps I should investigate the AJAX interface instead, since that could be directed through SSL.
Thoughts?
Question regarding UI<->daemon communications
-
- New User
- Posts: 3
- Joined: Sat Jan 03, 2009 2:58 am
Re: Question regarding UI<->daemon communications
Deluge uses its own RPC: http://deluge-torrent.org/docs/master/core/rpc.html
What kind of remote UI? You can already use the GTK UI and web UI remotely.
What kind of remote UI? You can already use the GTK UI and web UI remotely.
-
- New User
- Posts: 3
- Joined: Sat Jan 03, 2009 2:58 am
Re: Question regarding UI<->daemon communications
Specifically I'm thinking of making a very simple Android application for my HTC Desire. If it turns out useful, I'll probably release the source.
The link you provide looks very useful at first glance. I'll look more after work and see if I can figure out how to RPC from Java.
EDIT: Looks like it's already been done. Oh well... :/
The link you provide looks very useful at first glance. I'll look more after work and see if I can figure out how to RPC from Java.
EDIT: Looks like it's already been done. Oh well... :/