#Building a Zetta Security System
This is the repository for the Zetta Security System workshop and recipe. Here you'll find a complete Zetta app with all best practices put into place.
You'll find the step by step guide for building the circuits and writing the Zetta code under the /docs
directory.
##Setup
- You'll need node.js and npm installed. They can be found at http://nodejs.org/.
- You'll need to install Zetta with npm using
npm install zetta
- You'll want to create the following directory structure
zetta-security-system
/apps
/devices
server.js
package.json
##Requirements
- Tutorial Level: Intermediate
- Time Commitment: 1 to 3 Hours
- Goal: Zetta based home security system powered by a BeagleBone Black
- Topics Covered
- Device basics
- Server basics
- App basics
- npm based modules
- Driver creation
##Getting Started
Navigate to the README under the docs folder to get a supplies list, and start the tutorial.