icasdri / ControlGeek-Server

Server component of ControlGeek, a gesture-based home automation control system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ControlGeek Server

This is the server component of ControlGeek, a gesture-based home automation control system built at HackMIT 2016 (see Devpost page here).

ControlGeek Server is meant to be run on a Raspberry Pi hooked up various hardware such as LEDs and servos. The server communicates with the hardware through pigpio library and daemon. It then exposes a WebSockets interface allowing any WebSocket client to control the hardware.

At this point, ControlGeek Server is essentially a Proof of Concept. It is pre-alpha quality software and feature-incomplete.

ControlGeek Server is Free Software licensed under the AGPLv3+. See COPYING for details.

About

Server component of ControlGeek, a gesture-based home automation control system

License:GNU Affero General Public License v3.0


Languages

Language:Python 47.8%Language:JavaScript 24.5%Language:HTML 15.9%Language:Shell 11.9%