Skip to content

brightline/node-phidget-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs Phidgets API

A node.JS API for interacting with all official Phidget boards as well as your own analog sensors. This module is compatible with all operating systems which can run node.js. phidgetsapi is perfect for projects using BeagleBone Black and Raspberry Pi too!

PHIDGETS

Phidget boards are a great prototyping tool which can handle digital inputs and outputs, along with a great array of analog sensors (RFID, temperature, accellerometer, servo motors etc).

Phidget Server Requirement

This project assumes you have the Phidget server up and running. For most "regular" (USB) Phidget boards, that assumes that the computer or SBC (BeagleBone Black, Raspberry Pi etc.) you have connected to the Phidget board via USB has the webservice up and running. For stand-alone Phidget micro-computers (phidgetsbc), this assumes you have configured the server via the web portal. You will be connecting to the Phidget server via TCP, so be sure you can access the server from the machine running this project.

For a guide on installing the required libraries and services on your platform, see the below wikis

  1. Linux
  2. Mac OS X
  3. Windows

Installation

#NPM

  • npm install phidgetapi

phidgetapi npm version

phidgetapi Package Quality

#GIT

#Module Documentation

ToDo:

  • Support for Phidget authentication
  • create modules for handling all phidget types
  • create more examples for various Phidgets
  • write tests for all phidget modules

About

Node.JS Phidget API supporting all phidgets!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%