I have a project that will make use of two leap motion controllers. But since currently only one controller can be catered by a single PC, I'm planning to use two PCs for my setup. Initially, I tried using virtual machines but then I noticed that the controller does not do well due to the low data rate. Which is why I'm left with this option. I've done some research on using websockets which I'm not familiar with. I'm also curious whether sockets will do just fine without using the web because internet is also an issue. What would be the best method on achieving this? Any help will be appreciated. Thanks!
Additional Info:
Windows 10 OS
Python 2.7