An open API service indexing awesome lists of open source software.

https://github.com/mrroundrobin/citpsharp

A .Net PCL for implementing CITP in entertainment control applications.
https://github.com/mrroundrobin/citpsharp

Last synced: over 1 year ago
JSON representation

A .Net PCL for implementing CITP in entertainment control applications.

Awesome Lists containing this project

README

          

![Alt text](/resources/header.png "CITP#")

A PCL for implementing CITP (Controller Interface Transport Protocol) in any .Net project targeting Windows Desktop, Windows Store, Xamarin iOS/Android/Forms, Xamarin.Mac/MonoMac or Windows Phone 8/8.1. The protocol allows transfer of status information, image thumbnails and streaming video frames between media servers, lighting desks and visualizers.

See http://www.citp-protocol.org/ for more information on CITP.

CitpSharp is in an early stage and has not yet reached a first release.

## License

The library is LGPL licensed, allowing use in non-GPL-licensed projects. Any modifications to the source however must be given back to the community under the same license.

## Build Status

* Master

[![Build status](https://ci.appveyor.com/api/projects/status/github/impsnldavid/citpsharp?branch=master&svg=true)](https://ci.appveyor.com/project/impsnldavid/citpsharp/branch/master)

* Develop

[![Build status](https://ci.appveyor.com/api/projects/status/github/impsnldavid/citpsharp?branch=develop&svg=true)](https://ci.appveyor.com/project/impsnldavid/citpsharp/branch/develop)