Difference between revisions of "HSYCO"

From HSYCO
Jump to navigation Jump to search
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Intro here...
+
__NOTITLE__
 +
{| role="presentation" style="border:0; margin: 0;" width="100%" cellspacing="10"
 +
| width="100%" valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle welcome">Welcome to the HSYCO Wiki</div>
 +
<div class="mainpageContent">
 +
'''HSYCO''' is an innovative Java-based software framework for home and building automation applications.
  
== Installation ==
+
It is highly scalable, portable, secure, reliable and customizable.
 +
HSYCO combines an efficient HTML5 GUI, with web-based design tools, and an extensive Java and JavaScript server API for the automation and control logic.
  
== Configuration ==
+
Compared to legacy building automation solutions, it offers a state-of-the-art architecture that is fully based on leading modern standards, like HTML5, CSS3, JavaScript and Java.
  
== User Interface Design ==
 
  
== Programming ==
+
This wiki contains all relevant configuration and development information of the latest version of HSYCO.
[[introduction to programming|Introduction]]
 
  
[[events programming|Events]]
+
The documentation of previous versions is available at the [http://www.hsyco.com/en-developers/ HSYCO Developer's site], available to all registered users.
 +
</div>
 +
<div class="mainpageLinks">
 +
'''[[About HSYCO]] | [[Products]] | [[Support]] | [[FAQ]]'''
 +
</div>
 +
|}
  
[[event keywords| Event Keywords]]
+
{| role="presentation" style="border:0; margin: 0;" width="100%" cellspacing="10"
 +
| width="33%" valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle">Installation and Configuration</div>
 +
<div class="mainpageContent">
 +
[[File:Main Page System Administrator.png|x80px|center|link=]]
 +
Install and configure HSYCO Server
 +
*'''[[Installation Guide]]'''
 +
*'''[[Settings|Configuration Guide]]'''
 +
*'''[[System Architecture]]'''
 +
</div>
 +
| width="33%" valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle">Development</div>
 +
<div class="mainpageContent">
 +
[[File:Main Page Development.png|x80px|center|link=]]
 +
Design your interfaces and develop your applications
 +
*'''[[User Interface|User Interface Design]]'''
 +
*'''[[Programming]]'''
 +
*'''[[Advanced Programming]]'''
 +
</div>
 +
| width="33%" valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle">Integration</div>
 +
<div class="mainpageContent">
 +
[[File:Main Page Integration.png|x80px|center|link=]]
 +
How to interface external systems
 +
*'''[[Introduction to I/O Servers]]'''
 +
*'''[[I/O Servers|I/O Servers Application Notes]]'''
 +
</div>
 +
|}
  
[[action keywords| Action Keywords]]
+
{| role="presentation" style="border:0; margin: 0;" width="100%" cellspacing="10"
 +
| width="33%" valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle">Versions</div>
 +
<div class="mainpageContent">
 +
*The latest release is 3.3.0
 +
*The latest release of the previous version is 3.2.3
  
[[javascript programming| JavaScript]]
 
  
[[JavaScript Callback Functions API]]
+
'''[[Release_Notes_3.3.0|3.3.0 Release Notes]]'''
  
[[JavaScript Command and Utility Functions API]]
 
  
 
[[java programming| Java]]
 
 
[[java callback api| Java Callback Methods API]]
 
 
[[java command api| Java Command and Utility Methods API]]
 
 
 
=== Server Side ===
 
[[user.java]]
 
 
[[events.txt]]
 
=== Client Side ===
 
[[User Interface]]
 
 
[[UI Objects]]
 
 
[[index.js]]
 
 
== Customization ==
 
[[Project Style]]
 
 
== I/O Servers ==
 
 
An I/O Server is...
 
 
[[:Category:I/O Server|List of I/O Servers]]
 
 
== Tutorials ==
 
[[Working with Forms]]
 
 
[[Working with User objects]]
 
 
== HSYCO Software License Agreements ==
 
 
[[license| HSYCO Software License Agreements]]
 
 
== Trademarks ==
 
 
[[Trademarks]]
 
  
  
 +
'''Check the [http://www.hsyco.com/en-dev-download/ Download] section of the HSYCO Developer's site to download all current and past versions of the HSYCO server software.'''
 +
</div>
 +
| valign="top" class="mainpageBox" |
 +
<div class="mainpageTitle">News</div>
 +
<div class="mainpageContent">
 +
*2014/3/25
 +
**HSYCO 3.3.0 release is now available for download
 +
*2014/2/24
 +
**HSYCO 3.3.0 B0112 BETA is now available for download
 +
*2013/12/23
 +
**HSYCO 3.3.0 B0109 BETA is now available for download
 +
*2013/9/10
 +
**HSYCO 3.2.3 release is now available for download
 +
*2013/6/12
 +
**HSYCO 3.2.2 release is now available for download
 +
*2013/4/19
 +
**HSYCO 3.2.1 release is now available for download
  
= TO BE REMOVED ONCE DONE =
 
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:100%">
+
'''Check the [http://www.hsyco.com/en-news/ HSYCO Developer's site] for the complete list of news and release notes.'''
[[Editing this wiki]]:
 
<div class="mw-collapsible-content">{{:Editing this wiki}}</div>
 
 
</div>
 
</div>
 +
|}

Latest revision as of 08:49, 4 June 2014

Welcome to the HSYCO Wiki

HSYCO is an innovative Java-based software framework for home and building automation applications.

It is highly scalable, portable, secure, reliable and customizable. HSYCO combines an efficient HTML5 GUI, with web-based design tools, and an extensive Java and JavaScript server API for the automation and control logic.

Compared to legacy building automation solutions, it offers a state-of-the-art architecture that is fully based on leading modern standards, like HTML5, CSS3, JavaScript and Java.


This wiki contains all relevant configuration and development information of the latest version of HSYCO.

The documentation of previous versions is available at the HSYCO Developer's site, available to all registered users.

Installation and Configuration
Main Page System Administrator.png

Install and configure HSYCO Server

Development
Main Page Development.png

Design your interfaces and develop your applications

Integration
Versions
  • The latest release is 3.3.0
  • The latest release of the previous version is 3.2.3


3.3.0 Release Notes



Check the Download section of the HSYCO Developer's site to download all current and past versions of the HSYCO server software.

News
  • 2014/3/25
    • HSYCO 3.3.0 release is now available for download
  • 2014/2/24
    • HSYCO 3.3.0 B0112 BETA is now available for download
  • 2013/12/23
    • HSYCO 3.3.0 B0109 BETA is now available for download
  • 2013/9/10
    • HSYCO 3.2.3 release is now available for download
  • 2013/6/12
    • HSYCO 3.2.2 release is now available for download
  • 2013/4/19
    • HSYCO 3.2.1 release is now available for download


Check the HSYCO Developer's site for the complete list of news and release notes.