From 6978c37267effaaebbf9219da630457d8c12070f Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Wed, 15 May 2024 11:00:16 +0200 Subject: [PATCH 1/3] Update Logilab TDD --- implementations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/README.md b/implementations/README.md index 64067265..122c722c 100644 --- a/implementations/README.md +++ b/implementations/README.md @@ -6,7 +6,7 @@ The following are the implementations of directories in the current spec and wil |---|---|---|---|---| | Fraunhofer | [LinkSmart Thing Directory][1] | Apache 2 | Go | Registration, Notification, Search (JSONPath, XPath) | | UPM | [WoT Hive][2] | Apache 2 | Java | Registration, Notification, Search (JSONPath, SPARQL) | -| Siemens | Logilab TDD | Proprietary | Python | Registration, Search (SPARQL) | +| Siemens | Domus TDD API | EPL-2.0 OR W3C-20150513 | Python | Registration, Search (SPARQL) | A detailed table of supported features for each implementation will be listed in Implementation Report. Link TBD. From aef847f29a1922b79f92bdf69f477f1062cd7fe9 Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Wed, 15 May 2024 11:02:25 +0200 Subject: [PATCH 2/3] Add domus api link --- implementations/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/implementations/README.md b/implementations/README.md index 122c722c..b4d19cd0 100644 --- a/implementations/README.md +++ b/implementations/README.md @@ -1,4 +1,4 @@ -# WoT Discovery +4# WoT Discovery ## Implementations The following are the implementations of directories in the current spec and will be used for validation of the directory service specification. @@ -6,7 +6,7 @@ The following are the implementations of directories in the current spec and wil |---|---|---|---|---| | Fraunhofer | [LinkSmart Thing Directory][1] | Apache 2 | Go | Registration, Notification, Search (JSONPath, XPath) | | UPM | [WoT Hive][2] | Apache 2 | Java | Registration, Notification, Search (JSONPath, SPARQL) | -| Siemens | Domus TDD API | EPL-2.0 OR W3C-20150513 | Python | Registration, Search (SPARQL) | +| Siemens | [Domus TDD API][4] | EPL-2.0 OR W3C-20150513 | Python | Registration, Search (SPARQL) | A detailed table of supported features for each implementation will be listed in Implementation Report. Link TBD. @@ -30,3 +30,4 @@ In addition, the following introduction mechanisms have been implemented and tes [1]: https://github.com/linksmart/thing-directory [2]: https://github.com/oeg-upm/wot-hive [3]: https://github.com/wot-rust/wot-discovery +[4]: https://github.com/eclipse-thingweb/domus-tdd-api From cc092c582c57f0b841971658cd1c94b952f50a83 Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Thu, 16 May 2024 17:34:45 +0200 Subject: [PATCH 3/3] Update implementations/README.md Co-authored-by: danielpeintner --- implementations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/README.md b/implementations/README.md index b4d19cd0..b8d0607c 100644 --- a/implementations/README.md +++ b/implementations/README.md @@ -1,4 +1,4 @@ -4# WoT Discovery +# WoT Discovery ## Implementations The following are the implementations of directories in the current spec and will be used for validation of the directory service specification.