Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 1.2 KB

File metadata and controls

16 lines (10 loc) · 1.2 KB

UCWA.NET

Set of .NET libraries to communicate with UCWA

Purpose

UCWA contains developer resources aimed at the JavaScript developer, but no tools exist for the .NET developer. There is fairly extensive documentation containing resource layout and samples demonstrating functionality. With this information it should be possible to create frameworks that can interact with UCWA in any language that can communicate via HTTP.

This solution intends to provide a set of assemblies that handles the basics (transport, auto-discovery, authentication, events) and translates JSON/XML response into .NET objects.

Articles

UCWA.NET - Starting from Scratch

UCWA.NET - Implementing Discovery and Authentication

UCWA.NET – Implementing Events and Other Hurdles

UCWA.NET – Solving issues with Communication