Specification Document¶
This document describes the features and functional requirements of Python-OSC.
Features & Functional Requirements¶
Python-OSC provides an implementation of Open Sound Control outlined by the Open Sound Control 1.0 specification. Python-OSC currently provides the following features:
- Cross-platform support for Windows, Mac OSX and Linux.
- Construction and parsing of packets through a client and server interface.
- Construction and parsing of nested bundles.
- Generates immediate timestamp and timestamped sequenced data.
- Packet transportation under UDP.
- Supports typetags endorsed by the OSC specification.