0.5.2 • Published 5 years ago

nodejs-hap-server v0.5.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

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.