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.
- Host: GitHub
- URL: https://github.com/mrroundrobin/citpsharp
- Owner: MrRoundRobin
- License: lgpl-3.0
- Created: 2016-09-24T13:49:38.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-12-29T10:29:20.000Z (over 9 years ago)
- Last Synced: 2025-01-30T12:47:02.662Z (over 1 year ago)
- Language: C#
- Homepage: http://www.theimpersonalstereo.com/citpsharp
- Size: 731 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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
[](https://ci.appveyor.com/project/impsnldavid/citpsharp/branch/master)
* Develop
[](https://ci.appveyor.com/project/impsnldavid/citpsharp/branch/develop)