Closed openStove closed 7 years ago
I tried to connect to another webservice :
spatial.connect({"host":"192.168.178.30"})
conn=spatial.connect({"host":"192.168.178.30"}) node.log("connecting " + JSON.stringify(spatial,null,2))
But everything remain on default params :
"params": { "type": "PhidgetSpatial", "host": "localhost", "port": 5001, "version": "1.0.10", "password": false, "rawLog": false, "serial": false, "label": false, "rate": 8 }
if you are using the version that is in npm it should work
make sure you have started the phidgetwebservice21
can you link me to your repo?
I tried to connect to another webservice :
conn=spatial.connect({"host":"192.168.178.30"}) node.log("connecting " + JSON.stringify(spatial,null,2))
But everything remain on default params :