A simple client that sends TUIO style touch events to a listener on port 3333 of localhost.
This client creates an initial amount of Touches that move across the screen for a random lifespan. When one touch dies, a new touch is spawned.
This client is intended for debugging purposes for touch based applications.
Usage:
- git clone https://github.com/labatrockwell/nodeTuioSimulator
- npm install
- node client.js -touchCount- -minimumDuration- -maximumDuration-
touchCount = the total number of touches
minimumDuration = the minimum lifespan of a touch
maximumDuratoin = the maximum lifespan of a touch