Same as Multitouch but supports TUIO server communication.
Its working with an unofficial TUIO library slighly extended from the original.
This sketch acts like a touchScreen, the interesting part is the TuioServer
part which enables
the sketch to output the touch values with the instruction:
ArrayList<TouchPoint> touchs2D = new ArrayList<TouchPoint>(touchInput.getTouchPoints2D());
server.send2D(touchs2D);
Program is running like MultiTouch:
The connected clients receive the messages: