Page 1 of 1

Interaction / Network - Master without receive

Posted: 18 May 2013, 12:42
by Robert
Hi,

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

robert

Re: Interaction / Network - Master without receive

Posted: 24 May 2013, 09:42
by Daniel Willer
I didn't get that one, sorry.
I guess you are talking about the cluster communication, right?

Re: Interaction / Network - Master without receive

Posted: 24 May 2013, 19:22
by Robert
Hi,

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

Regards,

Robert

Re: Interaction / Network - Master without receive

Posted: 24 May 2013, 20:55
by TobiTobsen
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

Re: Interaction / Network - Master without receive

Posted: 25 May 2013, 19:59
by Robert
Thx Tobi,

I'll try this.

Robert