ShelbyZ / UCWA.NET

Set of .NET libraries to communicate with UCWA
MIT License
4 stars 2 forks source link

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