forked from genielabs/HomeGenie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed "Unknown/Unsupported" module error appearing in some browsers…
… (eg. SmartTV web browser) - Fixed parsing error in scheduler expressions with blank characers before/after parentheses - Added Scheduler.DateTime comparison operators to Wizard programs' condition - Newly added scheduler events are now set to enabled by default - Fixed Solar Altitude "NaN" bug (sf.net r377)
- Loading branch information
Showing
77 changed files
with
3,550 additions
and
2,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CREDITS AND RESOURCES | ||
|
||
HomeGenie is using: | ||
- jQuery Mobile for its UI http://http://jquerymobile.com | ||
- jQuery UI Touch Punch http://touchpunch.furf.com | ||
- Flot for statistics graphs http://code.google.com/p/flot | ||
- moment.js for date formatting http://momentjs.com | ||
- libusb for its CM15Pro Usb Driver http://www.libusb.org | ||
- SQLite for statistics database http://sqlite.org | ||
- CodeMirror http://codemirror.net | ||
- Raphael Js http://raphaeljs.com | ||
- Raspberry#-IO https://github.com/raspberry-sharp/raspberry-sharp-io | ||
- Expression Evaluator http://www.codeproject.com/Articles/9114/math-function-boolean-string-expression-evaluator | ||
- NewtonSoft Json http://james.newtonking.com/json | ||
- IronLanguages http://github.com/IronLanguages/main | ||
- NCrontab http://code.google.com/p/ncrontab/ | ||
- Intel UPnP http://opentools.homeip.net/dev-tools-for-upnp | ||
- LIRC http://lirc.org | ||
- LAME http://lame.sourceforge.net | ||
- Pepper One Z-Wave DB http://www.pepper1.net/ | ||
|
||
Z-Wave driver (ZWaveLib) originarly based on article "An introduction to Z-Wave programming in C#" (http://www.digiwave.dk/en/programming/an-introduction-to-z-wave-programming-in-c/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
LINUX | ||
|
||
Open HomeGenie_Linux/HomeGenie_Linux.sln file using MonoDevelop. | ||
http://monodevelop.com/ | ||
|
||
|
||
MAC | ||
|
||
Open HomeGenie_Mac/HomeGenie_Mac.sln file using Xamarin Studio. | ||
http://xamarin.com/studio | ||
|
||
|
||
WINDOWS | ||
|
||
Open HomeGenie_VS10/HomeGenie_VS10.sln file using Microsoft Visual Studio Professional. | ||
http://www.microsoft.com/en-us/download/details.aspx?id=40763 | ||
|
||
|
||
SOURCE CODE | ||
|
||
http://sourceforge.net/projects/homegenie/ | ||
http://github.com/genielabs/HomeGenie | ||
|
||
|
||
SUPPORT FORUM AND WIKI | ||
|
||
http://www.homegenie.it/forum | ||
http://sourceforge.net/p/homegenie/wiki/Home/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.