Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/citp-lib
Controller Interface Transport Protocol (CITP) library
https://github.com/jwarwick/citp-lib
Last synced: about 6 hours ago
JSON representation
Controller Interface Transport Protocol (CITP) library
- Host: GitHub
- URL: https://github.com/jwarwick/citp-lib
- Owner: jwarwick
- License: mit
- Created: 2009-02-27T19:10:55.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-06-02T01:58:09.000Z (over 15 years ago)
- Last Synced: 2023-04-13T20:27:16.538Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 184 KB
- Stars: 8
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: license.txt
Awesome Lists containing this project
README
Controller Interface Transport Protocol Library
===============================================Library to allow easy use of the Controller Interface Transport Protcol (CITP) used in the Capture lighting visualizer.
Built on the Qt 4.5 framework.This code is written to exercise a [Wireshark](http://wireshark.org) protocol dissector, but might be more generally useful if you want to stream data to a lighting visualizer.
Complete protocol documentation available at [CITP-Protocol.org](http://www.citp-protocol.org/).
License
-------All code is MIT licensed. See license.txt for details.