Communication between two programs

Hello, i want some help on how can i make two programs communicate with each other. I have to do a project for the university that a kinect interface with a lynxmotion AL5D robotic arm, so i want to send the results from the kinect to the arm. I wrote a c++ code on visual studio for the kinect and i will use the flowbotics studio to control the arm, how can i make the visual studio and the flowbotics studio communicate?

Hi,

We would recommend implementing a TCP client-server structure: depending on the approach you want to take, your Kinect C++ program can be the client connecting to a Network Server component in FlowBotics Studio. You will then need to decide a communication protocol for your client-server system, and then implement it in both programs.

Hope this helps and let us know if you have any questions,