-
Notifications
You must be signed in to change notification settings - Fork 2
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.