-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (118 loc) · 7.84 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' 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/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="icon" type="image/png" href="images/favicon.png">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Patchwork Toolkit by patchwork-toolkit</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Patchwork Toolkit</h1>
<h2>Lightweight Platform for the Network of Things</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/patchwork-toolkit/patchwork/archive/v0.2.zip" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/patchwork-toolkit/patchwork/archive/v0.2.tar.gz" id="download-tar-gz" class="button"><span>Download source</span></a>
<a href="https://github.com/patchwork-toolkit/patchwork" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<small>Latest version: <a href="https://github.com/patchwork-toolkit/patchwork/releases/tag/v0.2">0.2</a></small>
<hr>
<section id="latest_features">
<small>New in latest releases:</small>
<ul>
<li>Updated configuration formats </li>
<li>Added services discovery using cross-platform mDNS/DNS-SD (Bonjour)</li>
<li>Changed logging to simplify debugging</li>
<li>Integrated <a href="https://github.com/patchwork-toolkit/dashboard">Freeboard</a> dashboard into Device Gateway</li>
<li>Re-factored existing code & written more documentation!</li>
</ul>
</section>
<hr>
<section id="main_content">
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>What is Patchwork Toolkit?</h3>
<p>
<img src="images/IoT.png"/>
</p>
<p>Patchwork is a toolkit for connecting various devices into a network of things or, in a more broad case - Internet of Things (IoT). The main goal of creating this toolkit is to have a lightweight set of components that can help to quickly integrate different devices (e.g. Arduinos, RaspberryPI’s, Plugwise, etc) into a smart environment and expose specific devices’ capabilities as RESTful/SOAP/CoAP/MQTT/etc services and data streams.</p>
<h3>
<a name="designer-templates" class="anchor" href="#documentation"><span class="octicon octicon-link"></span></a>Documentation</h3>
<p>You can find a detailed documentation on getting started with toolki in the <a href="https://github.com/patchwork-toolkit/patchwork/wiki">Wiki</a>.</p>
<p><strong>Introduction</strong></p>
<ul>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Home">Overview</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/General-architecture">General architecture</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Device-Gateway">What is Device Gateway?</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Device-Catalog">What is Device Catalog?</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Service-Catalog">What is Service Catalog?</a></li>
</ul>
<p><strong>Getting Started</strong></p>
<ul>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Getting-Started">Getting started</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Using-binary-distribution">Using binary distribution</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Installing-from-source">Installing from sources</a></li>
</ul>
<p><strong>Configuration</strong></p>
<ul>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Configuring-Device-Gateway">Configuring Device Gateway</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Configuring-Device-Catalog">Configuring Device Catalog</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Configuring-Service-Catalog">Configuring Service Catalog</a></li>
</ul>
<p><strong>Deployment examples</strong></p>
<ul>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Single-all-in-one-box">Single all-in-one box</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Multiple-Device-Gateways-with-optional-central-Device-Catalog">Multiple Device Gateways with optional central Device Catalog</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Using-central-Service-Catalog">Using central Service Catalog</a></li>
</ul>
<p><strong>API for Application developers</strong></p>
<ul>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Device-Gateway-API">Device Gateway API</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Device-Catalog-API">Device Catalog API</a></li>
<li> <a href="https://github.com/patchwork-toolkit/patchwork/wiki/Service-Catalog-API">Service Catalog API</a></li>
</ul>
<p><strong>Integrating devices</strong></p>
<ul>
<li>TBD...</li>
</ul>
<hr>
<h3><a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<ul>
<li> Oleksandr Lobunets (<a href="https://github.com/oleksandr" class="user-mention">@oleksandr</a>)</li>
<li> Alexandr Krylovskiy (<a href="https://github.com/krylovsk" class="user-mention">@krylovsk</a>)</li>
</ul>
<h3>
<a name="rather-drive-stick" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
<p>The MIT License</p>
<p>Copyright © 2014</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-53885813-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>