Registry / networking / oscpack

oscpack

JSON →
library1.1.0vcpkgunverified

A simple C++ Open Sound Control (OSC) packet manipulation library

vcpkg install oscpack
INSTALL
IMPORT
SIG · OSCPACK
O
oscpack
networkingcppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

osc/OscReceivedElements.h
#include <osc/OscReceivedElements.h>

Create and send an OSC message

#include <osc/OscOutboundPacketStream.h> #include <cstring> int main() { char buffer[1024]; osc::OutboundPacketStream p(buffer, 1024); p << osc::BeginMessage("/test") << 1.0f << osc::EndMessage; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

oscpack — pip install oscpack · libregistry