Kinect server

The application is written in C++ using the Qt library.
In case a Kinect is not available, the server reads files with previously saved poses and transmits them to the client connected to the IP address where the server runs on port 12345. Source code
Poses previously saved using a Kinect.
The poses must be in the same directory as the binaries .

Kinect client

The client is written in C#.