Changes between Version 3 and Version 4 of Development/UiClient1.2
- Timestamp:
- 08/23/2010 01:13:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/UiClient1.2
v3 v4 1 1 = Overview = 2 2 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 User Interfaces. The client module hides the DelugeRPC protocol from us and presents with an easy to use API to access Deluge daemons.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 User Interfaces. The client module hides the DelugeRPC protocol from us and presents with an easy to use API to access Deluge daemons. 4 4 5 5 If 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.