TUIOSimulator
From NUI Group
The TUIO Simulator is available from Reactable Software and makes for a handy development tool for anyone who doesn't have or would rather not use their table. It is cross platform and configurable.
You can download the current release here: TUIOSimulator(platform independent).
Alternatively, you can download the latest version here.
- Open up terminal
- Go to where you want to download it.
- cvs -d:pserver:anonymous@reactivision.cvs.sourceforge.net:/cvsroot/reactivision login
- Hit enter to accept anonymous login
- cvs -z3 -d:pserver:anonymous@reactivision.cvs.sourceforge.net:/cvsroot/reactivision co -P TUIO
- Launch TuioSimulator.jar
- Or, from the shell type in java -jar TUIOSimulator.jar -host (ip address - usually 127.0.0.1) -port (portnumber - usually 3333)
- java -jar TUIOSimulator.jar -host 10.1.5.72 -port 3333
Another simulator-SimTouch, by MattL, is available here: http://nuigroup.com/forums/viewthread/2647/
