-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathtinyiot.html
19 lines (18 loc) · 1.02 KB
/
tinyiot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="impl" id="impl-tinyiot">
<h4 id="impl-tinyiot">tiny-iot: TinyIoT Thing Directory</h4>
<p>
This is an implementation of the W3C Web of Things (WoT) Thing Description Directory (TDD).
This directory is designed to be lightweight and portable, enabling deployment on the edge.
It uses a layered architecture to allows the addition of different storage backends to server high scalability needs.
</p><p>
The directory advertises itself in local networks using DNS-SD.
It comes with the Things and Notification APIs, as well as JSONPath search support (non-normative).
The directory performs fine-grained access control with the help of locally defined rules and an OpenID Connect server.
</p>
<p><b>Usage:</b> Directory</p>
<p><b>Public Repository:</b> https://github.com/TinyIoT/thing-directory</p>
<p>
<b>Website:</b> https://github.com/TinyIoT
</p>
<p><b>Contributing Member Organizations:</b> The parent fork has been developed as part of LinkSmart by Fraunhofer-Gesellschaft</p>
</div>