Search found 7 matches

by kkmic
Wed Aug 17, 2016 7:31 am
Forum: Development
Topic: Questions about the UI - daemon communication protocol
Replies: 2
Views: 7620

Re: Questions about the UI - daemon communication protocol

Bump.

If my questions need further clarification, please tell me.

The basic idea is that I am looking to implement the protocol in my Java application.

Considering that my experience with Python is extremely limited, I would really appreciate some help in understanding the protocol.
by kkmic
Thu Aug 11, 2016 10:41 am
Forum: Development
Topic: Questions about the UI - daemon communication protocol
Replies: 2
Views: 7620

Questions about the UI - daemon communication protocol

Hi, Regarding the protocol used by the GTK client and the daemon when communicating: I have asked about it on the IRC the other day and bendikro pointed me to this page: http://deluge.readthedocs.io/en/develop/core/rpc.html . Thanks for that! After reading it, I have noticed that there is no RPC met...
by kkmic
Mon Aug 08, 2016 3:02 pm
Forum: Support
Topic: Is there a Deluge client for Android?
Replies: 0
Views: 4214

Is there a Deluge client for Android?

As the title said.

I mean, is there an Android client that connects directly to the daemon, and not to the WebUI?

AFAIK, Transdroid uses the WebUI as a middleman, and I don't really want that.
by kkmic
Mon Aug 08, 2016 2:43 pm
Forum: Support
Topic: Deluge-web RPI Security
Replies: 7
Views: 6272

Re: Deluge-web RPI Security

You can install OpenVPN on your RPI (quite easily using http://www.pivpn.io/ - though it will take an hour or two). If you don't have a fixed IP address, keep using the duckdns service. Create a user, copy its key to your phone and connect to the VPN using the OpenVPN Connect Android application. No...
by kkmic
Tue Oct 20, 2015 8:38 pm
Forum: Support
Topic: [SOLVED] Cannot connect to Deluge daemon locally
Replies: 4
Views: 17948

Re: Cannot connect to Deluge daemon locally

Success! So by running `deluged -d -u 192.168.0.90` the clients cannot connect because there is nothing on localhost. Either fix the above issue or specify to ip address of deluged when connecting with console or webui. In my particular case, the loopback interface was down. In the file /etc/network...
by kkmic
Tue Oct 20, 2015 2:33 pm
Forum: Support
Topic: [SOLVED] Cannot connect to Deluge daemon locally
Replies: 4
Views: 17948

Re: Cannot connect to Deluge daemon locally

Making progress, it seems, still not there yet. First of all, somehow, python-twisted was not installed. And yes, everything was installed using apt-get. I have installed python twisted now (it installed a few other dependencies). kkmic@raspberrypi ~ $ apt-cache policy python-twisted python-twisted:...
by kkmic
Tue Oct 20, 2015 11:37 am
Forum: Support
Topic: [SOLVED] Cannot connect to Deluge daemon locally
Replies: 4
Views: 17948

[SOLVED] Cannot connect to Deluge daemon locally

Click to show solution Original message follows : Hello, I know this issue was discussed over and over again (and to the death afterwards), as it has popped up all over my searches, yet nothing I have tried has worked so far, so I have decided to spam this forum once again with the same issue, hopi...