Web of Things: UNIT-4
Web of Things: UNIT-4
UNIT-4
Why WoT
• To monitor blood sugar levels, I needed an IoT-enabled Continuous Glucose
Monitor (CGM) device.
• To open the front door remotely, I needed an IoT-enabled smart door lock.
• To switch on my car AC, I needed an IoT-enabled Car AC device. I could also need
an IoT gateway to integrate all my home IoT appliances.
• As a consequence of that, all these devices have separate apps, or some of them
are grouped based on vendor partnerships.
• In the end, I have to open each of those apps one by one to perform each task to
complete the workflow.
• Also I cannot have any common dashboard from where I can monitor all my
appliances, since my IoT devices are not able to communicate with each other in a
vendor neutral manner over the internet. It turns out my smartphone is not smart
enough
• Internet connectivity is a minor concern for low-level sensors or hardware devices.
Low level sensors such as temperature sensor, and motion sensor, usually transfer
data using low level protocols like Bluetooth Low Energy (BLE), Zigbee,
6LoWPAN, etc., which are not Internet compatible.
• Since IoT Gateways understand those low level protocols, they basically play the
role of adapters between the internet and those sensors. Protocol transformation
would also take place here.
• IoT gateways are installed inside smart homes, smart factories etc., i.e., inside
Local Area Network where no unified communication standard is available, thus,
those gateways can be used to communicate using proprietary data format over the
internet.
• To get rid of this problem, IoT needs vendor neutral standards for the internet.
• The Web of Things groups, namely the Web of Things Interest Group and the Web
of Things Working group, are trying to standardize communication protocols
between different IoT smart devices and between smart devices and cloud platforms
over the internet.
WOT
• Web of Things is a web standard of the Internet of Things to enable
communication between smart things and web-based applications.
OR
• Web of Things could be defined a set of technologies how to
access/control/management the Things by the web
In this pattern, the home gateway has both a client and a server role. When the remote controller actuates
the electronic appliance, it can connect to the electronic appliance in the client role and to the remote
controller with the server role. When the electronic appliance emits a message to the remote controller,
the gateway act as server roles for the electric appliance, and it act as client roles for the remote
controller.
Smart home provides consumer benefits such as remote access and control, voice control and
home automation. Smart home also enables device manufacturers to monitor and maintain
devices remotely. Smart home can realize value added services such as energy management and
security surveillance.
Smart factories require advanced monitoring of the connected manufacturing equipment as well of the
manufactured products. They benefit from predictions of machine failures and early discovery of
anomalies to prevent costly downtime and maintenance efforts.
Additionally, monitoring of connected manufacturing equipment and the environment at the production
facility for the presence of poisonous gases, excessive noise or heat increases the safety of the workers and
reduces the risks of incidents or accidents.
Johnny would like to digitally connect the appliances in all rooms of his hotel. First, guests could
have access to a variety of services from controlling their room (lights, air conditioning,
entertainment, etc.), to booking hotel facilities, to ordering food and drinks – all of this on their
mobile phone.
Second, this system would allow Johnny to coordinate and optimize all aspects of his hotel in a
centralized and efficient manner, without having to use a variety of soloed applications and tools.
IOT
• The Internet of Things (IoT) is a system of physical objects that can be
discovered, monitored, controlled or interacted with by electronic devices
which communicate over various networking interfaces, and eventually can
be connected to the wider Internet.
WoT Vs IoT
• Considered a subset of the Internet of Things (IoT), WoT focuses on
software standards and frameworks such as REST, HTTP and URIs to
create applications and services that combine and interact with a variety of
network devices.
• So, you could think of the Web of Things as everyday objects being able to
access Web services.
WoT Vs IoT
Two Pillars of Web
It is the foundation of any data exchange on the Web and a client-server protocol,
which means requests are initiated by the recipient, usually the Web browser.
• Compatibility
• Functional WoT architecture should provide bridge between IoT solutions
and Web technology based on WoT concepts.
• It should guarantee to be upper compatible to IoT solutions and current
standards.