All Projects → kronihias → DarwiinRemoteOSC

kronihias / DarwiinRemoteOSC

Licence: other
DarwiinRemote with OSC functionality for OSX

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Pure Data
34 projects
C++
36643 projects - #6 most used programming language
darwiinosc
darwiin remote with osc extension for osx (Mountain Lion)

based on DarwiinRemote 0.7 (http://sourceforge.net/projects/darwiin-remote/) and modified WiiRemoteFramework
osc functionality based on https://code.google.com/p/darwiinosc/ by andreas schlegel


adapted by Matthias Kronlachner
www.matthiaskronlachner.com



:::CHANGING OSC IP/PORT SEND/RECEIVE SETTINGS:::

You can change Sender IP:PORT and Receiver Port by commandline arguments:

open terminal and go to folder DarwiinRemote.app/Contents/MacOS
./DarwiinRemote -ip <send ip> -port <send port> -rcv_port <rcv port>

to set for example send ip to 192.168.0.2, sender port to 5610 and receiver port to 5611
./DarwiinRemote -ip 192.168.0.2 -port 5610 -rcv_port 5611

this is very useful if you connect multiple wii controllers!
-> start multiple instances with different port settings...


:::TODO:::
MotionPlus support -> WiiRemoteFramework 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].