/tinyosc

a small header-only C++ library for the open sound control protocol

Primary LanguageC++zlib LicenseZlib

tinyosc

Release is 0.1 License is zlib

Platform Build Status
VS2019 x64 Build status
macOS/Linux Build Status

tinyosc is a "modern c++" upgrade of Julien Pommier's oscpkt. It exists within a single header file, includes CMake support to build as a static library, and offers a cross-platform UDP or TCP transport layer derived from the public domain zed_net single-header socket library.

License

This project is licensed under zlib. The socket header is released into the public domain.