So I want to attempt this setup:
Laptop (Macbook):
- Leap Motion SDK installed
- Leap Motion device connected
Pi:
- all cylon packages installed
- cylon code to connect to the leap
Can the websocket server running on my laptop be accessed from other devices on my network? From my laptop, a cylon app can connect to my leap device no problem because it's localhost:6437. But I get connection refused using the ipv4 address of my laptop, which is something like 10.0.1.x
.