Download MinnoxAlarm Free Java Code

Description

Home automation and security.

Icons

MinnoxAlarm

Source Files

The download file MinnoxAlarm-master.zip has the following entries.


.gitignore//from ww  w.  ja v  a 2s . c  o  m
JBG.Minnox.5.1.ReSharper.user
JBG.Minnox.Alarm/Commands/DetectorTriggerdCommand.cs
JBG.Minnox.Alarm/Commands/ICommand.cs
JBG.Minnox.Alarm/Commands/InvalidLoginAttemptCommand.cs
JBG.Minnox.Alarm/Commands/SwitchOnOffCommand.cs
JBG.Minnox.Alarm/Commands/TurnOffCommand.cs
JBG.Minnox.Alarm/Commands/TurnOnCommand.cs
JBG.Minnox.Alarm/Contracts/AlarmConfig.cs
JBG.Minnox.Alarm/Contracts/AlarmStatus.cs
JBG.Minnox.Alarm/Contracts/IAlarm.cs
JBG.Minnox.Alarm/Contracts/ICommandHandler.cs
JBG.Minnox.Alarm/Contracts/IUserStore.cs
JBG.Minnox.Alarm/Contracts/ValidateCodeResult.cs
JBG.Minnox.Alarm/Core/AlarmModule.cs
JBG.Minnox.Alarm/Core/CommandHandler.cs
JBG.Minnox.Alarm/Core/ServerConnector.cs
JBG.Minnox.Alarm/Devices/Detector/Window.cs
JBG.Minnox.Alarm/Devices/IActor.cs
JBG.Minnox.Alarm/Devices/IDetector.cs
JBG.Minnox.Alarm/Devices/IDevice.cs
JBG.Minnox.Alarm/Devices/IKeymap.cs
JBG.Minnox.Alarm/Devices/IKeypad.cs
JBG.Minnox.Alarm/Devices/IRuntimeDevice.cs
JBG.Minnox.Alarm/Devices/Indicators/DebugEventReceiver.cs
JBG.Minnox.Alarm/Devices/Indicators/IEventReceiver.cs
JBG.Minnox.Alarm/Devices/Indicators/RedGreenEventReceiver.cs
JBG.Minnox.Alarm/Devices/InvalidLoginDetector.cs
JBG.Minnox.Alarm/Devices/Keypad/MatrixKeypad.cs
JBG.Minnox.Alarm/Devices/Keypad/MatrixKeypadConfig.cs
JBG.Minnox.Alarm/Devices/Keypad/SimpleKeysKeyMap.cs
JBG.Minnox.Alarm/Helpers/DeviceSelector.cs
JBG.Minnox.Alarm/Helpers/Input.cs
JBG.Minnox.Alarm/JBG.Minnox.Alarm.csproj
JBG.Minnox.Alarm/Logging/ActivatedEvent.cs
JBG.Minnox.Alarm/Logging/AlarmTriggerdEvent.cs
JBG.Minnox.Alarm/Logging/BootEvent.cs
JBG.Minnox.Alarm/Logging/DeactivatedEvent.cs
JBG.Minnox.Alarm/Logging/EventDispatcher.cs
JBG.Minnox.Alarm/Logging/IEvent.cs
JBG.Minnox.Alarm/Logging/IEventDispatcher.cs
JBG.Minnox.Alarm/Logging/InvalidLoginEvent.cs
JBG.Minnox.Alarm/Properties/AssemblyInfo.cs
JBG.Minnox.AlarmModule/JBG.Minnox.AlarmModule.csproj
JBG.Minnox.AlarmModule/OnBoardFlash.dat
JBG.Minnox.AlarmModule/Program.cs
JBG.Minnox.AlarmModule/Properties/AssemblyInfo.cs
JBG.Minnox.AlarmModule/Resources.Designer.cs
JBG.Minnox.AlarmModule/Resources.resx
JBG.Minnox.AlarmModule/UserStore.cs
JBG.Minnox.Controller/Content/Site.css
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
JBG.Minnox.Controller/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
JBG.Minnox.Controller/Content/themes/base/images/ui-icons_222222_256x240.png
JBG.Minnox.Controller/Content/themes/base/images/ui-icons_2e83ff_256x240.png
JBG.Minnox.Controller/Content/themes/base/images/ui-icons_454545_256x240.png
JBG.Minnox.Controller/Content/themes/base/images/ui-icons_888888_256x240.png
JBG.Minnox.Controller/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
JBG.Minnox.Controller/Content/themes/base/jquery.ui.accordion.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.all.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.autocomplete.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.base.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.button.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.core.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.datepicker.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.dialog.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.progressbar.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.resizable.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.selectable.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.slider.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.tabs.css
JBG.Minnox.Controller/Content/themes/base/jquery.ui.theme.css
JBG.Minnox.Controller/Global.asax
JBG.Minnox.Controller/Global.asax.cs
JBG.Minnox.Controller/JBG.Minnox.Controller.csproj
JBG.Minnox.Controller/Properties/AssemblyInfo.cs
JBG.Minnox.Controller/Scripts/MicrosoftAjax.debug.js
JBG.Minnox.Controller/Scripts/MicrosoftAjax.js
JBG.Minnox.Controller/Scripts/MicrosoftMvcAjax.debug.js
JBG.Minnox.Controller/Scripts/MicrosoftMvcAjax.js
JBG.Minnox.Controller/Scripts/MicrosoftMvcValidation.debug.js
JBG.Minnox.Controller/Scripts/MicrosoftMvcValidation.js
JBG.Minnox.Controller/Scripts/jquery-1.5.1-vsdoc.js
JBG.Minnox.Controller/Scripts/jquery-1.5.1.js
JBG.Minnox.Controller/Scripts/jquery-1.5.1.min.js
JBG.Minnox.Controller/Scripts/jquery-ui-1.8.11.js
JBG.Minnox.Controller/Scripts/jquery-ui-1.8.11.min.js
JBG.Minnox.Controller/Scripts/jquery.unobtrusive-ajax.js
JBG.Minnox.Controller/Scripts/jquery.unobtrusive-ajax.min.js
JBG.Minnox.Controller/Scripts/jquery.validate-vsdoc.js
JBG.Minnox.Controller/Scripts/jquery.validate.js
JBG.Minnox.Controller/Scripts/jquery.validate.min.js
JBG.Minnox.Controller/Scripts/jquery.validate.unobtrusive.js
JBG.Minnox.Controller/Scripts/jquery.validate.unobtrusive.min.js
JBG.Minnox.Controller/Scripts/modernizr-1.7.js
JBG.Minnox.Controller/Scripts/modernizr-1.7.min.js
JBG.Minnox.Controller/Views/Shared/Error.cshtml
JBG.Minnox.Controller/Views/Shared/_Layout.cshtml
JBG.Minnox.Controller/Views/Web.config
JBG.Minnox.Controller/Views/_ViewStart.cshtml
JBG.Minnox.Controller/Web.Debug.config
JBG.Minnox.Controller/Web.Release.config
JBG.Minnox.Controller/Web.config
JBG.Minnox.Controller/packages.config
JBG.Minnox.Director/Content/Site.css
JBG.Minnox.Director/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
JBG.Minnox.Director/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
JBG.Minnox.Director/Content/themes/base/images/ui-icons_222222_256x240.png
JBG.Minnox.Director/Content/themes/base/images/ui-icons_2e83ff_256x240.png
JBG.Minnox.Director/Content/themes/base/images/ui-icons_454545_256x240.png
JBG.Minnox.Director/Content/themes/base/images/ui-icons_888888_256x240.png
JBG.Minnox.Director/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
JBG.Minnox.Director/Content/themes/base/jquery.ui.accordion.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.all.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.autocomplete.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.base.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.button.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.core.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.datepicker.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.dialog.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.progressbar.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.resizable.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.selectable.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.slider.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.tabs.css
JBG.Minnox.Director/Content/themes/base/jquery.ui.theme.css
JBG.Minnox.Director/Controllers/HomeController.cs
JBG.Minnox.Director/Controllers/VersionController.cs
JBG.Minnox.Director/Global.asax
JBG.Minnox.Director/Global.asax.cs
JBG.Minnox.Director/JBG.Minnox.Director.csproj
JBG.Minnox.Director/Properties/AssemblyInfo.cs
JBG.Minnox.Director/Scripts/MicrosoftAjax.debug.js
JBG.Minnox.Director/Scripts/MicrosoftAjax.js
JBG.Minnox.Director/Scripts/MicrosoftMvcAjax.debug.js
JBG.Minnox.Director/Scripts/MicrosoftMvcAjax.js
JBG.Minnox.Director/Scripts/MicrosoftMvcValidation.debug.js
JBG.Minnox.Director/Scripts/MicrosoftMvcValidation.js
JBG.Minnox.Director/Scripts/jquery-1.5.1-vsdoc.js
JBG.Minnox.Director/Scripts/jquery-1.5.1.js
JBG.Minnox.Director/Scripts/jquery-1.5.1.min.js
JBG.Minnox.Director/Scripts/jquery-ui-1.8.11.js
JBG.Minnox.Director/Scripts/jquery-ui-1.8.11.min.js
JBG.Minnox.Director/Scripts/jquery.unobtrusive-ajax.js
JBG.Minnox.Director/Scripts/jquery.unobtrusive-ajax.min.js
JBG.Minnox.Director/Scripts/jquery.validate-vsdoc.js
JBG.Minnox.Director/Scripts/jquery.validate.js
JBG.Minnox.Director/Scripts/jquery.validate.min.js
JBG.Minnox.Director/Scripts/jquery.validate.unobtrusive.js
JBG.Minnox.Director/Scripts/jquery.validate.unobtrusive.min.js
JBG.Minnox.Director/Scripts/modernizr-1.7.js
JBG.Minnox.Director/Scripts/modernizr-1.7.min.js
JBG.Minnox.Director/Views/Home/Index.cshtml
JBG.Minnox.Director/Views/Shared/Error.cshtml
JBG.Minnox.Director/Views/Shared/_Layout.cshtml
JBG.Minnox.Director/Views/Web.config
JBG.Minnox.Director/Views/_ViewStart.cshtml
JBG.Minnox.Director/Web.Debug.config
JBG.Minnox.Director/Web.Release.config
JBG.Minnox.Director/Web.config
JBG.Minnox.Director/packages.config
JBG.Minnox.sln
MFConsoleApplication1/MFConsoleApplication1.csproj
MFConsoleApplication1/Properties/AssemblyInfo.cs
MFConsoleApplication1/Resources.Designer.cs
MFConsoleApplication1/Resources.resx
README
packages/EntityFramework.4.1.10331.0/EntityFramework.4.1.10331.0.nupkg
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.dll
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.xml
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.js
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.min.js
packages/Modernizr.1.7/Modernizr.1.7.nupkg
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.js
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.min.js
packages/jQuery.1.5.1/jQuery.1.5.1.nupkg
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_222222_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_454545_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_888888_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.accordion.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.all.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.base.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.button.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.datepicker.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.dialog.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.progressbar.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.resizable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.selectable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.slider.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.tabs.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.theme.css
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.js
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.min.js
packages/jQuery.UI.Combined.1.8.11/jQuery.UI.Combined.1.8.11.nupkg
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate-vsdoc.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.min.js
packages/jQuery.Validation.1.8.0/jQuery.Validation.1.8.0.nupkg
packages/jQuery.vsdoc.1.5.1/Content/Scripts/jquery-1.5.1-vsdoc.js
packages/jQuery.vsdoc.1.5.1/jQuery.vsdoc.1.5.1.nupkg
packages/repositories.config

Download

Click the following link to download MinnoxAlarm-master.zip.

MinnoxAlarm-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation