• No results found

INTERNET OF THE THINGS (IoT): An introduction to wireless sensor networking middleware

N/A
N/A
Protected

Academic year: 2021

Share "INTERNET OF THE THINGS (IoT): An introduction to wireless sensor networking middleware"

Copied!
43
0
0

Loading.... (view fulltext now)

Full text

(1)

INTERNET OF THE THINGS (IoT):

An introduction to wireless sensor

networking middleware

Dr Antoine Bagula

ISAT Laboratory, University of Cape Town, South Africa

(2)

Goal of the lecture

Internet of the Things (IoT)

The lecture intends to introduce the key concepts behind an Internet of Things (IoT) middleware by

 Positioning the middleware into a ubiquitous sensor networking stack.

 Describing the main approaches associated with an IoT middleware.

 Highlighting some of the research works illustrating these middleware approaches.

(3)

I. Outline

A.

What is the IoT ?

B.

IoT Architecture

C.

What is a middleware ?

D.

Middleware approaches

(4)

A. What is IoT ?

2003 2010 2015 2020

500 Million 12.5 Billion 25 Billion 50 Billion

Connected Devices Connected Devices Per Person 0.08 1.84 3.47 6.58 World

Population 6.3 Billion 6.8 Billion 7.2 Billion 7.6 Billion

More connected devices than people

Based on what we know is true today

(Conservative)

2008

Internet of the Things (IoT) 4

Image source Cisco.

(5)

 The Internet is a world-wise network of interconnected computer networks, based on a standard communication protocol (TCP/IP)

 The Internet of Things (IoT) is

o a world-wide network of interconnected objects which are outfitted with sensors, actuators and RFID devices.

o These devices are uniquely addressable and use

standard communication protocols in a heterogeneous networking environment including objects of totally

different functionality, technology and application fields.

What is IoT ?

(6)

Building upon the revolutionary success of mobile

communication, Internet networks, the advances in sensor, RFID, Nano and other smart technologies, the IoT expands the current Internet with the objective of

o Connecting objects outfitted with sensor and RFID devices (smart objects).

o Detecting changes in the physical status of connected

things in real-time.

o Identifying and localizing the smart objects.

o Monitoring the changes in the physical status of connected things.

What is IoT ?

Internet of the Things (IoT) 6

(7)

7

(8)

What is IoT ?

Internet of the Things (IoT) 8

(9)

Source: ITU-T study group on Climate Change

B. IoT architecture

Internet of the Things (IoT) 9

(10)

The Figure above reveals the different layers of a Ubiquitous Sensor Network

A sensor networking layer (the bottom layer) where

sensor and RFID devices are launched into the

environment to sense what is happening and report to sink nodes via USN-bridges

 A USN access networking layer (the second layer)

where the combination of USN-bridges and sink nodes are used as hosts to an access network for the first-mile connectivity of a Next Generation Network (NGN) of

gateways .

IoT architecture

Internet of the Things (IoT) 10

(11)

 A USN middleware layer (third layer) is used as an

interface between the NGN and the application layer.

 A USN applications layer (the last layer) where different

applications are used to perform tasks related to

logistics, structural health monitoring, agriculture control, disaster Surveillance, military field surveillance and

disaster/crisis management.

IoT architecture

(12)

C. What is a Middleware ?

Distributed

Systems

Middleware

Systems

Programming

Languages

Databases

Operating Systems

Networking

A middleware is dispersed among many disciplines

(13)

Middleware architecture

Middleware for Wireless Sensor Network Operating system Middleware Application Hardware Operating system Middleware Application Hardware NET Host 1 Host 2

The middleware can be located anywhere:

sensor nodes, sink nodes, high level application terminal, etc.

(14)

Why a Middleware ?

1.

Masking heterogeneity

o

networks, end-systems, OSs, programming languages

2.

Providing a useful distributed programming model

3.

Providing Generic services

4.

Transparency

Middleware for Wireless Sensor Network

Internet of the Things (IoT) 14

(15)

 applications

o eCommerce,

o real-time, embedded o mobile agent systems o peer to peer platforms

o mobile computing applications

 underlying host systems

o PCs/ workstations o wireless PDAs

o embedded devices o network processors

o wireless, sensor, infrared etc. networks

Middleware for Wireless Sensor Network

Internet of the Things (IoT)

It is needed by a bunch of applications and host systems

Why a middleware ?

(16)

Middleware functionalities

Middleware for Wireless Sensor Network

 Complete middleware solutions require at 4 components:

o Programming abstraction: this defines the interfaces

to the middleware for the application programmer.

o System services: implemented functions to enable

programming abstractions.

o Run time support: extensions to the embedded

operating system to support middleware services.

o QoS mechanisms: they define the QoS constraints of

the system.

Internet of the Things (IoT) 16

(17)

Middleware functionalities

Middleware for Wireless Sensor Network

Programming abstractions. Programming abstractions

involve

 The way the programmer views the system referred to as the abstraction level.

 The model used to program the application known as the programming paradigm.

The programming interface which defines the mechanism used by the application to access the middleware functions.

(18)

Middleware functionalities

Middleware for Wireless Sensor Network

Abstraction level.

A global abstraction level (e.g. system level abstraction)

o abstracts the WSN as a single virtual system

o a single centralized program is expressed as a set of

subprograms that can be executed on local nodes.

o allows the programmer to concentrate on the

application, while avoiding the details of the nodes but can be less efficient in terms of WSN resource

consumption.

Internet of the Things (IoT) 18

(19)

Middleware functionalities

Middleware for Wireless Sensor Network

Abstraction level.

A local abstraction level (e.g. node level abstraction):

o the system is presented as a collection of distributed nodes where each node can be reached individually.

o leads to efficient communications between nodes and

flexibility but requires from the programmer a certain knowledge of the sensor node.

.

(20)

Middleware functionalities

Programming paradigms. Depending on paradigm, a

WSN can be seen as

o A database where sensor data is the information stored in

the database

o A publish/subscribe service where data from sensors generate an event for the application.

o A set of mobile agents copying with the mobility of the

WSNs

o A rule-based declarative language for command execution.

o A set of virtual machines used to support runtime.

o A graphical user interface that includes a query-builder and

result display.

Internet of the Things (IoT) 20

(21)

Middleware functionalities

Middleware for Wireless Sensor Network

Interface type

 The way the application relates with the middleware can either be:

o Declarative, providing data about which information is

required. This may be based on Structured Query Language (SQL) languages or XML, and is used for database programming paradigms.

o Imperative, offering commands that should be carried

out. This is used for publish/subscribe programming paradigms.

(22)

1. Abstraction Support

o Large number of heterogeneous sensors

2. Data Fusion

o Various ways to collect data

o Efficient way of communicating this data

3. Resource Constraints (lightweight)

o Low energy, small memory footprint

o Requires a lightweight design (as opposed to traditional

middleware such as CORBA, etc.)

4. Dynamic Topology, Environment, Application

o Node mobility, node failure, communication failure Middleware for Wireless Sensor Network

Internet of the Things (IoT)

Middleware design space

(23)

5. Application Knowledge

o Try to generalize despite the limited resources o Integrate application knowledge into the services

provided 6. Programming Paradigm 7. Adaptability 8. Scalability 9. Security 10. QoS Support

Middleware for Wireless Sensor Network

Middleware design space

(24)

Middleware

architecture

Middleware for Wireless Sensor Network systemwide interfaces Middleware Operating System Hardware Distributed Middleware Middleware Operating System Hardware Administration Terminal

Node A Node B Node C

Sensor Network Application

Middleware Operating System Hardware different node hardware boot, logging customized node‘s software

Internet of the Things (IoT) 24

(25)

Middleware for Wireless Sensor Network

25

Middleware

architecture

Shared functionalities/features between applications and distributed middleware depending on abstraction.

(26)

Middleware

Approaches

1. Virtual Machine-based

o contains VM, interpreter, o Example: Mate, Magnet

2. Database-based

o Virtual Database

o easy to use interface

o Examples: TinyDB, Cougar, SINA, Dsware 3. Modular programming

o decomposition of application o Examples: Impala, Agilla

Middleware for Wireless Sensor Network

Internet of the Things (IoT) 26

(27)

4. Application Driven

o tune network on the basis of Requirement o Example: MiLAN

5. Message oriented

o use publish-subscribe mechanism o Example: Mire

6. Event oriented

o Request-reply, o Example: Garnet

7. Service oriented

o Reflective, Flexible, Service-centric, Service oriented

Middleware for Wireless Sensor Network

Internet of the Things (IoT)

Middleware

Approaches

(28)

Middleware for Wireless Sensor Network

Power

awareness Openness Scalability Mobility Heterogeneity Ease of use Mate Full Full Full Full Partial Little or none Magnet Full Full Full Full Partial Full Cougar Partial Little or None Little or None Little or None Little or None Full

SINA Full Little or None Little or None Little or None Little or None Full

DSWare Full Partial Partial Little or None Little or None Full TinyDB Full Partial Partial Partial Partial Full Impala Full Full Full Full Little or None Full

MILAN Partial Full Full Little or None Little or None Full Mires Full Full Full Partial Partial Full

VM Data Base Application Message Modular

Internet of the Things (IoT)

Middleware

Approaches

(29)

Impala: application driven

 Zebranet project consisting of a long term migration study of wildlife using event based programming

model

Middleware for Wireless Sensor Network

Data Base Station

(car or plane) Data Data Peer-to-Peer communication Protocol CPU, Memory, Wireless Transceiver GPS 29

(30)

Impala

Features

 Advantages

o Code modularity

o application adaptability and o update

o Fault tolerance o energy efficiency

o long deployment time

 Disadvantages

o Not data fusion

o not heterogeneity

Middleware for Wireless Sensor Network

Device Hardware Device Software Impala Applications External Updates

Internet of the Things (IoT) 30

(31)

Mate

 Virtual Machine on top of TinyOs  Stack-based architecture

 Break down the program into small self-replication capsules(24 instructions)

 Capsules are self-forwarding and self-propagation

Middleware for Wireless Sensor Network

(32)

Mate Features

 Advantages

o Simple programming model o Small and concise model o High security

 Disadvantages

o high energy consumption

o Not flexible to support wide range of applications

Middleware for Wireless Sensor Network

Internet of the Things (IoT) 32

(33)

TinyDB

Middleware for Wireless Sensor Network

• query processing

• Multiple concurrent queries • Network monitoring (via queries) • Extensible framework for attributes,

commands and aggregates

(34)

Middleware for Wireless Sensor Network

Sensor table

Internet of the Things (IoT) 34

(35)

TinyDB Features

 Advantages

o reduce number of messages o Nice abstraction model

o good aggregation model

 Disadvantages

o Not much functionality

Middleware for Wireless Sensor Network

(36)

Agilla

 Based on mobile agents and a Stack-based architecture  Allows moving agents from one node to another

 Use two instructions to move (clone, move)  A maximum of 4 agents can run on a node

Middleware for Wireless Sensor Network

(3,3) (3,1) (3,2) (2,2) (1,1) (1,3) clone to (3,3) clone to (3,1) Fire Detection Agent

Internet of the Things (IoT) 36

(37)

Agilla Architecture

Middleware for Wireless Sensor Network TinyOS Node @ (1,1) Tuplespace Agilla Middleware Agents TinyOS Node @ (2,1) Tuplespace Agilla Middleware Agents migrate remote access Neighbor

List NeighborList

Middleware Services Middleware Services

(38)

Agilla Features

 low energy consumption  Increase flexibility

 reduce code size

 low security

 difficult to read and maintain programs

Middleware for Wireless Sensor Network

Internet of the Things (IoT) 38

(39)

MiLAN

 MiLAN is designed for personal health monitor application

Middleware for Wireless Sensor Network

Normal Heart Rate

Low blood pressure Respiratory

Rate Blood O2 Blood Pressure Blood O2 Heart Rate 0.8 0.7

High Heart Rate

ECG Diagram Blood Pressure Blood O2 Heart Rate 0.3 0.8 0.3 0.8 0.3 1.0 0.3

High respiratory rate

(40)

MiLAN

 Goals:

o application lifetime maximization

o application QoS support

 MiLAN receives a description of application requirements through specialized graphs

 MiLAN sits on top of multiple physical networks: bluetooth, 802.15.4, wifi, etc.

 convert commands to protocol-specific commands that are passed through the usual network protocol stack

Middleware for Wireless Sensor Network

(41)

MiLAN

Architecture

Middleware for Wireless Sensor Network

(42)

Conclusion

 Methods and tools to analyse and evaluate IoT middleware are still needed

 There is still a long way to go from cloud-like middleware systems such as Pachube and middlewares that are

needed for real time WSN applications as the former lack many of the features/functionalities needed for IoT

middlewares.

 QoS functionalities can be incorporated into the

middleware in terms of dependability, reliability, and scalability, and Security.

Middleware for Wireless Sensor Network

Internet of the Things (IoT) 42

(43)

Thanks

Antoine Bagula

bagula@cs.uct.ac.za

Isat.cs.uct.ac.za

43

References

Related documents

• Speed of weaning: induction requires care, but is relatively quick; subsequent taper is slow • Monitoring: Urinary drug screen, pain behaviors, drug use and seeking,

As shown in Table 4 , the vehicle with direct yaw moment control through the electric drivetrains (Sport or Nor- mal modes) experiences considerably lower deceleration values than

Franklin and Associates Ltd.’s study, Comparative Energy Evaluation of Plastic Products and Their Alternatives for the Building and Construction and Transportation Industries,

The PROMs questionnaire used in the national programme, contains several elements; the EQ-5D measure, which forms the basis for all individual procedure

This built on our previously introduced calculation of the absolute magnitude of ΔψM in intact cells, using time-lapse imaging of the non-quench mode fluorescence

 Inclusion of J Elgin Family Trust - Accepted husband's evidence he played little role in the trust, and as such this was excluded as property of the husband and an order made

○ If BP elevated, think primary aldosteronism, Cushing’s, renal artery stenosis, ○ If BP normal, think hypomagnesemia, severe hypoK, Bartter’s, NaHCO3,

Carrero, José María, and Planes, Silverio.. Plagas del