Skip to content

Commit bfdecb3

Browse files
authored
Merge pull request #8 from knimura/master
update rationale
2 parents 4102fb6 + ae6663b commit bfdecb3

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

images/Fig10.png

-446 Bytes
Loading

images/Fig17.png

50.1 KB
Loading

images/Fig8.png

-442 Bytes
Loading

images/Fig9.png

-376 Bytes
Loading

rationale.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@

(e) Runtime provisioning: delete t

539539
<h4 id="-f-expose-thing-with-semantics">(f) Expose thing with semanticsh4>
540540
<p>A script that comes with SemanticType generates a TD with semantic expression. It can be searched by accessing TD repository.p>
541541
<p><img src="images/Fig5.png" width="600" alt="Fig.5">p>
542+
<h4 id="-h-runtime-provisioning-set-permission-to-wotapi">(h) Runtime provisioning: Set permission to WoTAPIh4>
543+
<p>Generate a security token using e.g. IETF ACE and set permission to WoTAPI. Check the security token when WoTAPI is called.p>
544+
<p><img src="images/Fig17.png" width="600" alt="Fig.17">p>
542545
<h3 id="1-1-1-using-expose-thing">1-1-1. Using Expose Thingh3>
543546
<p>ExposedThing can be used in any layers i.e. Client, Cloud/Server, Gateway/Edge, and Device.p>
544547
<p><img src="images/Fig6.png" width="600" alt="Fig.6">p>

rationale.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ExposedThing controls building block of WoT and manages life cycle of WoT Server
1414

1515
Given a script that has ExposedThing command tied with device access function, ExposedThing generate a TD and expose the server API.
1616

17-
Fig.1
17+
Fig.1
18+
1819

1920
The followings shows the sequence of this figure.
2021
(1) In the development phase of WoT Server, Write a script uses ExposedThing with callback function that can accessing a thing.<br>
@@ -50,6 +51,12 @@ A script that comes with SemanticType generates a TD with semantic expression. I
5051

5152
Fig.5
5253

54+
#### (h) Runtime provisioning: Set permission to WoTAPI
55+
56+
Generate a security token using e.g. IETF ACE and set permission to WoTAPI. Check the security token when WoTAPI is called.
57+
58+
Fig.17
59+
5360
### 1-1-1\. Using Expose Thing
5461

5562
ExposedThing can be used in any layers i.e. Client, Cloud/Server, Gateway/Edge, and Device.

0 commit comments

Comments
 (0)