Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.18 KB

Overview.md

File metadata and controls

11 lines (6 loc) · 1.18 KB

Overview of guh-core


A detailed documentation of the source code can be found in the guh | developer documentation. The source code of guh is basically structured in three modules:

  • server: The guh server is the instance that communicates with the hardware and provides a JSON-RPC interface and a REST API for communicating with the clients. It also contains the rule engine and the core application. The detailed documentation of it can be found here.

  • libguh: The libguh contains all needed types and classes (for guh and the plugins) and contains also the hardware drivers. The detailed documentation can be found here.

  • plugins: The plugins module contains all plugins of guh which will be loaded dynamically from the server. Each plugin brings support of new devices or services to guh. A detailed description how to write a plugin can be found here. The whole list of plugins and services and it's description can be found here.