Skip to content

Commit

Permalink
Merge pull request #583 from benfrancis/implementation-descriptions
Browse files Browse the repository at this point in the history
Add implementation descriptions for WebThings Gateway and Krellian Cloud
  • Loading branch information
egekorkan authored Nov 11, 2024
2 parents 6281499 + 2247f29 commit f22b62c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/input_2022/Architecture/Impls/krellian-cloud.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="impl" id="impl-krellian-cloud">
<h4>Krellian Cloud</h4>
<p>
A hosted cloud service which creates a digital twin of a building to model
how it's being used and identify potential optimisations.
</p>
<p>
Implements the Directory Service API from WoT Discovery and consumes web
things conforming to WoT Thing Description 1.1 and the HTTP Basic Profile
and HTTP SSE Profile from WoT Profiles.
</p>
<p>
<b>Usage:</b> Cloud service
</p>
<p>
<b>Website:</b> https://krellian.com/services/cloud/
</p>
<p>
<b>Contributing Member Organizations:</b> Invited Experts
</p>
</div>
24 changes: 24 additions & 0 deletions data/input_2022/Architecture/Impls/webthings-gateway.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div class="impl" id="impl-webthings-gateway">
<h4>WebThings Gateway</h4>
<p>
An open source Web of Things gateway for smart buildings, which bridges a
wide range of IoT protocols to the Web of Things.
</p>
<p>Exposes a directory of Thing Descriptions conformant with TD 1.1 and a
REST API conformant with the HTTP Basic Profile and HTTP SSE Profile from
WoT Profiles.
</p>
<p>
<b>Usage:</b> A web application which can be built from source, installed
as a docker image or flashed onto a Raspberry Pi single board computer.
</p>
<p>
<b>Public Repository:</b> https://github.com/WebThingsIO/gateway/
</p>
<p>
<b>Website:</b> https://webthings.io/gateway/
</p>
<p>
<b>Contributing Member Organizations:</b> Invited Experts
</p>
</div>

0 comments on commit f22b62c

Please sign in to comment.