VVOSCQueryProtocol
|
There's a proposal out there for querying the structure of remote OSC address spaces, and establishing bidirectional communication with it for the purpose of monitoring changes to its structure and streaming values:
https://github.com/Vidvox/OSCQueryProposal
This framework aims to provide classes that implement the OSCQuery specification in software that already has an existing OSC implementation. It does so in a simple, generic, OSC-library-agnostic fashion, so adding support for OSCQuery is a matter of "adding a minimal amount of code" instead of "change all of my existing OSC code to try out this weird new thing".
This framework does NOT send or receive or parse OSC data, nor does it provide classes to let you create an OSC address space- this is all functionality that has already been implemented in a variety of other OSC libraries. Instead, this framework tries to give you the tools you need to add support for the OSCQuery spec to whatever OSC implementation you're already working with.
This framework has a relatively small interface- here are the only classes you should have to deal with: