Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Client data to Server on another Computer? #6

Open
RinayShah opened this issue Jul 10, 2018 · 1 comment
Open

Send Client data to Server on another Computer? #6

RinayShah opened this issue Jul 10, 2018 · 1 comment

Comments

@RinayShah
Copy link

I implemented your source code and it worked perfectly if I ran both the client and server code on the same computer. However, if the client and server were on different computers it does not work. I want the client computer to send its data over a network to another computer's server is it possible to do that? Assuming both computers are connected to the same server. I was able to get TCP/IP connection going between two computers (as you can see below) and wanted to use your code to send the client across another computer which would be running the server code.
untitled

@Vangos
Copy link
Member

Vangos commented Jul 10, 2018

It is definitely feasible, however, you'll need to properly setup the remote "server" computer and allow for incoming connections. Ensure your server computer can be accessed over the network and test with simple websocket handshake before integrating any Kinect-related functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants