Skip to content

OronNadiv/motion-sensor-raspberry-client

Repository files navigation

Home Automation - Camera Raspberry Pi Client

This repository contains the raspberry-pi client for the camera.

JavaScript Style Guide Dependencies DevDependencies

I suggest you first read about the different components of the home automation application. This will help you understand better the general architecture and different functions of the system.

Hardware

<TODO>

Installation instructions

Click here and follow the installation instructions for the raspberry-pi clients.

Environment variables (configuration)

LOGIN_URL (required): url to the authentication server. Example: login.herokuapp.com
PINS_CLIENT_UP (optional): GPIO pin (output) that sets to high when client process is running. Default: none.
PINS_CONNECTED_TO_SERVER (optional): GPIO pin (output) that sets to high when client is connected to server. Default: none.
PINS_TAKING_PICTURES (optional): GPIO pin (output) that sets to high when a request to take a phone has been sent. Default: none.
PRIVATE_KEY (required): Generated private key. Public key should be shared with the authentication server. See here.

<TODO> Circuit Diagram

License

AGPL-3.0

Author

Oron Nadiv (oron@nadiv.us)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published