Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Interaction / Network - Master without receive

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Interaction / Network - Master without receive

Post by Robert » 18 May 2013, 12:42

Hi,

Is there a way to send interaction without receiving other Master interactions ?

robert

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Interaction / Network - Master without receive

Post by Daniel Willer » 24 May 2013, 09:42

I didn't get that one, sorry.
I guess you are talking about the cluster communication, right?

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: Interaction / Network - Master without receive

Post by Robert » 24 May 2013, 19:22

Hi,

I was talking about the subsystem. Is there a way to send touch interactions from several masters without interfere each other ?

Regards,

Robert

TobiTobsen
Posts: 93
Joined: 18 Jan 2012, 20:02

Re: Interaction / Network - Master without receive

Post by TobiTobsen » 24 May 2013, 20:55

Hi Robert,
so you want to use a few input devices that send their data to one ventuz machine?
Not sure if I got it...

If yes, you will have to use TUIO. As TUIO is usally UDP based, you shoud be able to have more than one sender and just one receiver that listens to one network port.
The only thing is that all sender need to run on seperate machines, otherwise they try to open the network port twice.
But the sending machines will not be syncronised, there coud be situations where touch point IDs interfere as they might be used twice at the same time etc.
There is an additional information that can be sent by a TUIO 1.1 sender:
/tuio/2Dcur source application@address

Referrring to: http://www.tuio.org/?specification
I think nearly no one is using it but this could help if sender and receiver did implement it.

Tobi
http://www.radar-touch.com
http://www.prime-touch.com

Want to filter or transform TUIO data? http://code.google.com/p/tuiotoolbox/
Looking for a tool generating Testpattern for Softedge projections??? I can help: http://code.google.com/p/projection-calc/

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: Interaction / Network - Master without receive

Post by Robert » 25 May 2013, 19:59

Thx Tobi,

I'll try this.

Robert

Post Reply