Page 1 of 1

Question regarding UI<->daemon communications

Posted: Tue May 11, 2010 10:26 am
by StelardActek
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?

Re: Question regarding UI<->daemon communications

Posted: Tue May 11, 2010 1:18 pm
by johnnyg
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.

Re: Question regarding UI<->daemon communications

Posted: Wed May 12, 2010 12:09 am
by StelardActek
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... :/