mkalten / reacTIVision

computer vision framework for tangible interactive surfaces
Other
305 stars 64 forks source link

Tuio CIient listen remote IP address and port #12

Closed Ev3rlasting closed 8 years ago

Ev3rlasting commented 8 years ago

Is there a way to let tuioClient listen to a remote IP address and port? For example like: TuioProcessing tuioClient = new TuioProcessing (this, "192.168.0.109", 3333)

mkalten commented 8 years ago

No, since this actually works the other way around: You'll need to specify the target IP at your TUIO tracker application (e.g. reacTIVision), since the TUIO/UDP packets are sent from there to the TUIO client application (such as your Processing sketch). At the client side you can therefore only specify an alternative port if needed (and also configured as the target port in the TUIO tracker application. best, Martin.K