om2m: interoperable m2m service platform - iot … interoperable m2m service platform ... each scl...

34
OM2M: Interoperable M2M service platform Mahdi Ben Alaya Thierry Monteil Samir Medjiah Khalil Drira {ben.alaya, monteil, medjiah, drira}@laas.fr www.om2m.org 1

Upload: truongtram

Post on 22-Jun-2018

244 views

Category:

Documents


0 download

TRANSCRIPT

OM2M: Interoperable M2M service platform

Mahdi Ben Alaya Thierry Monteil Samir Medjiah

Khalil Drira

{ben.alaya, monteil, medjiah, drira}@laas.fr www.om2m.org

1

2

M2M world of connected services

• The current marketplace is extremely fragmented, which has increased the R&D cost in each specific domain.

• Current M2M silo model is not an efficient way to communicate, it is a barrier to further development.

• Many vertical M2M solutions have been designed independently and separately for

different applications, which impedes large-scale M2M deployment.

M2M market fragmentation

3

143 organizations around the world are involved in M2M standardization according to the Global Standards Collaboration M2MTask Force.

M2M

Buildings

Energy Consumer

Health care Industrial

Transportation Retail Security

4

Standards landscape for M2M

Standards for vertical Industries applications Target: enable interoperable, cost-efficient Solutions

Standards for M2M Service capabilities: Target: end-to end enablement across servers, gateways, devices with standardized service interfaces.

Source: ETSI M2M

Standards for M2M service capabilities

M2M network 5

Smart M2M standard (ETSI M2M)

Provide a horizontal M2M service platform with a generic set of service capabilities to enable M2M interoperability in terms of communication and data.

Define a Service Capability Layer (SCL) on top of connectivity layers:

SCL deployed in network server, gateways and devices.

SCL enables discovery, registration, authentication, data-transfer using containers, publish/subscribe, groups, access rights, security, etc.

Interface with existing technologies: Multiple communication

protocol binding. Re-use existing remote

device management. Interwork with vendor-

specific and legacy devices.

Facilitate innovation across industries by exposing data and providing services.

Invert The pipe

Source: ETSI M2M

6

7

OM2M Interested parties

OM2M users

OM2M is an open source implementation of the Smart M2M standard, and is a member of Eclipse IoT Working Group.

OM2M web site http://om2m.org

Eclipse IoT collaboration

M2M Server

End user devices

8

M2M gateway Data

Analytic

SCADA Interface

HTTP/CoAP HTTP/CoAP ZIGBEE

Network domain Device and Gateway domain

OM2M architecture

OM2M functional architecture

9

• OM2M provides a Service Capability Layer (SCL) including a set of common services for M2M interoperability.

• A SCL can be deployed on the Network domain, or on the Device and Gateway domain.

OM2M primitive procedures and resources

SCL resource tree structure 10

OM2M implements a RESTful API. All M2M communications are performed

based on simple primitive procedures.

• Each SCL data model is structured using a standardized resource tree.

• The resources can be simply triggered using basic CRUD requests.

OM2M Primitive

procedures

11

Gateway

Applications

Smart_Meter_APP

M2M gateway

MEASUREMENT_3

ContentInstances

DATA

Containers

MEASUREMENT_2

MEASUREMENT_1

DESCRIPTION_1

ContentInstances

DESCRIPTOR

M2M server Smart Meter

HTTP/CoAP or

Interworking Proxy

HTTP/CoAP HTTP/CoAP

End user

OM2M resource tree example

Binding to multiple communication protocols

Request

• TargetID: resourceURI • Method: RETRIEVE/ CREATE/

UPDATE/ DELETE / EXECUTE • RequestingEntity

username/password • Representation: Object

Response

• Status: OK, CREATED/

NOT_FOUND, Etc. • URI: location • Representation: Object

Map

pin

g

CO

RE

HTTP client

Protocol independent

Request

Protocol independent

Response

COAP client

Service Capability Layer (SCL)

Other Machine

HTTP & CoAP binding 12

Device Management

Ligh

tWei

gth

M2

M

OM

A-D

M

Interworking Proxy

MQ

TT

ZIG

BEE

Communication Protocol Binding

CO

AP

HTT

P

Additional Services

Dat

a C

entr

ic

Ro

uti

ng

Au

ton

om

ic

Co

mp

uti

ng

Security

TLS-

PSK

Java Runtime Environment

OSGi EQUINOX framework

Operating System

Generic Processing

CO

RE

Hardware

You

r p

lugi

n!

OM2M building blocks

13

OM2M is a java platform running on top of an OSGi Equinox runtime which make it highly extensible via plugins.

Each SCL includes required plugins and is build as an Eclipse product using maven and Tycho.

KN

X

6Lo

wP

AN

TLS

OM2M main building blocks

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

Smart Meter Device

Smart Metering

Server

A representation of the NSCL and DSCL along with their corresponding resource structure.

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Smart Meter Device

Smart Metering

Server

Step 1- Network Application Registers to the NSCL

POST

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

Smart Meter Device

Smart Metering

Server

Step 3- The Smart Meter Registers to the NSCL

ElectMeterDCSL

POST POST

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 3- Device Application Registers to the DSCL

POST

Scls

ElectMeterDCSL

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 4- Device Application Creates An ElectData container

POST

Scls

ElectMeterDCSL ElectData

Containers

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 5- Device Application Creates a Data contentInstane

POST

Scls

ElectMeterDCSL

Data

ContentInstances

ElectData

Containers

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 5- Network Application Read Data content Instance

GET

Scls

ElectMeterDCSL

Data

ContentInstances

ElectData

Containers

GET

M2M smart Metering Example 1

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

SmartMeteringNSCL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 5’- Network Application Create Subscription on ElectData contetnInstances

POST

Scls

ElectMeterDCSL

Data

ContentInstances

ElectData

Containers

POST

M2M smart Metering Example 1

ElecProcSub

Subscriptions

DSCL NSCL ElectMeterDSCL

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

ElectMeterApp

MeterDataApp

Smart Metering

Server

Step 6’- Network Application receives notification

POST

Scls

ElectMeterDCSL

Data

ContentInstances

ElectData

Containers

POST

M2M smart Metering Example 1

PO

ST

Scls

SmartMeteringNSCL

Smart Meter Device

ElecProcSub

Subscriptions

M2M smart Metering Example 2

DSCL NSCL

M2M smart Metering Example 2

ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

Smart Meter Device

Smart Metering

Server

A representation of the NSCL and DSCL along with their corresponding resource structure.

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Smart Meter Device

Smart Metering

Server

Step 1- Network Application Registration to the NSCL

post

M2M smart Metering Example 2

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Subscriptions

NewMeters

Smart Meter Device

Smart Metering

Server

Step2- NA Subscribes for Registering Smart Meters

post

M2M smart Metering Example 2

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Subscriptions

NewMeters

SmartMeteringNSCL

ElectMeterDCSL

Smart Meter Device

Smart Metering

Server

Step 3- The Smart Meter Registers to the NSCL

POST POST

M2M smart Metering Example 2

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Subscriptions

NewMeters

SmartMeteringNSCL

ElectMeterDCSL

Smart Meter Device

Smart Metering

Server

Step 4- Notifying the Network Application about a Registered Smart Meter

PO

ST

M2M smart Metering Example 2

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Subscriptions

NewMeters

SmartMeteringNSCL

ElectMeterDCSL

ElectMeterApp

MeterDataApp

Smart Meter Device

Smart Metering

Server

Step 5- Device Application Registration to the DSCL

POST

M2M smart Metering Example 2

DSCL NSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA DA

dIa

mId

mIa

ElectProcessingApp

ElectProcessingApp

Subscriptions

NewMeters

SmartMeteringNSCL

ElectMeterDCSL

ElectMeterApp

MeterDataApp

Applications

ElectMeterApp

Elect Meter Device

Smart Metering

Server

Step 6- Announcing a Registered DA to the NSCL

POST

POST

M2M smart Metering Example 2

DSCL DSCL ElectMeterDSCL

Scls

Applications

SmartMeteringNCSL

Scls

Applications

NA ElectProcessingApp DA

Smart Meter Device

Smart Metering

Server

Subscriptions

ElectMeterApp

SmartMeteringNSCL

MeterDataApp

NewMeters

dIa

mId

mIa

ElectProcessingApp

ElectMeterDCSL

ElectData

Applications

ElectMeterApp

Containers

Step 7- Reporting Meter Data through the Use of Container Resource

POST

POST

M2M smart Metering Example 2

Demonstration

33

Thank you for you attention

34