Changes between Version 3 and Version 4 of Development/UiClient1.2


Ignore:
Timestamp:
08/23/2010 01:13:27 PM (14 years ago)
Author:
johnnyg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/UiClient1.2

    v3 v4  
    11= Overview = 
    22 
    3 Deluge is separated into two distinct portions, the daemon and the client, and as such, there needs to be a way for these components to communicate.  The deluge.ui.client module is designed to facilitate this communication for the various UserInterfaces.  The client module hides the DelugeRPC protocol from us and presents with an easy to use API to access Deluge daemons. 
     3Deluge is separated into two distinct portions, the daemon and the client, and as such, there needs to be a way for these components to communicate.  The deluge.ui.client module is designed to facilitate this communication for the various User Interfaces.  The client module hides the DelugeRPC protocol from us and presents with an easy to use API to access Deluge daemons. 
    44 
    55If you are not familiar with Twisted Deferred objects, then I would strongly suggest [http://twistedmatrix.com/projects/core/documentation/howto/defer.html reading about them] before getting started.