Question regarding UI<->daemon communications

Suggestions and discussion of future versions
Post Reply
StelardActek
New User
New User
Posts: 3
Joined: Sat Jan 03, 2009 2:58 am

Question regarding UI<->daemon communications

Post 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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Question regarding UI<->daemon communications

Post 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.
StelardActek
New User
New User
Posts: 3
Joined: Sat Jan 03, 2009 2:58 am

Re: Question regarding UI<->daemon communications

Post 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... :/
Post Reply