===== PyOSC ===== [[https://pypi.python.org/pypi/pyOSC/0.3.5b-5294]]\\ installation: $ sudo pip install pyosc\\ $ wget https://pypi.python.org/packages/source/p/pyOSC/pyOSC-0.3.5b-5294.tar.gz $ tar -xvf pyOSC-0.3.5b-5294.tar.gz $ cd pyOSC-0.3.5b-5294/ $ sudo ./setup.py install ==== simple server skript ==== reacting on some OSC messages, complete with a PD patch to try, fixed IP Address for now, replace it with the IP Address of the Raspi {{:pyoscserver.py.zip|}} ==== Python OSC ==== An other possibility would have been the Python OSC. It just runs with Python3.\\ [[https://pypi.python.org/pypi/python-osc]]\\