nodejs-hap-server
TypeScript icon, indicating that this package has built-in type declarations

0.5.2 • Public • Published

NodeJS-HAP-Server

A Node.js implementation of HomeKit Accessory Server. With this project, you should be able to create your own HomeKit Accessory on a Raspberry Pi, Intel Edison, or any other platform that can run Node.js.

This project is inspired by and based on the original HAP-NodeJS project by KhaosT.

Installation

Install this package using NPM.

npm install nodejs-hap-server

Requirements:

  • Node.js version 8.12.0 and above.
  • If you want to create IP Camera accessories install FFmpeg by following instructions on their website.

Documentation

To fully understand how this library works and how to use it to its full potential check out the Wiki.

Examples

You can find predefined examples in the /examples/accessories folder in this repository. Each file represents a single accessory and the default exported value from the file should be an Accessory instance.

Readme

Keywords

none

Package Sidebar

Install

npm i nodejs-hap-server

Weekly Downloads

5

Version

0.5.2

License

Apache-2.0

Unpacked Size

383 kB

Total Files

29

Last publish

Collaborators

  • vojtasim