osc-receive
Open Sound Control (OSC) protocol for Twisted
Install
- All systems
-
curl cmd.cat/osc-receive.sh
- Debian
-
apt-get install python-txosc
- Ubuntu
-
apt-get install python-txosc
- Kali Linux
-
apt-get install python-txosc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-txosc
- Raspbian
-
apt-get install python-txosc
- Dockerfile
- dockerfile.run/osc-receive
python-txosc
Open Sound Control (OSC) protocol for Twisted
Open Sound Control (OSC) is an open, transport-independent, message-based protocol developed for communication among computers, sound synthesizers, and other multimedia devices. This library implements OSC version 1.1 over both UDP and TCP for the Twisted Python framework. Twisted is an event-based framework for internet applications which works on Python 2.3 through 2.6.