Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
python_osc [2014/07/22 23:52]
herrsteiner
python_osc [2016/02/06 21:40]
admin [Python OSC (Python3 only):]
Line 1: Line 1:
----- +===== PyOSC =====
-**Python OSC** +
-----+
  
- 
-Python OSC (Python3 only):\\ 
-[[https://pypi.python.org/pypi/python-osc]]\\ 
- 
-PyOSC:\\ 
 [[https://pypi.python.org/pypi/pyOSC/0.3.5b-5294]]\\ [[https://pypi.python.org/pypi/pyOSC/0.3.5b-5294]]\\
  
 installation:  installation: 
-  $sudo pip install pyosc+  <del>  $ sudo pip install pyosc</del>\\ 
 +  $ 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 ====
  
-**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 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|}} {{: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]]\\
 +
 +