Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Lars Gardien edited this page Dec 27, 2015 · 1 revision

Welcome to Eniac Home,

A home automation framework designed for daily use and comfort

Eniac Home makes is a bootstrap solution build in MVC to help centralize home automation. The idea is that people can eventually control there entire home in just one single touch.

It is basically a webserver that communicates with modules throughout it's house. It has a pluggable architecture which enables developers to create their own plugins. If you're interested: see the TemperatureModule example.

Plugins are standalone MVC projects compiled into one single DLL, using Razor Generator. When a Module connects to the webserver, it notifys the webserver that it wants to utilize a certain plugin.

EniacHome is built in Asp.Net MVC and depends heavily on Bootstrap.

Feel free to utilizi or even eleborate the software, but do mention the original creator.

Clone this wiki locally