1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
|
3 | <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.9 -->
|
4 |
|
5 | <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
|
6 | ]>
|
7 |
|
8 | <?rfc compact="yes"?>
|
9 | <?rfc text-list-symbols="o*+-"?>
|
10 | <?rfc subcompact="no"?>
|
11 | <?rfc sortrefs="yes"?>
|
12 | <?rfc symrefs="yes"?>
|
13 | <?rfc strict="yes"?>
|
14 | <?rfc toc="yes"?>
|
15 |
|
16 | <rfc docName="draft-iab-iotsi-workshop-02" category="info" submissionType="IETF">
|
17 |
|
18 | <front>
|
19 | <title abbrev="draft-iab-iotsi-workshop">Report from the Internet of Things (IoT) Semantic Interoperability (IOTSI) Workshop 2016</title>
|
20 |
|
21 | <author initials="J." surname="Jimenez" fullname="Jaime Jimenez">
|
22 | <organization>Ericsson</organization>
|
23 | <address>
|
24 | <email>jaime.jimenez@ericsson.com</email>
|
25 | </address>
|
26 | </author>
|
27 | <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
|
28 | <organization>Arm Ltd.</organization>
|
29 | <address>
|
30 | <email>hannes.tschofenig@arm.com</email>
|
31 | </address>
|
32 | </author>
|
33 | <author initials="D." surname="Thaler" fullname="Dave Thaler">
|
34 | <organization>Microsoft</organization>
|
35 | <address>
|
36 | <email>dthaler@microsoft.com</email>
|
37 | </address>
|
38 | </author>
|
39 |
|
40 | <date year="2018" month="July" day="02"/>
|
41 |
|
42 |
|
43 |
|
44 |
|
45 |
|
46 | <abstract>
|
47 |
|
48 |
|
49 | <t>This document provides a summary of the ‘Workshop on Internet of
|
50 | Things (IoT) Semantic Interoperability (IOTSI)’,
|
51 | which took place in Santa Clara, California, on March 17-18, 2016. The main
|
52 | goal of the workshop was to foster a discussion on the different
|
53 | approaches used by companies and Standards Developing Organizations (SDOs)
|
54 | to accomplish interoperability at the application layer. This report
|
55 | summarizes the discussions, and lists recommendations to the standards
|
56 | community. The views and positions in this report are those of the
|
57 | workshop participants and do not necessarily reflect those of the
|
58 | authors and the Internet Architecture Board (IAB), which organized
|
59 | the workshop.</t>
|
60 |
|
61 |
|
62 |
|
63 | </abstract>
|
64 |
|
65 |
|
66 | </front>
|
67 |
|
68 | <middle>
|
69 |
|
70 |
|
71 | <section anchor="section-1" title="Introduction">
|
72 |
|
73 | <t>The Internet Architecture Board (IAB) holds occasional workshops
|
74 | designed to consider long-term issues and strategies for the
|
75 | Internet, and to suggest future directions for the Internet
|
76 | architecture. The investigated topics often require coordinated
|
77 | efforts of many organizations and industry bodies to improve an
|
78 | identified problem. One of the targets of the workshops is to
|
79 | establish communication between relevant organizations, especially
|
80 | when the topics are out of the scope for the Internet Engineering
|
81 | Task Force (IETF). This long-term planning function of the IAB is
|
82 | complementary to the ongoing engineering efforts performed by working
|
83 | groups of the IETF.</t>
|
84 |
|
85 | <t>With the expansion of the Internet of Things (IoT), interoperability
|
86 | becomes more and more important. Standards Developing Organizations (SDOs)
|
87 | have done a tremendous amount of work to standardize new protocols,
|
88 | and to profile existing protocols.</t>
|
89 |
|
90 | <t>At the application layer and at the level of solution frameworks,
|
91 | interoperability is not yet mature. Particularly, the
|
92 | work on data formats (in the form of data models and information
|
93 | models) has not seen the same level of consistency throughout
|
94 | SDOs.</t>
|
95 |
|
96 | <t>One common problem is the lack of an encoding-independent standardization
|
97 | of the information, the so-called information model. Another problem is
|
98 | the strong relationship with the underlying communication architecture,
|
99 | such as a Remote Procedure Call (RPC) style design or a RESTful design. Furthermore, groups develop
|
100 | solutions that are very similar on the surface but differ slightly in their standardized outcome, leading to interoperability
|
101 | problems. Finally, some groups favor different encodings for use with
|
102 | various application layer protocols.</t>
|
103 |
|
104 | <t>Thus, the IAB decided to organize a workshop to reach out to relevant
|
105 | stakeholders to explore the state-of-the-art and to identify
|
106 | commonality and gaps <xref target="IOTSIAG"/><xref target="IOTSIWS"/>. In particular, the IAB was
|
107 | interested to learn about the following aspects:</t>
|
108 |
|
109 | <t><list style="symbols">
|
110 | <t>What is the state of the art in data and information models? What should
|
111 | an information model look like?</t>
|
112 | <t>What is the role of formal languages, such as schema languages, in
|
113 | describing information and data models?</t>
|
114 | <t>What is the role of metadata, which is attached to data to make it self-describing?</t>
|
115 | <t>How can we achieve interoperability when different organizations, companies
|
116 | and individuals develop extensions?</t>
|
117 | <t>What is the experience with interworking various data models developed
|
118 | from different groups, or with data models that evolved over time?</t>
|
119 | <t>What functionality should online repositories for sharing schemas have?</t>
|
120 | <t>How can existing data models be mapped against each other to offer interworking?</t>
|
121 | <t>Is there room for harmonization, or are the use cases of different groups
|
122 | and organizations so unique that there is no possibility for cooperation?</t>
|
123 | <t>How can organizations better work together to increase awareness and information sharing?</t>
|
124 | </list></t>
|
125 |
|
126 | </section>
|
127 | <section anchor="section-2" title="Terminology">
|
128 |
|
129 | <t>The first roadblock to interoperability at the level of data models is the lack of a
|
130 | common vocabulary to start the discussion.
|
131 | <xref target="RFC3444"/> provides a starting point by separating conceptual models for designers,
|
132 | or “information models”, from concrete detailed definitions for implementers, or
|
133 | “data models”. There are concepts that are
|
134 | undefined in that RFC and elsewhere, such as the interaction with the
|
135 | resources of an endpoint, or “interaction model”. Therefore the three
|
136 | “main” common models that were identified were:</t>
|
137 |
|
138 | <t><list style="hanging" hangIndent="3">
|
139 | <t hangText='Information Model'><vspace blankLines='0'/>
|
140 | An information model defines an environment at the highest level of abstraction and
|
141 | expresses the desired functionality.
|
142 | Information models can be defined informally (e.g., in plain English) or more
|
143 | formally (e.g., UML, Entity-Relationship Diagrams, etc.).
|
144 | Implementation details are hidden.</t>
|
145 | </list></t>
|
146 |
|
147 | <t><list style="hanging" hangIndent="3">
|
148 | <t hangText='Data Model'><vspace blankLines='0'/>
|
149 | A data model defines concrete data representations at a lower level of
|
150 | abstraction, including implementation and protocol-specific details.
|
151 | Some examples are: SNMP Management Information
|
152 | Base (MIB) modules, W3C Thing Description (TD) Things, YANG models, LWM2M
|
153 | Schemas, OCF Schemas, and so on.</t>
|
154 | </list></t>
|
155 |
|
156 | <t><list style="hanging" hangIndent="3">
|
157 | <t hangText='Interaction Model'><vspace blankLines='0'/>
|
158 | An interaction model defines how data is accessed and retrieved from the endpoints,
|
159 | being therefore tied to the specific
|
160 | communication pattern that the system has (e.g., REST methods,
|
161 | Publish/Subscribe operations, or RPC calls).</t>
|
162 | </list></t>
|
163 |
|
164 | <t>Another identified terminology issue is the semantic meaning overload
|
165 | that some terms have. The meaning can vary depending on the context in which the
|
166 | term is used. Some examples of such terms are: semantics, models,
|
167 | encoding, serialization format, media types or encoding types. Due
|
168 | to time constraints, no concrete terminology was agreed upon, but
|
169 | work will continue within each organization to create various
|
170 | terminology documents. The participants agreed to set up a github repository
|
171 | <xref target="IOTSIGIT"/> for sharing information.</t>
|
172 |
|
173 | </section>
|
174 | <section anchor="section-4" title="What Problems to Solve">
|
175 |
|
176 | <t>The participants agreed that there is not simply a single problem to be solved, but
|
177 | rather a range. During the workshop the following problems were discussed:</t>
|
178 |
|
179 | <t><list style="symbols">
|
180 | <t>Formal Languages for Documentation Purposes</t>
|
181 | </list></t>
|
182 |
|
183 | <t>To simplify review and publication, SDOs need
|
184 | formal descriptions of their data and interaction models.
|
185 | Several of them use a tabular representation found in the specification itself,
|
186 | but use a formal language as an alternative way of describing objects and resources
|
187 | for formal purposes. Some examples of formal language use are as follows.</t>
|
188 |
|
189 | <t>The Open Mobile Alliance (OMA), now OMA SpecWorks,
|
190 | used an XML schema <xref target="LWM2M-Schema"/> to describe their object
|
191 | and resource definitions. The XML files of standardized objects are available for download at
|
192 | <xref target="OMNA"/>.</t>
|
193 |
|
194 | <t>The Bluetooth SIG defined Generic Attributes (GATT) services and characteristics for use with
|
195 | Bluetooth Smart/Low Energy. The services and characteristics are shown in a tabular form on
|
196 | the Bluetooth SIG website at <xref target="SIG"/>, and are also defined as XML instance documents.</t>
|
197 |
|
198 | <t>The Open Connectivity Foundation (OCF) uses JSON Schemas to formally define data models,
|
199 | and RAML to define interaction models. The standard files are available online
|
200 | at OneIoTa.org.</t>
|
201 |
|
202 | <t>The AllSeen Alliance uses AllJoyn Introspection XML to define data and interaction
|
203 | models in the same formal language, tailored for RPC-style interaction. The standard
|
204 | files are available online on the AllSeen Alliance web site, but both standard and
|
205 | vendor-defined model files can be obtained by directly querying a device for them at runtime.</t>
|
206 |
|
207 | <t>The World-Wide Web Consortium (W3C) uses the Resource Description Framework (RDF)
|
208 | to define data and interaction models using a format tailored for the web.</t>
|
209 |
|
210 | <t>The Internet Engineering Task Force (IETF) uses YANG to define data and interaction models.
|
211 | Other SDOs may use various other formats.</t>
|
212 |
|
213 | <t><list style="symbols">
|
214 | <t>Formal Languages for Code Generation</t>
|
215 | </list></t>
|
216 |
|
217 | <t>Code generation tools that use formal data and information modelling languages
|
218 | are needed by developers. For example, the AllSeen Visual Studio
|
219 | Plugin <xref target="AllSeen-Plugin"/> offers a wizard to generate code based on
|
220 | the formal description of the data model. Another example of a data
|
221 | modelling language that can be used for code generation is YANG. A
|
222 | popular tool to help with code generation of YANG modules is pyang <xref target="PYANG"/>.
|
223 | An example of a tool that can do code generation for multiple ecosystems is
|
224 | OpenDOF <xref target="OpenDOF"/>. Use cases discussed for code generation included easing
|
225 | development of server-side device functionality, clients, and compliance tests.</t>
|
226 |
|
227 | <t><list style="symbols">
|
228 | <t>Debugging Support</t>
|
229 | </list></t>
|
230 |
|
231 | <t>Debugging tools are needed that implement generic object browsers, which
|
232 | use standard data models and/or retrieve formal language descriptions
|
233 | from the devices themselves. As one example, the
|
234 | NRF Bluetooth Smart sniffer from Nordic Semiconductor <xref target="nRF-Sniffer"/> can be
|
235 | used to display services and characteristics defined by the Bluetooth SIG.
|
236 | As another example, AllJoyn Explorer <xref target="AllJoynExplorer"/> can be used to browse
|
237 | and interact with any resource exposed by an AllJoyn device, including both
|
238 | standard and vendor-defined data models, by retrieving the formal descriptions
|
239 | from the device at runtime.</t>
|
240 |
|
241 | <t><list style="symbols">
|
242 | <t>Translation</t>
|
243 | </list></t>
|
244 |
|
245 | <t>The working assumption is that devices need to have a common data model
|
246 | with a priori knowledge of data types and actions. However that would imply
|
247 | that each consortium/organization will try to define their own, causing a major
|
248 | interoperability problem, if not a completely intractable one given
|
249 | the amount of variations, extensions, compositions or versioning changes that
|
250 | will happen on a per data model basis.</t>
|
251 |
|
252 | <t>Another potential approach is to have a minimal ammount of information on the
|
253 | device to allow for a runtime binding to a specific model, the objective being
|
254 | to require as little prior knowledge as possible.</t>
|
255 |
|
256 | <t>Moreover, gateways, bridges and other similar devices need to dynamically
|
257 | translate (or map) one data model to another one. Complexity will increase
|
258 | as there are also multiple protocols and schemas that make interoperability
|
259 | harder to achieve.</t>
|
260 |
|
261 | <t><list style="symbols">
|
262 | <t>Runtime Discovery</t>
|
263 | </list></t>
|
264 |
|
265 | <t>Runtime discovery allows IoT devices to exchange metadata about the data, potentially along with the
|
266 | data exchanged itself. In some cases the metadata not only describes data but also the interaction model as well.
|
267 | An example of such an approach has been shown with HATEOAS <xref target="HATEOAS"/>.
|
268 | Another example is that all AllJoyn devices support such runtime discovery
|
269 | using a protocol mechanism called “introspection”, where the metadata is
|
270 | queried from the device itself <xref target="AllSeen"/>.</t>
|
271 |
|
272 | <t>There are various models, whether deployed or possible, for such discovery.
|
273 | The metadata might be extracted from a specification, or looked up on a
|
274 | cloud repository (e.g., OneIoTa for OCF models), or looked up via a vendor’s
|
275 | site, or obtained from the device itself (such as in the AllJoyn case). The
|
276 | relevant metadata might be obtained from the same place, or different
|
277 | pieces might be obtained from different places, such as separately obtaining
|
278 | information such as (a) syntax information, (b) end-user descriptions in
|
279 | a desired language, and (c) developer-specific comments for implementers.</t>
|
280 |
|
281 | </section>
|
282 | <section anchor="section-5" title="Translation">
|
283 |
|
284 | <t>In an ideal world where organizations and companies cooperate and agree on a
|
285 | single data model standard, there is no need for gateways that translate from one data model
|
286 | to the other one. However, this is far from reality today, and there are many
|
287 | proprietary data models in addition to the already standardized ones. As a
|
288 | consequence, gateways are needed to translate between data models. This leads to
|
289 | (n^2)-n combinations, in the worst case.</t>
|
290 |
|
291 | <t>There are analogies with gateways back in the 1980s that were used to
|
292 | translate between network layer protocols. Eventually IP took over, providing
|
293 | the necessary end-to-end interoperability at the network layer. Unfortunately,
|
294 | the introduction of gateways leads to the loss of expressiveness
|
295 | due to the translation between data models. The functionality of IP was so
|
296 | valuable in the market that advanced features of other networking
|
297 | protocols became less attractive and were not used anymore.</t>
|
298 |
|
299 | <t>Participants discussed an alternative which they called a ‘red star’, shown in <xref target="red-star"/>,
|
300 | where data models are translated to a common data model shown in the middle. This
|
301 | reduces the number of translations that are needed down to 2n (in the best case).
|
302 | The problem, of course, is that everyone wants their own data model to be the red star in the center.</t>
|
303 |
|
304 | <figure title="The 'Red Star' in Data/Information Models." anchor="red-star"><artwork><![CDATA[
|
305 | +-----+ +-----+
|
306 | | | | |
|
307 | | | -- -- | |
|
308 | | | -- -- | |
|
309 | +-----+ -- -- +-----+
|
310 | -- ---
|
311 | -- --
|
312 | -- --
|
313 | -- --
|
314 | --- -- A -- ---
|
315 | / \ ___/ \___ / \
|
316 | | | ---------------', .'--------------- | |
|
317 | \ / /. ^ .\ \ /
|
318 | --- /' '\ ---
|
319 | -- --
|
320 | -- --
|
321 | -- --
|
322 | -- --
|
323 | -- --
|
324 | /\ -- -- /\
|
325 | / \ -- -- / \
|
326 | / \ / \
|
327 | / \ / \
|
328 | /--------\ /--------\
|
329 | ]]></artwork></figure>
|
330 |
|
331 | <t>While the workshop itself was not a suitable forum to discuss the design of
|
332 | such translation in detail, several questions were raised:</t>
|
333 |
|
334 | <t><list style="symbols">
|
335 | <t>Do we need a “red star” that does everything or could we design something that
|
336 | offers a more restricted functionality?</t>
|
337 | <t>How do we handle loss of data and loss of functionality?</t>
|
338 | <t>Should data be translated between data models or data models be translated?</t>
|
339 | <t>How can interaction models be translated? They need to be dealt with in addition
|
340 | to the data models.</t>
|
341 | <t>Many (if not all) data and interaction models have some bizarre functionality
|
342 | that cannot be translated easily. How can those be handled?</t>
|
343 | <t>What limitations are we going to accept in these translations?</t>
|
344 | </list></t>
|
345 |
|
346 | <t>The participants also addressed the question of when translation should be done.
|
347 | Two use cases were discussed:</t>
|
348 |
|
349 | <t>a) Design time: a translation between data model
|
350 | descriptions, such as translating a YANG model to a RAML/JSON model,
|
351 | can be performed once, during design time.
|
352 | A single information model might be mapped to a number of different data models.</t>
|
353 |
|
354 | <t>b) Run time: Runtime translation of values in two standard data models can only be
|
355 | algorithmically done when the data model on one side is algorithmically derived
|
356 | from the data model on the other side. This was called a “derived model”.
|
357 | It was discussed that the availability of runtime discovery can aid in
|
358 | semantic translation, such as when a vendor-specific data model on one
|
359 | side of a protocol bridge is resolved and the translator can algorithmically
|
360 | derive the semantically-equivalent vendor-specific data model on the other
|
361 | side of a protocol bridge, as discussed in <xref target="BridgeTaxonomy"/>.</t>
|
362 |
|
363 | <t>The participants agreed that algorithm translation will generally require
|
364 | custom code, whenever one is translating to anything other than a derived model.</t>
|
365 |
|
366 | <t>Participants concluded that it is typically easier to translate data between systems that
|
367 | follow the same communication architecture.</t>
|
368 |
|
369 | </section>
|
370 | <section anchor="section-6" title="Dealing with change">
|
371 |
|
372 | <t>A large part of the workshop was dedicated to the evolution of
|
373 | devices and server-side applications.
|
374 | Interactions between devices and services and how their relationship
|
375 | evolves over time is complicated by their respective different
|
376 | interaction models.</t>
|
377 |
|
378 | <t>The workshop participants discussed various approaches to deal with change. In the most basic case, a
|
379 | developer might use a description of an API and implement
|
380 | the protocol steps. Sometimes the data or information model can be used to generate code stubs. Subsequent changes to an API
|
381 | require changes on the clients to upgrade to the new version, which
|
382 | requires some development of new code to satisfy the needs of the new
|
383 | API.</t>
|
384 |
|
385 | <t>These interactions could be made machine-understandable in the first place,
|
386 | enabling for changes to happen at runtime.
|
387 | In that scenario, a machine client could discover the possible interactions with a
|
388 | service, adapting to changes as they occur without specific code
|
389 | being developed to adapt to them.</t>
|
390 |
|
391 | <t>The challenge seems to be to code the human-readable specification into a machine-readable format. Machine-readable languages require a shared vocabulary to
|
392 | give meaning to the tags.</t>
|
393 |
|
394 | <t>These types of interactions are often based on the REST architectural
|
395 | style. Its principle is that a device or endpoint only needs a
|
396 | single entry point with a host providing descriptions of the API
|
397 | in-band by means of web links and forms.</t>
|
398 |
|
399 | <t>By defining IoT-specific relation types, it is possible to drive
|
400 | interactions through links instead of hardcoding URIs into a RESTful
|
401 | client, thus making the system flexible enough for later changes.
|
402 | The definition of the basic hypermedia formats for IoT is still work
|
403 | in progress. However, some of the existing mechanisms can be reused,
|
404 | such as resource discovery, forms, or links.</t>
|
405 |
|
406 | </section>
|
407 | <section anchor="section-7" title="Security Considerations">
|
408 |
|
409 | <t>There were two types of security considerations discussed: use of formal data
|
410 | models for security configuration, and security of data and data models in general.</t>
|
411 |
|
412 | <t>It was observed that the security assumptions and configuration, or “security model”, varies by ecosystem today,
|
413 | making the job of a translator difficult. For example, the types of security
|
414 | principals (e.g., user vs. device vs. application), the use of access control lists (ACLs) vs. capabilities,
|
415 | and what types of policies can be expressed, all vary by ecosystem. As a result,
|
416 | the security model architecture generally dictates where translation can be done.</t>
|
417 |
|
418 | <t>One approach discussed was whether two endpoints might be able to use some overlay
|
419 | security model, across a translator between two ecosystems, which only works if
|
420 | the two endpoints agree on a common data model for their communication. Another approach
|
421 | discussed was simply having a translator act as a trusted intermediary, which allows
|
422 | the translator to be able to translate between different data models.</t>
|
423 |
|
424 | <t>One suggestion discussed was potentially adding metadata into either the
|
425 | formal data model language, or accompanying the data values over the wire, tagging
|
426 | the data with privacy levels. However, sometimes even the privacy level of information
|
427 | might itself be sensitive. Still, it was observed that being able to dynamically
|
428 | learn security requirements might help provide better UIs and translators.</t>
|
429 |
|
430 | </section>
|
431 | <section anchor="section-8" title="Collaboration">
|
432 |
|
433 | <t>The participants discussed how best to share information among their various organizations.
|
434 | One discussion was around having joint meetings. One current challenge reported was that
|
435 | organizations were not aware of when and where each others’ meetings were scheduled,
|
436 | and sharing such information could help organizations better collocate meetings.
|
437 | To facilitate this exchange, the participants agreed to add links to their respective
|
438 | meeting schedules from a common page in the IOTSI repository <xref target="IOTSIGIT"/>.</t>
|
439 |
|
440 | <t>Another challenge reported was that organizations did not know how to find each others’
|
441 | published data models, and sharing such information could better facilitate reuse of the
|
442 | same information model. To facilitate this exchange, this participants discussed whether
|
443 | a common repository might be used by multiple organizations. The OCF’s OneIoTa repository
|
444 | was discussed as one possibility but it was reported that its terms of use at the time
|
445 | of the workshop prevented this. The OCF agreed to take this back and look at updating
|
446 | the terms of use to allow other organizations to use it too, as the restriction was not
|
447 | the intent. Schema.org was discussed as another possibility. In the meantime, the
|
448 | participants agreed to add links to their respective repositories from a common page in
|
449 | the IOTSI repository <xref target="IOTSIGIT"/>.</t>
|
450 |
|
451 | <t>It was also agreed that the iotsi@iab.org mailing list would remain open and available
|
452 | for sharing information between all relevant organizations.</t>
|
453 |
|
454 | </section>
|
455 | <section anchor="section-9" title="Acknowledgements">
|
456 |
|
457 | <t>We would like to thank all paper authors and participants for their
|
458 | contributions, and Ericsson for hosting the workshop.</t>
|
459 |
|
460 | </section>
|
461 | <section anchor="section-10" title="Appendix A: Program Committee">
|
462 |
|
463 | <t>This workshop was organized by the following individuals: Jari Arkko,
|
464 | Ralph Droms, Jaime Jiménez, Michael Koster, Dave Thaler, and Hannes
|
465 | Tschofenig.</t>
|
466 |
|
467 | </section>
|
468 | <section anchor="section-11" title="Appendix B: Accepted Position Papers">
|
469 |
|
470 | <t><list style="symbols">
|
471 | <t>Jari Arkko, “Gadgets and Protocols Come and Go, Data Is Forever”</t>
|
472 | <t>Carsten Bormann, “Noise in specifications hurts”</t>
|
473 | <t>Benoit Claise, “YANG as the Data Modelling Language in the IoT space”</t>
|
474 | <t>Robert Cragie, “The ZigBee Cluster Library over IP”</t>
|
475 | <t>Dee Denteneer, Michael Verschoor, Teresa Zotti, “Fairhair: interoperable IoT services for major Building Automation and Lighting Control ecosystems”</t>
|
476 | <t>Universal Devices, “Object Oriented Approach to IoT Interoperability”</t>
|
477 | <t>Bryant Eastham, “Interoperability and the OpenDOF Project”</t>
|
478 | <t>Stephen Farrell, Alissa Cooper, “It’s Often True: Security’s Ignored (IOTSI) - and Privacy too”</t>
|
479 | <t>Christian Groves, Lui Yan, ang Weiwei, “Overview of IoT semantics landscape”</t>
|
480 | <t>Ted Hardie, “Loci of Interoperability for the Internet of Things”</t>
|
481 | <t>Russ Housley, “Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communications”</t>
|
482 | <t>Jaime Jimenez, Michael Koster, Hannes Tschofenig, “IPSO Smart Objects”</t>
|
483 | <t>David Jones, IOTDB - “Interoperability Through Semantic Metastandards”</t>
|
484 | <t>Sebastian Kaebisch, Darko Anicic, “Thing Description as Enabler of Semantic Interoperability on the Web of Things”</t>
|
485 | <t>Achilleas Kemos, “Alliance for Internet of Things Innovation Semantic Interoperability Release 2.0, AIOTI WG03 - IoT Standardisation”</t>
|
486 | <t>Ari Keraenen, Cullen Jennings, “SenML: simple building block for IoT semantic interoperability”</t>
|
487 | <t>Dongmyoung Kim, Yunchul Choi, Yonggeun Hong, “Research on Unified Data Model and Framework to Support Interoperability between IoT Applications”</t>
|
488 | <t>Michael Koster, “Model-Based Hypertext Language”</t>
|
489 | <t>Matthias Kovatsch, Yassin N. Hassan, Klaus Hartke, “Semantic Interoperability Requires self describing Interaction Models”</t>
|
490 | <t>Kai Kreuzer, “A Pragmatic Approach to Interoperability in the Internet of Things”</t>
|
491 | <t>Barry Leiba, “Position Paper”</t>
|
492 | <t>Marcello Lioy, “AllJoyn”</t>
|
493 | <t>Kerry Lynn, Laird Dornin, “Modeling RESTful APIs with JSON Hyper-Schema”</t>
|
494 | <t>Erik Nordmark, “Thoughts on IoT Semantic Interoperability: Scope of security issues”</t>
|
495 | <t>Open Geospatial Consortium, “OGC SensorThings API: Communicating “Where” in the Web of Things”</t>
|
496 | <t>Jean Paoli, Taqi Jaffri, “IoT Information Model Interoperability: An Open, Crowd-Sourced Approach in Three Parallel Parti”</t>
|
497 | <t>Joaquin Prado, “OMA Lightweight M2M Resource Model”</t>
|
498 | <t>Dave Raggett, Soumya Kanti Datta, “Input paper for IAB Semantic Interoperability Workshop”</t>
|
499 | <t>Pete Rai, Stephen Tallamy, “Semantic Overlays Over Immutable Data to Facilitate Time and Context Specific Interoperability”</t>
|
500 | <t>Jasper Roes, Laura Daniele, “Towards semantic interoperability in the IoT using the Smart Appliances REFerence ontology (SAREF) and its extensions”</t>
|
501 | <t>Max Senges, “Submission for IAB IoT Sematic Interoperability workshop”</t>
|
502 | <t>Bill Silverajan, Mert Ocak, Jaime Jimenez, “Implementation Experiences of Semantic Interoperability for RESTful Gateway Management”</t>
|
503 | <t>Ned Smith, Jeff Sedayao, Claire Vishik, “Key Semantic Interoperability Gaps in the Internet-of-Things Meta-Models”</t>
|
504 | <t>Robert Sparks and Ben Campbell, “Considerations for certain IoT based services”</t>
|
505 | <t>J. Clarke Stevens, “Open Connectivity Foundation oneIoTa Tool”</t>
|
506 | <t>J. Clarke Stevens, Piper Merriam, “Derived Models for Interoperability Between IoT Ecosystems”</t>
|
507 | <t>Ravi Subramaniam, “Semantic Interoperability in Open Connectivity Foundation (OCF) - formerly Open Interconnect Consortium (OIC)””</t>
|
508 | <t>Andrew Sullivan, “Position paper for IOTSI workshop”</t>
|
509 | <t>Darshak Thakore, “IoT Security in the context of Semantic Interoperability”</t>
|
510 | <t>Dave Thaler, “IoT Bridge Taxonomy”</t>
|
511 | <t>Dave Thaler, S”ummary of AllSeen Alliance Work Relevant to Semantic Interoperability”</t>
|
512 | <t>Mark Underwood, Michael Gruninger, Leo Obrst, Ken Baclawski, Mike Bennett, Gary Berg-Cross, Torsten Hahmann, Ram Sriram, “Internet of Things: Toward Smart Networked Systems and Societies”</t>
|
513 | <t>Peter van der Stok, Andy Bierman, “YANG-Based Constrained Management Interface (CoMI)”</t>
|
514 | </list></t>
|
515 |
|
516 | </section>
|
517 | <section anchor="section-12" title="Appendix C: List of Participants">
|
518 |
|
519 | <t><list style="symbols">
|
520 | <t>Andy Bierman, YumaWorks</t>
|
521 | <t>Carsten Bormann, Uni Bremen/TZI</t>
|
522 | <t>Ben Campbell, Oracle</t>
|
523 | <t>Benoit Claise, Cisco</t>
|
524 | <t>Alissa Cooper, Cisco</t>
|
525 | <t>Robert Cragie, ARM Limited</t>
|
526 | <t>Laura Daniele, TNO</t>
|
527 | <t>Bryant Eastham, OpenDOF</t>
|
528 | <t>Christian Groves, Huawei</t>
|
529 | <t>Ted Hardie, Google</t>
|
530 | <t>Yonggeun Hong, ETRI</t>
|
531 | <t>Russ Housley, Vigil Security</t>
|
532 | <t>David Janes, IOTDB</t>
|
533 | <t>Jaime Jimenez, Ericsson</t>
|
534 | <t>Shailendra Karody, Catalina Labs</t>
|
535 | <t>Ari Keraenen, Ericsson</t>
|
536 | <t>Michael Koster, SmartThings</t>
|
537 | <t>Matthias Kovatsch, Siemens</t>
|
538 | <t>Kai Kreuzer, Deutsche Telekom</t>
|
539 | <t>Barry Leiba, Huawei</t>
|
540 | <t>Steve Liang, Uni Calgary</t>
|
541 | <t>Marcello Lioy, Qualcomm</t>
|
542 | <t>Kerry Lynn, Verizon</t>
|
543 | <t>Mayan Mathen, Catalina Labs</t>
|
544 | <t>Erik Nordmark, Arista</t>
|
545 | <t>Jean Paoli, Microsoft</t>
|
546 | <t>Joaquin Prado, OMA</t>
|
547 | <t>Dave Raggett, W3C</t>
|
548 | <t>Max Senges, Google</t>
|
549 | <t>Ned Smith, Intel</t>
|
550 | <t>Robert Sparks, Oracle</t>
|
551 | <t>Ram Sriram, NIST</t>
|
552 | <t>Clarke Stevens</t>
|
553 | <t>Ram Subramanian, Intel</t>
|
554 | <t>Andrew Sullivan, DIN</t>
|
555 | <t>Darshak Thakore, CableLabs</t>
|
556 | <t>Dave Thaler, Microsoft</t>
|
557 | <t>Hannes Tschofenig, ARM Limited</t>
|
558 | <t>Michael Verschoor, Philips Lighting</t>
|
559 | </list></t>
|
560 |
|
561 | </section>
|
562 |
|
563 |
|
564 | </middle>
|
565 |
|
566 | <back>
|
567 |
|
568 |
|
569 | <references title='Informative References'>
|
570 |
|
571 |
|
572 |
|
573 |
|
574 |
|
575 | <reference anchor="RFC3444" target='https://www.rfc-editor.org/info/rfc3444'>
|
576 | <front>
|
577 | <title>On the Difference between Information Models and Data Models</title>
|
578 | <author initials='A.' surname='Pras' fullname='A. Pras'><organization /></author>
|
579 | <author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder'><organization /></author>
|
580 | <date year='2003' month='January' />
|
581 | <abstract><t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community.</t></abstract>
|
582 | </front>
|
583 | <seriesInfo name='RFC' value='3444'/>
|
584 | <seriesInfo name='DOI' value='10.17487/RFC3444'/>
|
585 | </reference>
|
586 |
|
587 |
|
588 | <reference anchor="AllSeen-Plugin" >
|
589 | <front>
|
590 | <title>Using the AllJoyn Studio Extension</title>
|
591 | <author initials="B." surname="Rockwell" fullname="B. Rockwell">
|
592 | <organization></organization>
|
593 | </author>
|
594 | <date year="2016"/>
|
595 | </front>
|
596 | </reference>
|
597 | <reference anchor="HATEOAS" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/2016-IAB-HATEOAS.pdf">
|
598 | <front>
|
599 | <title>Semantic Interoperability Requires Self-describing Interaction Models - HATEOAS for the Internet of Things</title>
|
600 | <author initials="M." surname="Kovatsch" fullname="M. Kovatsch">
|
601 | <organization></organization>
|
602 | </author>
|
603 | <date year="2016"/>
|
604 | </front>
|
605 | <seriesInfo name="Proceedings" value="of the IoT Semantic Interoperability Workshop 2016"/>
|
606 | </reference>
|
607 | <reference anchor="AllSeen" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/AllSeen-summary-IOTSI.pdf">
|
608 | <front>
|
609 | <title>Summary of AllSeen Alliance Work Relevant to Semantic Interoperability</title>
|
610 | <author initials="D." surname="Thaler" fullname="D. Thaler">
|
611 | <organization></organization>
|
612 | </author>
|
613 | <date year="2016"/>
|
614 | </front>
|
615 | </reference>
|
616 | <reference anchor="BridgeTaxonomy" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/DThaler-IOTSI.pdf">
|
617 | <front>
|
618 | <title>IoT Bridge Taxonomy</title>
|
619 | <author initials="D." surname="Thaler" fullname="D. Thaler">
|
620 | <organization></organization>
|
621 | </author>
|
622 | <date year="2016"/>
|
623 | </front>
|
624 | </reference>
|
625 | <reference anchor="IOTSIAG" target="https://www.iab.org/activities/workshops/iotsi/agenda/">
|
626 | <front>
|
627 | <title>IoT Workshop for Semantic Interoperability (IOTSI) - Agenda and Slides</title>
|
628 | <author >
|
629 | <organization>IAB</organization>
|
630 | </author>
|
631 | <date year="2016"/>
|
632 | </front>
|
633 | </reference>
|
634 | <reference anchor="IOTSIGIT" target="https://github.com/iotsi/iotsi">
|
635 | <front>
|
636 | <title>Github Collaborative Repository</title>
|
637 | <author >
|
638 | <organization>IOTSI</organization>
|
639 | </author>
|
640 | <date year="2016"/>
|
641 | </front>
|
642 | </reference>
|
643 | <reference anchor="IOTSIWS" target="https://www.iab.org/activities/workshops/iotsi/">
|
644 | <front>
|
645 | <title>IoT Workshop for Semantic Interoperability (IOTSI) 2016 - Main Page and Position Papers</title>
|
646 | <author >
|
647 | <organization>IAB</organization>
|
648 | </author>
|
649 | <date year="2016"/>
|
650 | </front>
|
651 | </reference>
|
652 | <reference anchor="LWM2M-Schema" >
|
653 | <front>
|
654 | <title>OMA LWM2M XML Schema</title>
|
655 | <author >
|
656 | <organization>OMA</organization>
|
657 | </author>
|
658 | <date year="2018"/>
|
659 | </front>
|
660 | </reference>
|
661 | <reference anchor="OMNA" >
|
662 | <front>
|
663 | <title>OMNA Lightweight M2M (LWM2M) Object & Resource Registry</title>
|
664 | <author >
|
665 | <organization>OMA</organization>
|
666 | </author>
|
667 | <date year="2018"/>
|
668 | </front>
|
669 | </reference>
|
670 | <reference anchor="SIG" target="https://www.bluetooth.com/specifications/gatt">
|
671 | <front>
|
672 | <title>GATT Specifications</title>
|
673 | <author >
|
674 | <organization>Bluetooth SIG</organization>
|
675 | </author>
|
676 | <date year="2018"/>
|
677 | </front>
|
678 | </reference>
|
679 | <reference anchor="PYANG" >
|
680 | <front>
|
681 | <title>An extensible YANG validator and converter in python</title>
|
682 | <author initials="M." surname="Bjorklund" fullname="M. Bjorklund">
|
683 | <organization></organization>
|
684 | </author>
|
685 | <date year="2016"/>
|
686 | </front>
|
687 | </reference>
|
688 | <reference anchor="nRF-Sniffer" >
|
689 | <front>
|
690 | <title>nRF Sniffer - Smart/Bluetooth low energy packet sniffer</title>
|
691 | <author >
|
692 | <organization>Nordic Semiconductor</organization>
|
693 | </author>
|
694 | <date year="2016"/>
|
695 | </front>
|
696 | </reference>
|
697 | <reference anchor="AllJoynExplorer" >
|
698 | <front>
|
699 | <title>AllJoyn Explorer</title>
|
700 | <author >
|
701 | <organization>Microsoft</organization>
|
702 | </author>
|
703 | <date year="2016"/>
|
704 | </front>
|
705 | </reference>
|
706 | <reference anchor="OpenDOF" target="https://opendof.org">
|
707 | <front>
|
708 | <title>The OpenDOF Project</title>
|
709 | <author >
|
710 | <organization>OpenDOF</organization>
|
711 | </author>
|
712 | <date year="2015"/>
|
713 | </front>
|
714 | </reference>
|
715 |
|
716 |
|
717 | </references>
|
718 |
|
719 |
|
720 |
|
721 |
|
722 | </back>
|
723 |
|
724 | <!-- ##markdown-source:
|
725 | H4sIAKeZOlsAA7V963IbyZXmf0bwHSroiBXZBsi+eOweRjjavEhqqkWRS7Jb
|
726 | 0w7HOBKoJFDNQhVcF0JojeZ99jn2xfb7zsnMyiqAbHm9K4dbIlCVefLkuXzn
|
727 | ksnxeLy7UzemSP9u8rKwx0lTtXZ3Jy2nhVngx7Qy9804M5NxVjZ1Nl6V1UM9
|
728 | L5fjL7/e3Zma5jjJivsSY7STRVbXWVk06yXeu3h592p3Z5kd7+4kybRcLM0U
|
729 | z75Y2/oFP2nsh2acZ3UzrteLSZnXx0n5xe/H/Aojdc8XpTxel1VT2fs6GgHv
|
730 | DT9pqqw/STkNPzVZk4OsG7vEUMl9VS6SZm6Ti6KxVWGbpLxP7uZZMauT/Yvy
|
731 | 7iC5tQtTNNlUnyiXtjKTLM+aNb6/uru9OOAE7x0zkq+//OqPuztmMqns49M8
|
732 | A1tNAyLw9LfjL/8kLDRtMy8rcGkMRmI1bw6TN9nCFvZXTqB78Mbgk/jjspod
|
733 | Jy+x2rouC34AYrP8OPmFDx7+og/+xboHDsHOMP73h8ldPZ2X97bIZt0U35ui
|
734 | sPXgK5nmpFokb5v0MJpmLg8fNuHhv5hq0ZvlHLPMTW6rboZz82ijD2Xsy2xa
|
735 | lXV530SDp40885eF/04HppRVC9Nkj1ZE6ubV2Td/+MMf5N8neX5rbTG+zttZ
|
736 | VshH2Hzd8B9rbKpsNZ56U66L5LZp06xMXn5obEF51cfDPvAHt4rTw+SmnD6s
|
737 | bJ7r534tW76Q9bx4oT+Gbf4jf/7+5O7l1cmtp8tUMwspnTfNsj4+OlqtVocQ
|
738 | lUMMcLRajqdQIFs0Rxcnp+N2mZcmrY840NGX38jfY37hRjxcpve9xT4ttDf2
|
739 | H21WYYdvbX4/Tm09rbIJOSNPQtfAiOSyTG1e+xWNPeEJOP+EsjzNu8vD5Ify
|
740 | 0VBG+rzb8sUzvINWQ4xtze0/9s9fV+XU2pQEHJMWoa28e2b5A0UNIvOv74mX
|
741 | vbpdLEy1Hotx2NwY/ZbEuhf4d2aKqRXasD+5fQTxsFlPL+Npbvf0reP1xsfP
|
742 | cPq0ytKZvTMfyqJcrP91xpzrzE8whNulMyZ+yv+vqxMqTl5/xrKoC49ZA5k7
|
743 | 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
|
962 | yV1zAAA=
|
963 |
|
964 | -->
|
965 |
|
966 | </rfc>
|
967 |
|