This repository contains the raspberry-pi client for the camera.
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.
<TODO>
Click here and follow the installation instructions for the raspberry-pi clients.
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