Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions charters/wot-ig-2016.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ <h1 id="title">Web of Things Interest Group Charter</h1>



<p>The Internet of Things (IoT) suffers from a lack of interoperability across platforms. As a result developers are faced with data silos, high costs and limited market potential. This can be likened to the situation before the Internet when there were competing non-interoperable networking technologies. The Internet makes it easy to develop networked applications independently of those technologies. W3C is seeking to do the same for the Internet of Things.</p>

<p>To achieve this goal, we need platform independent APIs for application developers, and a means for different platforms to discover how to inter-operate with one another. The approach we are taking is based upon rich metadata that describes the data and interaction models exposed to applications, and the communications and security requirements for platforms to communicate effectively. A further aspect is the need to enable platforms to share the same meaning when they exchange data. We are therefore seeking to enable expression of the semantics of things and the domain constraints associated with them, building upon W3C's extensive work on RDF and Linked Data.</p>

<p>The Web of Things is founded on the core architecture of the Web. Things stand for physical or abstract entities. Each thing is identified with a URI. This URI can be dereferenced to access the thing's description, which can include its relationship to other things. Due to the variations in requirements across application domains, there are many protocols. Things can be interacted with on many kinds of platforms and devices including resource constrained IoT devices, gateways and cloud-based server farms. In addition, Web browsers may be used for the human-machine interface for services based around the Web of Things.</p>



<section id="scope" class="scope">

<h2>Scope</h2>
Expand Down