/core

The core API of the Itylos system where all logic is implemented.

Primary LanguageScala

Itylos.io

Build Status Join the chat at https://gitter.im/itylos-io/core

Introduction

Itulos is a low-budget DIY home security alarm targeted mainly for the Raspberry Pi, but it can be installed on any platform. Itylos.io is a platform from which the user can manage an alarm system. E.g. add sensors, add zones, trigger external events etc..

Core

Itylos.io core is the heart of the alarm system. Core is the rest API where all interactions with Itylos.io are handled. We have a detailed rest API description. Core is written in scala (spray & akka) and uses mongo db for persisted storage.