Sources of the Tennis Service Trainer project.
See the project presentation slides.
Ensure that you have Processing installed on your machine.
- Open
src/processing/proto_send_to_server/proto_send_to_server.pde
- Open and run the server (see the repository for details)
- Run
proto_send_to_server.pde
- Clicking on the interface elements sends OSC messages to the server:
- The "Send OSC Test Message" button sends a simple integer to the server
- Clicking on the "Start Recording" button will start tracking the mouse over the canvas and sending its positions to the server.
- Clicking on "Stop Recording" will stop the mouse tracking. The server will also save the data to disk.
Read the contribution guide.