evantahler / nodePhidgets

Node.js JavaScript library to interface with the Phidgets line of hardware boards.
Other
29 stars 8 forks source link

communication #4

Closed e-belair closed 10 years ago

e-belair commented 10 years ago

Hi, how can we communicate between webserver and a phidget connected to the client computer with nodePgidget?

evantahler commented 10 years ago

This library makes use of the PhidgetWebService, which is a small daemon you run on the computer connected to the phidget. Stand-Alone Phidgets (like phidgetSBC) run the webservice them selves.

Phidget --(usb)--> Computer --> PhidgetWebService --> NodeJS