Socket
Book a DemoInstallSign in
Socket

barco-projector

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barco-projector

Unofficial Node.js API for Barco UDX/HDF/HDX/HDQ projectors

1.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

npm version Downloads Dependency Status Build Status MIT license GitHub issues GitHub forks GitHub stars

Features

Get temperatures, fan speeds and voltages from Barco Projectors. (Tested with HDX W20)

Getting Started

npm install barco-projector

Example usage:

var Projector = require('barco-projector');
var pj = new Projector();

pj.on('connect', function(ip) {
	console.log("connected to",ip);
});

pj.on('disconnect', function() {
	console.log('disconnected from projector');
	pj.reconnect(); // try reconnecting
});

pj.connect('10.20.34.46');

pj.request('temperatures', function(err, res) {
	if (!err) {
		console.log("current temperatures: ", res);
	}
});

Git

Author

William Viker <william.viker@gmail.com>

Changelog

  • 1.0.0 Initial beta
  • 1.0.1 Fix broken links in README

Keywords

barco

FAQs

Package last updated on 16 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.