Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
python_osc [2014/07/22 22:35] admin created |
python_osc [2016/02/06 21:40] (current) admin [Python OSC (Python3 only):] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ---- | + | ===== PyOSC ===== |
| - | **Python OSC** | + | |
| - | ---- | + | |
| + | [[https:// | ||
| - | Python OSC (Python3 | + | installation: |
| + | < | ||
| + | $ wget https:// | ||
| + | $ 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 | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ==== Python OSC ==== | ||
| + | An other possibility would have been the Python OSC. It just runs with Python3.\\ | ||
| [[https:// | [[https:// | ||
| - | PyOSC:\\ | + | |
| - | [[https:// | + | |