-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (59 loc) · 4.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>hyphaproject by hyphaproject</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">hyphaproject</h1>
<h2 class="project-tagline">Hyphaproject is a framework for home automation written in c++;</h2>
</section>
<section class="main-content">
<h1>
<a id="hyphaproject--" class="anchor" href="#hyphaproject--" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Hyphaproject <a href="https://gitter.im/hyphaproject/public"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter"> </a>
</h1>
<p>Hyphaproject is a framework for home automation written in c++;</p>
<h2>
<a id="subprojects" class="anchor" href="#subprojects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Subprojects</h2>
<p>The project consists of some subprojects:</p>
<h3>
<a id="hypha" class="anchor" href="#hypha" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hypha">hypha</a>
</h3>
<p>Hypha is the core library.</p>
<h3>
<a id="hypharunner" class="anchor" href="#hypharunner" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hypharunner">hypharunner</a>
</h3>
<p>Hypharunner is a service to execute hypha handlers and hypha plugins.</p>
<h3>
<a id="hyphaplugins" class="anchor" href="#hyphaplugins" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hyphaplugins">hyphaplugins</a>
</h3>
<p>Hyphaplugins are modules to read from sensors or send data to actors.</p>
<h3>
<a id="hyphahandlers" class="anchor" href="#hyphahandlers" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hyphahandlers">hyphahandlers</a>
</h3>
<p>Hyphahandlers are modules with the logic that lets the plugins interact in a specific way.</p>
<h3>
<a id="hyphamanager" class="anchor" href="#hyphamanager" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hyphamanager">hyphamanager</a>
</h3>
<p>Hyphamanager is a desktop application used to configure connected modules.</p>
<h2>
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/hyphaproject/hyphadocumentation">documentation</a>
</h2>
<p><a href="https://github.com/hyphaproject/hyphadocumentation/releases/download/latest/hypha-presentation.pdf">presentation</a>
<a href="https://github.com/hyphaproject/hyphadocumentation/releases/download/latest/hypha-admin-manual.pdf">admin manual</a>
<a href="https://github.com/hyphaproject/hyphadocumentation/releases/download/latest/hypha-developer-manual.pdf">developer manual</a></p>
<h2>
<a id="usecases" class="anchor" href="#usecases" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usecases</h2>
<p><img src="https://github.com/hyphaproject/hyphadocumentation/raw/master/usecases/usecase1.png" alt="Usecase1"></p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>