Im trying to get the JSON data on my host PC(running leap motion) to be accessed by another PC on the same network. I've tried following https://forums.leapmotion.com/t/read-leap-data-from-guest-vm-on-host-machine-using-websockets/1523/7 but can't get it to work. I think I've tried all the ways I could find, so I'll lay out what I've done.
My config.json file looks like this.
turned off the firewall on my host PC.
In JSONViewer.html I've tried "ws://localhost:6437/v6.json"
and "ws://144.118.77.58:6437/v6.json
-i can view a working JSONViewer.html on the host but can't connect on the client PC with localhost
-JSONViewer.html doesn't get data when using my own IP on the host
I've used the Sample.html with the default leap-0.6.3.min.js and leap-0.6.1.js from github
-both work on the host PC but can't get access on the 2nd PC
At this point I'm just not sure what else to try/do in order to get the 2nd PC to access the data.