{"id":24552114,"url":"https://github.com/willosof/node-barco-projector","last_synced_at":"2025-03-16T14:13:18.065Z","repository":{"id":142423823,"uuid":"117591911","full_name":"willosof/node-barco-projector","owner":"willosof","description":"Control Barco Projectors from Node.js","archived":false,"fork":false,"pushed_at":"2018-01-16T00:07:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T05:02:03.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willosof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-15T20:26:03.000Z","updated_at":"2018-01-15T21:23:44.000Z","dependencies_parsed_at":"2023-07-06T17:46:15.005Z","dependency_job_id":null,"html_url":"https://github.com/willosof/node-barco-projector","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"4894e060e9090239a1a4ff5fc654ef34dee971cb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willosof%2Fnode-barco-projector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willosof%2Fnode-barco-projector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willosof%2Fnode-barco-projector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willosof%2Fnode-barco-projector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willosof","download_url":"https://codeload.github.com/willosof/node-barco-projector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878491,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-23T01:30:16.942Z","updated_at":"2025-03-16T14:13:18.041Z","avatar_url":"https://github.com/willosof.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/barco-projector.svg)](https://badge.fury.io/js/barco-projector)\n[![Downloads](https://img.shields.io/npm/dm/barco-projector.svg)](https://npmjs.com/barco-projector)\n[![Dependency Status](https://david-dm.org/willosof/barco-projector.svg)](https://david-dm.org/willosof/barco-projector)\n[![Build Status](https://travis-ci.org/willosof/barco-projector.svg?branch=master)](https://travis-ci.org/willosof/barco-projector)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n[![GitHub issues](https://img.shields.io/github/issues/willosof/node-barco-projector.svg?style=plastic)](https://github.com/willosof/node-barco-projector/issues)\n[![GitHub forks](https://img.shields.io/github/forks/willosof/node-barco-projector.svg?style=plastic)](https://github.com/willosof/node-barco-projector/network)\n[![GitHub stars](https://img.shields.io/github/stars/willosof/node-barco-projector.svg?style=plastic)](https://github.com/willosof/node-barco-projector/stargazers)\n\n## Features\n\nGet temperatures, fan speeds and voltages from Barco Projectors. (Tested with HDX W20)\n\n### Getting Started\n\n```\nnpm install barco-projector\n```\n\nExample usage:\n```javascript\nvar Projector = require('barco-projector');\nvar pj = new Projector();\n\npj.on('connect', function(ip) {\n\tconsole.log(\"connected to\",ip);\n});\n\npj.on('disconnect', function() {\n\tconsole.log('disconnected from projector');\n\tpj.reconnect(); // try reconnecting\n});\n\npj.connect('10.20.34.46');\n\npj.request('temperatures', function(err, res) {\n\tif (!err) {\n\t\tconsole.log(\"current temperatures: \", res);\n\t}\n});\n\n```\n\n### Git\n* [https://github.com/willosof/barco-projector](https://github.com/willosof/node-barco-projector)\n* `git@github.com:willosof/node-barco-projector.git`\n\n### Author\nWilliam Viker \u003c\u003cwilliam.viker@gmail.com\u003e\u003e\n\n### Changelog\n* 1.0.0 Initial beta\n* 1.0.1 Fix broken links in README\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillosof%2Fnode-barco-projector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillosof%2Fnode-barco-projector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillosof%2Fnode-barco-projector/lists"}