Introduction to PyOSC¶
This is the documentation for PyOSC, a library for Pytthon to handle the transport of OSC messages and Bundles over a network. It depends on oscparser to parse and serialize OSC messages.
Prerequisites¶
PyOSC requires Python 3.13 or greater, earlier versions of Python are not supported.
Installation¶
PyOSC is available on PyPI, so installation is simple using the following commands:
Basic Usage¶
Here is a quick example as to how to send a simple OSC message using PyOSC:
For more detailed examples and advanced usage, please refer to the subsequent sections of this documentation.