From 14fb0471cabb6632bb113903416c7f88925faa29 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Thu, 8 Jun 2023 16:53:23 +0100 Subject: [PATCH 1/2] Add WebThings Gateway implementation description --- .../Architecture/Impls/webthings-gateway.html | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/input_2022/Architecture/Impls/webthings-gateway.html diff --git a/data/input_2022/Architecture/Impls/webthings-gateway.html b/data/input_2022/Architecture/Impls/webthings-gateway.html new file mode 100644 index 00000000..99566c2c --- /dev/null +++ b/data/input_2022/Architecture/Impls/webthings-gateway.html @@ -0,0 +1,24 @@ +
+

WebThings Gateway

+

+ An open source Web of Things gateway for smart buildings, which bridges a + wide range of IoT protocols to the Web of Things. +

+

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. +

+

+ Usage: A web application which can be built from source, installed + as a docker image or flashed onto a Raspberry Pi single board computer. +

+

+ Public Repository: https://github.com/WebThingsIO/gateway/ +

+

+ Website: https://webthings.io/gateway/ +

+

+ Contributing Member Organizations: Invited Experts +

+
\ No newline at end of file From 2247f29925d3d0b2dd394457ac37079891dd6248 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Thu, 8 Jun 2023 16:56:41 +0100 Subject: [PATCH 2/2] Add Krellian Cloud implementation description --- .../Architecture/Impls/krellian-cloud.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/input_2022/Architecture/Impls/krellian-cloud.html diff --git a/data/input_2022/Architecture/Impls/krellian-cloud.html b/data/input_2022/Architecture/Impls/krellian-cloud.html new file mode 100644 index 00000000..10f2ef57 --- /dev/null +++ b/data/input_2022/Architecture/Impls/krellian-cloud.html @@ -0,0 +1,21 @@ +
+

Krellian Cloud

+

+ A hosted cloud service which creates a digital twin of a building to model + how it's being used and identify potential optimisations. +

+

+ 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. +

+

+ Usage: Cloud service +

+

+ Website: https://krellian.com/services/cloud/ +

+

+ Contributing Member Organizations: Invited Experts +

+
\ No newline at end of file