Home - Horusiath/UTorri GitHub Wiki

Preface: What is UTorri?

It's a simple library used for remote access with uTorrent application via Web UI API. It's written entirely in C# and it's designed specificaly for Windows Phone applications.

Features:

  1. Ease of use - UTorri provide objects and methods which are easy to understand and allow the programmers to take off their burden of handling and manipulating the JSON responses or constructing any error-prone HTTP requests.
  2. Fully asynchronous operations support - all of the request operations are performed asynchronously in separate background thread. Reason of this approach is possible time required for response to arrive. Performing the time-consuming operations inside the WP7 UI thread could make it unresponive.

Table of contents:

  1. Quick tour
  2. Dual-layered architecture
  3. Documentation