onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3

Size: px
Start display at page:

Download "onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3"

Transcription

1 onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group onem2m onem2m

2 Outline Introduction to onem2m role of ETSI TC SmartM2M Zoom on onem2m R2 Introduction to onem2m R onem2m 2

3 onem2m Partnership Project Over 200 member organizations in onem2m All document are publically available 2016 onem2m

4 Purpose & Deliverables Purpose To specify and promote an M2M Common Service Layer Deliverables Technical Reports and Technical Specifications 2016 onem2m 4

5 2016 onem2m 5

6 2016 onem2m 6

7 2016 onem2m 7

8 What is onem2m? Application Layer Service Layer Network Layer It is a software/middleware layer It sits between applications and underlying communication networking HW/SW It typically rides on top of IP protocol stack It provides functions that applications across different industry segments commonly need It exposes common set of functions to applications via developer friendly APIs It is integrated into devices/gateways/servers and allows distributed intelligence It hides complexity of NW usage from apps It controls when communication happens It stores and shares data It supports access control It notifies applications about events 2016 onem2m 8

9 Work Process Energy Enterprise Healthcare Public Services Residential Other Transportation Industry REQUIREMENTS TS 0002 TECHNICAL REPORTS TECHNICAL SPECS 2016 onem2m 9

10 onem2m Architecture approach Pipe (vertical): 1 Application, 1 NW, 1 (or few) type of Device Point to point communications Horizontal (based on common Layer) Applications share common service and network infrastructure Multipoint communications Business Application Application Application Application Application Common Service Layer Common Service Layer Communication Network (wireline, wireless, Powerline..) Gateway Communication Network 1 S IP Communication Network 2 Digital representations (including semantics) Gateway Local NW A A Device Local NW A Device A S Device A S Device Device Things S Common Service Layer A Application 2016 onem2m 10

11 Architecture Application Entity Network Services Entity Node Provides application logic for the end to end M2M solutions Provides services to the CSEs besides the pure data transport Logical equivalent of a physical (or possibly virtualized, especially on the server side) device Application Layer AE AE AE Network Layer NSE Underlying Network NSE NSE Underlying Network NSE Application Service Node Middle Node Infrastructure Node 2016 onem2m 11

12 Architecture Reference Point One or more interfaces Mca, Mcn, Mcc and Mcc (between 2 service providers) Common Services Entity Provides the set of "service functions" that are common to the M2M environments Application Entity Provides application logic for the end to end M2M solutions Network Services Entity Provides services to the CSEs besides the pure data transport Node Logical equivalent of a physical (or possibly virtualized, especially on the server side) device Application Layer AE AE AE Mca Mca Mca Service Layer CSE CSE CSE CSE Mcn Mcc McnMcn Mcc Mcn Mcc Network Layer NSE Underlying Network NSE NSE Underlying Network NSE Application Service Node Middle Node Infrastructure Node Inf. Node 2016 onem2m 12

13 Communication Protocols Reuse IP based existing protocols NB: Interworking with field area protocols and data models (OCF, AllSeen, OMA LWM2M, Zwave, etc) Service Layer Core Protocols TS 0004 CoAP HTTP MQTT Binding WebSockets XML or JSON Content serialization HTTP Example REQUEST RESPONSE GET /~/CSE 178/CSEBase/home/erature HTTP/1.1 HTTP/ OK Host: provider.net X M2M RI: X M2M Origin: /CSE 123/WeatherApp42 X M2M RSC: 2000 X M2M RI: Content Type: application/vnd.onem2m res+json Accept: application/json Content Length: 101 { m2m:cin :[ "cnf":"application/json:0", "con":"{'timestamp': ,'value':25.32}"] } 2016 onem2m 13

14 Common Service Functions Registration Discovery Security Group Management Data Management & Repository Subscription & Notification Device Management Application & Service Management Communication Management Network Service Exposure Location Service Charging & Accounting 2016 onem2m 14

15 Strong implementation base Industry driven Open source implementations Examples of Commercial implementations /demos IotDM 2 interop. events in 2015/2016 With 30 participating organizations and 75 engineers 2016 onem2m 15

16 Ongoing collaborations Guidelines & Ref. Arch. collaborations MQTT uses interworks with Now OCF OMADM LWM2M Uses/interworks uses interworks with HTTP CoAP TLS DTLS Protocols Platforms 2016 onem2m 16

17 An overview of onem2m Release onem2m

18 onem2m Release 2 Industrial domain enablement Time series data Semantic interoperability Base ontology Semantic discovery Semantic descriptions Advanced protocol binding WebSockets Home domain enablement Home appliance information models onem2m Beyond initial release Security Dynamic Authorization End to End Security Privacy support onem2m Application Identification Registry established onem2m interworking framework Generic interworking AllJoyn/AllSeen OIC OMA LWM2M 3GPP Rel.13 Interworking 2016 onem2m 18

19 onem2m Release 2 Time Series Data Feature 2016 onem2m

20 Time Series Data AE registration CSE AE 2 Resource Tree at CSE CSEBase AE: CSE: Application Entity Common Services Entity 2016 onem2m 20

21 Time Series Data Create Time Series Container periodicintervaltime = 30 missingdatadetect = TRUE missingdatamaxnr = 5 CSE AE 2 Resource Tree at CSE CSEBase TimeSeries AE: CSE: Application Entity Common Services Entity 2016 onem2m 21

22 Time Series Data CSE AE 2 Resource Tree at CSE CSEBase Subscribe to Time Series Container TimeSeries subscription AE: CSE: Application Entity Common Services Entity 2016 onem2m 22

23 Time Series Data 1 st time series instance Time = X 32 CSE AE 2 Resource Tree at CSE CSEBase TimeSeries subscription timeseriesinstance1 Content = 32, time= X AE: CSE: Application Entity Common Services Entity 2016 onem2m 23

24 Time Series Data 2 nd time series instance Time = X CSE AE 2 Resource Tree at CSE CSEBase TimeSeries subscription timeseriesinstance1 Content = 32, time= X timeseriesinstance2 Content = 31, time= X + 30 CSE checks and verifies 2 nd instance arrived 30 seconds after 1 st instance AE: CSE: Application Entity Common Services Entity 2016 onem2m 24

25 Time Series Data 3 rd time series instance Time = X CSE AE 2 Resource Tree at CSE CSEBase TimeSeries subscription timeseriesinstance1 Content = 32, time= X AE: CSE: Application Entity Common Services Entity timeseriesinstance2 Content = 31, time= X + 30 timeseriesinstance3 Content = 33, time= X + 60 CSE checks and verifies 3 rd instance arrived 30 seconds after 2 nd instance 2016 onem2m 25

26 Time Series Data CSE detects missing time series instance Time = X + 90 No instance! CSE Missing Data Notification missingdata = 90 AE 2 Resource Tree at CSE CSEBase TimeSeries subscription timeseriesinstance1 Content = 32, time= X timeseriesinstance2 Content = 31, time= X + 30 timeseriesinstance3 Content = 33, time= X + 60 AE: CSE: Application Entity Common Services Entity 2016 onem2m 26

27 onem2m Release 2 Semantics Features 2016 onem2m

28 Semantic Annotation Resource Tree at CSE CSEBase AE 2 CSE AE: CSE: Application Entity Common Services Entity 2016 onem2m 28

29 Semantic Annotation Resource Tree at CSE CSEBase container AE 2 AE registration and container creation CSE AE: CSE: Application Entity Common Services Entity 2016 onem2m 29

30 Semantic Annotation Resource Tree at CSE CSEBase container AE 2 A reading 32 CSE AE: CSE: Application Entity Common Services Entity 2016 onem2m 30

31 Semantic Annotation CSEBase stored in container contentinstance1 Content: 32 AE 2 32 CSE AE: CSE: Application Entity Common Services Entity 2016 onem2m 31

32 Semantic Annotation CSEBase How can AE 2 know if is a erature sensor without having prior knowledge? container contentinstance1 Content: 32 AE 2 CSE How can AE 2 know 32 is measured in Celsius or Fahrenheit? AE: CSE: Application Entity Common Services Entity 2016 onem2m 32

33 Semantic Annotation onem2m Rel 2 supports adding extra semantic information to normal resources CSEBase Semantic Annotations semanticdescriptor1 container contentinstance1 Content: 32 semanticdescriptor2 AE 2 CSE AE: CSE: Application Entity Common Services Entity 2016 onem2m 33

34 Semantic Annotation Semantic descriptors formatted as RDF Triples. RDF triples expressed using ontology vocabularies (e.g. onem2m Base Ontology, SAREF, etc) CSEBase is a Temperature Sensor islocatedin Area A semanticdescriptor1 container contentinstance1 Content: 32 semanticdescriptor2 AE 2 CSE contentinstance1 is a Temperature Reading contentinstance1 ismeasuredin Celsius AE: CSE: RDF: Application Entity Common Services Entity Resource Description Framework 2016 onem2m 34

35 Semantic Resource Discovery Use Case Find erature sensor deployed in a particular location CSEBase is a Temperature Sensor islocatedin Area A semanticdescriptor1 Located in Area A AE 3 AE 3 semanticdescriptor2 AE 3 is a Temperature Sensor AE 3 islocatedin Area B CSE AE 2 I want to find a erature sensor located in Area B Located in Area B 2016 onem2m 35

36 Semantic Resource Discovery Release 2 Semantic based Resource Discovery feature can be used CSEBase is a Temperature Sensor islocatedin Area A semanticdescriptor1 Located in Area A AE 2 AE 3 Located in Area B AE 3 semanticdescriptor2 AE 3 is a Temperature Sensor AE 3 islocatedin Area B CSE SELECT?sensor WHERE {?sensor is a Temperature Sensor?sensor islocatedin Area B } semantics filter criteria expressed using SPARQL query syntax 2016 onem2m 36

37 Semantic Resource Discovery Release 2 Semantic based Resource Discovery feature can be used CSEBase is a Temperature Sensor islocatedin Area A semanticdescriptor1 Located in Area A AE 3 semanticdescriptor2 AE 3 is a Temperature Sensor AE 3 islocatedin Area B AE 2 CSE AE 3 Located in Area B 2016 onem2m 37

38 Semantic Resource Discovery Release 2 Semantic based Resource Discovery feature can be used CSEBase semanticdescriptor1 AE 3 semanticdescriptor2 Located in Area A AE 2 CSE AE 3 Located in Area B 2016 onem2m 38

39 R2 assessment, Beyond R2 Capabilities for Consumer IoT and Enterprise IoT are largely covered by R1 and R2 We do not pretend to cover the full scope as our standards are part of a bigger picture Main focus moving forward would be to add robustness, inteop and certification, developer guidelines Feedback from initial deployments 2016 onem2m 39

40 R3 initial features New work items related to industrial IoT and Smart Cities CIoT (NB IoT, LTE M, etc.) interworking is high priority for SPs (ongoing discussions with 3GPP, GSMA, OMA) Revisited interworking framework and specifications: DDS interworking OSGi interworking OPC UA interworking Smart cities use cases and best practices for use of onem2m in Smart Cities Automotive Advanced semantics as enabler of big data and analytics SAREF extensions Home domain Etc. Forging new alliances to advance work on use cases is key: smart cities, home and building and automotive 2016 onem2m 40

41 Attributes of IoT segments Consumer IoT Constrained and battery operated devices, wearables Mostly best effort communications (over the top apps) Limited to no mobility Verticals apps, silos likely to dominate for the short/medium term Centralized Analytics Enterprise IoT Less constrained devices Medium to high mobility Tracking and identification SLA and QoS may be critical for some use cases Graviation towards horizontal platforms Industrial IoT Powerful devices (Machines) High mobility SLAs and network QoS are key Deterministic networking Granular timing and synchronization (time series) Real time / largely distributed analytics Nokia Internal Use 2016 onem2m

42 Maturity levels Industrial IoT Enterprise IoT Consumer IoT 2016 onem2m 42

43 Thank You! Q&A 2016 onem2m 43

ONEM2M FOR SMART CITIES

ONEM2M FOR SMART CITIES ONEM2M FOR SMART CITIES Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell-Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m Outline Introduction to onem2m IoT technology trends

More information

onem2m and its role in achieving interoperability in IoT

onem2m and its role in achieving interoperability in IoT REGIONAL STANDARDIZATION FORUM FOR BRIDGING THE STANDARDIZATION GAP (BSG) Riyadh, Saudi Arabia, 19 November 2017 onem2m and its role in achieving interoperability in IoT Dr. Omar Elloumi onem2m technical

More information

onem2m Standards Activities - IoT/M2M Service Layer -

onem2m Standards Activities - IoT/M2M Service Layer - W3C Web of Thing WG Open day 16 May 2017, Osaka onem2m Standards Activities - IoT/M2M Service Layer - Nick(Norikazu) Yamasaki, onem2m SC Vice Chair Tamagawa University(Consultant for KDDI) onem2m www.onem2m.org

More information

IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017

IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017 IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell-Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2017 onem2m Metcalfe s law

More information

THE ROLE OF INTEROPERABILITY IN ACHIEVING PROFITABLE GROWTH IN IOT

THE ROLE OF INTEROPERABILITY IN ACHIEVING PROFITABLE GROWTH IN IOT THE ROLE OF INTEROPERABILITY IN ACHIEVING PROFITABLE GROWTH IN IOT Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell-Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2017 onem2m Outline

More information

The onem2m standard Horizontal Service Layer

The onem2m standard Horizontal Service Layer The onem2m standard Horizontal Service Layer June 8 th 2017, Bordeaux Nicolas Damour, Chairman of the onem2m WG2-Architecture group ndamour@sierrawireless.com Sierra Wireless is building the Internet of

More information

2 - onem2m Common Architecture for IoT

2 - onem2m Common Architecture for IoT 2 - onem2m Common Architecture for IoT Dr. Mahdi Ben Alaya Founder & CEO, Sensinov benalaya@sensinov.com www.sensinov.com November 14, 2016 M2M world of connected services 2 Introduction Communication

More information

onem2m - A Common Service Layer for IoT Basic principles and architecture overview

onem2m - A Common Service Layer for IoT Basic principles and architecture overview onem2m - A Common Service Layer for IoT Basic principles and architecture overview Presented by: Xavier Piednoir For: ILNAS & ETSI Workshop IoT & Technical Standardization 6 July 2018 ETSI 2018 Contents

More information

onem2m Common Architecture for IoT interoperability

onem2m Common Architecture for IoT interoperability onem2m Common Architecture for IoT interoperability Dr. Mahdi Ben Alaya Founder & CEO, Sensinov benalaya@sensinov.com www.sensinov.com October 23, 2017 Biography R&D engineer at LAAS-CNRS laboratory in

More information

Standards to enable an IoT Eco System

Standards to enable an IoT Eco System Standards to enable an IoT Eco System Andreas Neubacher, Deutsche Telekom Technology Architecture & Innovation Standardization & IPR Management 14.06.2016 1 Definition & what s actually the language of

More information

temp heat I/O A/C flow valve pump

temp heat I/O A/C flow valve pump temp flow I/O heat A/C valve pump temp flow I/O heat A/C valve pump temp temp time flow I/O heat A/C valve pump temp temp time flow I/O heat A/C valve pump 0110100101101110101101 temp temp time flow I/O

More information

HOT TOPICS LED BY ETSI - 5G AND IOT

HOT TOPICS LED BY ETSI - 5G AND IOT HOT TOPICS LED BY ETSI - 5G AND IOT ILNAS workshop Luxembourg 7 July 2017 AGENDA 5G and its building blocks IoT THE THREE HIGH LEVEL 5G USE CASE FAMILIES Enhanced Mobile Broadband Massive Machine Type

More information

How onem2m fits into the landscape of IoT technologies

How onem2m fits into the landscape of IoT technologies How onem2m fits into the landscape of IoT technologies 3 rd onem2m Industry Day Bangalore, September 20 th 2017 Dr. Josef J. Blanz 20-Sep-2017 3rd onem2m Industry Day hosted by TSDSI 1 M2M/IoT: Surge of

More information

Open source onem2m Platforms

Open source onem2m Platforms Open source onem2m Platforms Jaeho Kim, KETI jhkim@keti.re.kr What we need? Introduce onem2m Standard onem2m based Implementations Introduce Mobius and &Cube platforms Interworking demo & projects 2 What

More information

IoT Standards & Smart Cities Session 1: The Internet of Things Revolution in India Maximising the Next Generation IoT Opportunity in India

IoT Standards & Smart Cities Session 1: The Internet of Things Revolution in India Maximising the Next Generation IoT Opportunity in India IoT Standards & Smart Cities Session 1: The Internet of Things Revolution in India Maximising the Next Generation IoT Opportunity in India Dinesh Chand Sharma (Seconded European Standardization Expert

More information

Showcase. Showcase D: onem2m Enriched Personal Life

Showcase. Showcase D: onem2m Enriched Personal Life Showcase Showcase D: onem2m Enriched Personal Life onem2m Showcase, 2014-12-09 Source: Huawei Technologies Co., Ltd., China United Network Communications Group Company Limited Showcase D: onem2m Enriched

More information

High Level Architecture (HLA)

High Level Architecture (HLA) 1 High Level Architecture (HLA) Release 2.0 WG03 lot Standardisation 2015 2 3 4 5 6 7 8 9 10 11 12 1. Highlights and recommendation... 3 2. Objectives of this document... 3 3. Use of ISO/IEC/IEEE 42010...

More information

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m

More information

Information Sharing for onem2m Native and Interworked Applications. ETSI IoT/M2M Workshop 2016 Source: Joerg Swetina (NEC) Session 4: IoT Semantic

Information Sharing for onem2m Native and Interworked Applications. ETSI IoT/M2M Workshop 2016 Source: Joerg Swetina (NEC) Session 4: IoT Semantic Information Sharing for onem2m Native and Interworked Applications ETSI IoT/M2M Workshop 2016 Source: Joerg Swetina (NEC) Session 4: IoT Semantic Overview 1. onem2m native applications 2. data models 3.

More information

onem2m A Common Service Platform for IoT

onem2m A Common Service Platform for IoT onem2m A Common Service Platform for IoT Paul L. Russell, Jr. InterDigital Communications Conshohocken, PA June 10, 2016 2015 InterDigital, Inc. 1 1 Outline Overview of onem2m Activities Interoperability

More information

Internet of Things (various aspects), applications, challenges, Standards, current status, etc.

Internet of Things (various aspects), applications, challenges, Standards, current status, etc. Internet of Things (various aspects), applications, challenges, Standards, current status, etc. Dinesh Chand Sharma (Seconded European Standardization Expert In INDIA) Workshop on 5G Internet of Things

More information

OVERVIEW OF ETSI IoT ACTIVITIES

OVERVIEW OF ETSI IoT ACTIVITIES OVERVIEW OF ETSI IoT ACTIVITIES ETSI IoT Week Luis Jorge Romero 24 October 2017 A DEFINITION? The Internet of things (IoT) is the inter networking of physical devices, vehicles (also referred to as "connected

More information

Standard Open Source Cloud APIs for the Smart Home

Standard Open Source Cloud APIs for the Smart Home Standard Open Source Cloud APIs for the Smart Home Sébastien Bolle, André Bottaro, Martin Hund, Andreas Kraft, Jean-Pierre Combe, Hans-Werner Bitzer 1 Eclipse IoT Days Grenoble 2018 January, 19th 2018

More information

ETSI M2M Release 2. Enrico Scarrone, ETSI TC Smart M2M Vice-Chairman, Telecom Italia 4 ETSI M2M workshop, Mandelieu, France, EU

ETSI M2M Release 2. Enrico Scarrone, ETSI TC Smart M2M Vice-Chairman, Telecom Italia 4 ETSI M2M workshop, Mandelieu, France, EU Enrico Scarrone, ETSI TC Smart M2M Vice-Chairman, Telecom Italia 4 ETSI M2M workshop, Mandelieu, France, EU TC M2M (now SmartM2M) Hasbeenfoundedin2008 to develop and maintain an end-to-end overall telecommunication

More information

Mahdi Ben Alaya Thierry Monteil Samir Medjiah Khalil Drira {ben.alaya, monteil, medjiah,

Mahdi Ben Alaya Thierry Monteil Samir Medjiah Khalil Drira {ben.alaya, monteil, medjiah, 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 M2M world of connected services 2 M2M market

More information

High Level Architecture (HLA)

High Level Architecture (HLA) High Level Architecture (HLA) Release 2.1 AIOTI WG03 lot Standardisation Sept. 2016 1. Highlights and recommendation... 3 2. Objectives of this document... 3 3. Use of ISO/IEC/IEEE 42010... 3 4. AIOTI

More information

Power of open source communities to onem2m

Power of open source communities to onem2m ETSI M2M Workshop 2015 featuring onem2m Power of open source communities to onem2m Prof. Song JaeSeung (jssong@sejong.ac.kr) Sejong University & KETI 11. December, 2015 1 Introduction to open source 2

More information

HOP Ubiquitous Overview

HOP Ubiquitous Overview HOP Ubiquitous Overview HOP Ubiquitous Overview Commercial in confidence Commercial HOP Ubiquitous in confidence S.L. 2015 HOP www.hopu.eu Ubiquitous S.L. Page 20141 Dr. Antonio J. Jara HOP Ubiquitous

More information

Combining LwM2M and OneM2M

Combining LwM2M and OneM2M Combining LwM2M and OneM2M A Developer s Perspective OMA IoT Developer Seminar, Singapore, 26 th October 2016 Sierra Wireless is building the Internet of Things. 1 Sierra Wireless Overview Founded in 1993

More information

OM2M Horizontal platform for the IoT

OM2M Horizontal platform for the IoT OM2M Horizontal platform for the IoT Guillaume Garzone garzone@laas.fr Phd students: Amal Abid (Tunisie) François Aïssaoui (Univ. Boston) Yassine Banouar Chloé Bazile Ines Decouchelle (IRIT) Chekra El

More information

Status of Machine to Machine Standards work in TC M2M and onem2m. Many thanks to the various contributors from TC M2M

Status of Machine to Machine Standards work in TC M2M and onem2m. Many thanks to the various contributors from TC M2M Status of Machine to Machine Standards work in TC M2M and onem2m Source : David Boswarthick (Technical Officer TC M2M). Many thanks to the various contributors from TC M2M Setting the Scene 2 Where do

More information

On Management, Abstraction & Semantics

On Management, Abstraction & Semantics On, Abstraction & Semantics Yongjing Zhang Standard Research Lead, Carrier Software BU, Huawei Technologies Co., Ltd. zhangyongjing@huawei.com onem2m www.onem2m.org Agenda Concepts about M.A.S. The Capabilities

More information

ETSI standards are enabling a global M2M solution. Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU

ETSI standards are enabling a global M2M solution. Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU ETSI standards are enabling a global M2M solution Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU From (smart) phones to a world.. made of intelligent and

More information

ETSI IoT/M2M Workshop 2016 featuring the Smart World. November 15 th -17 th, 2016

ETSI IoT/M2M Workshop 2016 featuring the Smart World. November 15 th -17 th, 2016 Abstraction and identity management in an open smart home Sébastien Bolle (speaker) André Bottaro David Excoffier IoT Research, Orange Labs 1 ETSI IoT/M2M Workshop 2016 featuring the Smart World November

More information

Facing the Challenges of M2M Security and Privacy Phil Hawkes Principal Engineer at Qualcomm Inc. onem2m

Facing the Challenges of M2M Security and Privacy Phil Hawkes Principal Engineer at Qualcomm Inc. onem2m Facing the Challenges of M2M Security and Privacy Phil Hawkes Principal Engineer at Qualcomm Inc. phawkes@qti.qualcomm.com onem2m www.onem2m.org 1 Overview onem2m Architecture: a quick review Challenges

More information

Cyber Physical Systems Standards and Frugal Innovation challenges

Cyber Physical Systems Standards and Frugal Innovation challenges Cyber Physical Systems Standards and Frugal Innovation challenges Dinesh Chand Sharma (Seconded European Standardization Expert In INDIA) CCICI - NIST International Workshop on Cloud Computing and Cyber

More information

Khartoum, Sudan Dec 2017

Khartoum, Sudan Dec 2017 ITU-SUDACAD Regional Forum on Internet of Things for Development of Smart and Sustainable Cities Khartoum, Sudan 13-14 Dec 2017 Standardized architectures and important standards defining organizations

More information

ETSI M2M workshop Nov 2013

ETSI M2M workshop Nov 2013 Promoting the use of IP in networks of Smart Objects ETSI M2M workshop Nov 2013 Patrick Wetterwald IPSO President pwetterw@cisco.com IPSO Alliance use only @2013 Enabling the Internet of Things The IPSO

More information

Industrial Internet Connectivity Framework (IICF)

Industrial Internet Connectivity Framework (IICF) Industrial Internet Connectivity Framework (IICF) IIC Liaison Workshop with onem2m Dr. Rajive Joshi Co-Chair, Connectivity Task Group, Industrial Internet Consortium (IIC) Principal Solution Architect,

More information

Partners: TEST ACTIVITIES. Presented by Sebastian Müller. Project Manager ETSI Centre for Testing and Interoperability. All rights reserved

Partners: TEST ACTIVITIES. Presented by Sebastian Müller. Project Manager ETSI Centre for Testing and Interoperability. All rights reserved Partners: TEST ACTIVITIES Presented by Sebastian Müller Project Manager ETSI Centre for Testing and Interoperability All rights reserved WHAT IS onem2m? 2 IoT Cross domain Interoperability 3 Container

More information

AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION

AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION 11:00-12: 00 Panel on Converging IoT standards Moderator: Patrick Guillemin, WG03 Chair 3GPP, onem2m, ETSI SmartM2M, ITU-T SG20, IEEE P2413, ISO/IEC JTC1 WG10, CEN/CENELEC, IIC, OPC and Platform I4.0,

More information

ONEM2M INDUSTRY DAY ALAN SOLOWAY, QUALCOMM. 12 July 2017

ONEM2M INDUSTRY DAY ALAN SOLOWAY, QUALCOMM. 12 July 2017 ONEM2M INDUSTRY DAY ALAN SOLOWAY, QUALCOMM 12 July 2017 Time Isolated Aggregated Massively Connected Cloud / Data Centres Rich Devices / Gateways Constrained Devices The architecture will need to achieve

More information

27 June, 2017 Jaeho Kim Korea Electronics Technology Institute

27 June, 2017 Jaeho Kim Korea Electronics Technology Institute OCEAN 오픈소스소개 27 June, 2017 Jaeho Kim Korea Electronics Technology Institute I. OCEAN Overview II. OCEAN open source III. OCEAN Trends IV. Globalization & Supporting V. OCEAN Directions VI. OCEAN IoT Platform:

More information

onem2m Overview and Positioning Dr. Josef J. Blanz,

onem2m Overview and Positioning Dr. Josef J. Blanz, onem2m Overview and Positioning Dr. Josef J. Blanz, 2018-02-08 M2M/IoT: Surge of connected things ~25 Billion Interconnected devices forecast in 2020 1 Transforming industries with innovative services

More information

Machine Type Communication and M2M Platform Evolution: Horizontal Service Capabilities or Vertical Silo Mindset?

Machine Type Communication and M2M Platform Evolution: Horizontal Service Capabilities or Vertical Silo Mindset? Machine Type Communication and M2M Platform Evolution: Horizontal Service Capabilities or Vertical Silo Mindset? 3 rd IoT Forum, Bled, Slowenia November 28-30, 2012 Dr. Sebastian Wahle 1 sebastian.wahle@fokus.fraunhofer.de

More information

Machine Communication Platforms for Smart Home Applications. Tom Pfeifer Next Generation Networks ANGA COM 2013

Machine Communication Platforms for Smart Home Applications. Tom Pfeifer Next Generation Networks ANGA COM 2013 Machine Communication Platforms for Smart Home Applications Tom Pfeifer Next Generation Networks ANGA COM 2013 TU: FOKUS: Lehrstuhl Architektur der Vermittlungsknoten, AV Competence Centre Next Generation

More information

Harvesting IOT data. (Using IP networks) Ericsson 2014

Harvesting IOT data. (Using IP networks) Ericsson 2014 Harvesting IOT data (Using IP networks) Samita Chakrabarti ETSI M2M Workshop Ericsson 2014 overview The network society AGGREGATION AND CONVERGENCE IP BASED IOT AND M2M NETWORKS USECASES AND PROTOTYPE

More information

W3C Web of Things. W3C Auto WG F2F Meeting April 2016

W3C Web of Things. W3C Auto WG F2F Meeting April 2016 W3C Web of Things W3C Auto WG F2F Meeting April 2016 Soumya Kanti Datta Research Engineer, EURECOM Coordinator, TF-DI in W3C WoT IG Email: dattas@eurecom.fr Internet of Things - Landscape 28-April-2016

More information

W3C WoT call CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at

W3C WoT call CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at W3C WoT call 29.08.2018 CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at NGSI-LD@etsi.org HOW COULD WOT AND NGSI-LD FIT TOGETHER? ETSI ISG CIM has been working

More information

DEFINITION OF A PILOT TEST PLAN FOR COOPERATION OF AGRICULTURE EQUIPMENT WITH ONEM2M AND C-ITS

DEFINITION OF A PILOT TEST PLAN FOR COOPERATION OF AGRICULTURE EQUIPMENT WITH ONEM2M AND C-ITS DEFINITION OF A PILOT TEST PLAN FOR COOPERATION OF AGRICULTURE EQUIPMENT WITH ONEM2M AND C-ITS ETSI STF 542 Presented by Michelle Wetterwald for ETSI ITS Workshop, Berlin, 7 h of March, 2018 Outline Motivation

More information

The Role and Contribution of OMA in Service Delivery Platform Standardization

The Role and Contribution of OMA in Service Delivery Platform Standardization The Role and Contribution of OMA in Service Delivery Platform Standardization ITU-T SDP Workshop 17 October 2011 Musa Unmehopa Technical Plenary Chairman, OMA Senior Manager, Alcatel-Lucent What I ll be

More information

This Specification is provided for future development work within onem2m only. The Partners accept no liability for any use of this Specification.

This Specification is provided for future development work within onem2m only. The Partners accept no liability for any use of this Specification. Document Number Document Name: ONEMM TECHNICAL SPECIFICATION TS-003-V..3. Interoperability Testing Date: 08-03- Abstract: The specification address the testing of the primitives on the onemm interfaces

More information

ITU-T Study Group 20: Internet of Things (IoT) and smart cities and communities

ITU-T Study Group 20: Internet of Things (IoT) and smart cities and communities ITU-T Study Group 20: Internet of Things (IoT) and smart cities and communities ITU-T Study Group 20: Internet of things (IoT) and smart cities and communities (SC&C) Responsible for studies relating to

More information

Document Number Document Name: Date: Abstract:

Document Number Document Name: Date: Abstract: Document Number Document Name: Date: Abstract: ONEM2M TECHNICAL SPECIFICATION TS-0024-V2.0.0 OIC Interworking 2016-August-30 This document specifies the onem2m and OIC Interworking Template Version: 08

More information

Document Number Document Name: Date: Abstract:

Document Number Document Name: Date: Abstract: Document Number Document Name: Date: Abstract: ONEM2M TECHNICAL REPORT TR-0022-V2.0.0 Continuation & integration of HGI Smart Home activities 2016-August-30 The document is a study of the continuation

More information

Towards Semantic IoT, onem2m Base Ontology

Towards Semantic IoT, onem2m Base Ontology Towards Semantic IoT, onem2m Base Ontology Dr. Mahdi Ben Alaya Founder & CEO, Sensinov benalaya@sensinov.com www.sensinov.com October 23, 2017 Do we really need semantic? onem2m Release-1 ensure interoperability

More information

Country-Wide Deployment of IoT Operator s Commercial LPWA Network for License Band Service in Korea, and Implications on Standards Update

Country-Wide Deployment of IoT Operator s Commercial LPWA Network for License Band Service in Korea, and Implications on Standards Update Country-Wide Deployment of IoT Operator s Commercial LPWA Network for License Band Service in Korea, and Implications on Standards Update 2018.10.24 ETRI, Jae-Young Ahn/ in collaboration with AMOSense/

More information

High Level Architecture (HLA)

High Level Architecture (HLA) AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION High Level Architecture (HLA) Release 3.0 AIOTI WG03 lot Standardisation June 2017 Table of Contents 1 Highlights and recommendation... 4 2 Objectives of

More information

Web of Things Architecture and Use Cases. Soumya Kanti Datta, Christian Bonnet Mobile Communications Department

Web of Things Architecture and Use Cases. Soumya Kanti Datta, Christian Bonnet Mobile Communications Department Web of Things Architecture and Use Cases Soumya Kanti Datta, Christian Bonnet Mobile Communications Department Email: Soumya-Kanti.Datta@eurecom.fr Connecting Things in IoT Source: http://www.itworld.com/

More information

SAREF ONTOLOGY & ROADMAP

SAREF ONTOLOGY & ROADMAP SAREF ONTOLOGY & ROADMAP Laura Daniele (TNO) and Raúl García Castro (UPM) ETSI IoT Week 2017, Sophia Antipolis, 24 October 2017 BACKGROUND Standardization in IoT has largely focused at the technical communication

More information

ETSI TC smartm2m overview and prospective. Enrico Scarrone ETSI smartm2m Chairman, OneM2M Steering Committee Vice chairman (representing ETSI)

ETSI TC smartm2m overview and prospective. Enrico Scarrone ETSI smartm2m Chairman, OneM2M Steering Committee Vice chairman (representing ETSI) ETSI TC smartm2m overview and prospective Enrico Scarrone ETSI smartm2m Chairman, OneM2M Steering Committee Vice chairman (representing ETSI) ETSI TC SmartM2M and onem2m ETSI SmartM2M started in 2008 as

More information

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager An OSGI-based Semantic Information Broker for Smart Environments ATC 2011 ARTEMIS JU SP3 / 100017: Smart Objects For Intelligent Applications Paolo Azzoni Research Project Manager Summary Introduction

More information

ONEM2M TECHNICAL SPECIFICATION

ONEM2M TECHNICAL SPECIFICATION Document Number Document Name: ONEM2M TECHNICAL SPECIFICATION TS-0013-V.1.0.0 Interoperability Testing Date: Abstract: 2016-February-29 The specification address the testing of the primitives on the onem2m

More information

This Specification is provided for future development work within onem2m only. The Partners accept no liability for any use of this Specification.

This Specification is provided for future development work within onem2m only. The Partners accept no liability for any use of this Specification. Document Number Document Name: ONEM2M TECHNICAL SPECIFICATION TS-0014-V2.0.1 Interworking Date: 2018-03-12 Abstract: The present document specifies the interworking capabilities of the M2M Service Layer

More information

OCF Specification Overview Core Technology Specification. OCF 2.0 Release June 2018

OCF Specification Overview Core Technology Specification. OCF 2.0 Release June 2018 OCF Specification Overview Core Technology Specification OCF 2.0 Release June 2018 Core Framework Topics Outline (1 of 2) Objectives RESTful Architecture OCF Roles Resources Basic Operations Organization

More information

onem2m Showcase demos

onem2m Showcase demos onem2m Showcase demos Presented by Laurent Velez for ETSI IoT Week 2017 INTRODUCTION The ETSI IoT week provides an ideal opportunity to demonstrate the progress in the development of products based on

More information

ITU-T Study Group 20: Internet of things (IoT) and smart cities and communities (SC&C)

ITU-T Study Group 20: Internet of things (IoT) and smart cities and communities (SC&C) ITU-T Study Group 20: Internet of things (IoT) and smart cities and communities (SC&C) The Internet of Things has the power to revolutionize everything Our Homes Our Businesses Our Cities ITU-T Activities

More information

Web of Things: W3C Vision & Roadmap on IoT Standardizations

Web of Things: W3C Vision & Roadmap on IoT Standardizations ASIA-PACIFIC TELECOMMUNITY The 28 th APT Standardization Program Forum (ASTAP-28) 6-10 March 2017, Bangkok, Thailand Web of Things: W3C Vision & Roadmap on IoT Standardizations W3C/Beihang University China

More information

The Integrated Smart & Security Platform Powered the Developing of IOT

The Integrated Smart & Security Platform Powered the Developing of IOT The Integrated Smart & Security Platform Powered the Developing of IOT We Are Entering A New Era- 50million connections Smart-Healthcare Smart-Wearable VR/AR Intelligent Transportation Eco-Agriculture

More information

AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION

AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION AIOTI ALLIANCE FOR INTERNET OF THINGS INNOVATION GLOBAL STANDARD INITIATIVES DOT SEMINAR ON M2M COMMUNICATIONS/IOT ORGANIZED BY NTIPRIT Dinesh Chand Sharma (Seconded European Standardization Expert in

More information

How to make the interoperability of IoT data

How to make the interoperability of IoT data How to make the interoperability of IoT data Shao Weixiang ZTE Corporation shao.weixiang@zte.com.cn 1 Challenge of IoT data interoperability due to IoT standards Jungle Source: AIOTI WG03, 2015 IoT standards

More information

Defragmenting the IoT with the Web of Things

Defragmenting the IoT with the Web of Things Defragmenting the IoT with the Web of Things Enabling Open Markets of Services Dave Raggett, W3C Activity lead for Web of Data FIWARE Summit, Porto 8 May 2018 Defragmenting the Internet of Things The Internet

More information

IP Based Architecture for the Internet of Things. IPV6 and Related Standards for IoT Interoperability November 20, 2014

IP Based Architecture for the Internet of Things. IPV6 and Related Standards for IoT Interoperability November 20, 2014 IP Based Architecture for the Internet of Things IPV6 and Related Standards for IoT Interoperability November 20, 2014 1 IoT Architecture Problems to Solve Interoperability In the way in which software

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 222 V15.0.0 (2018-07) TECHNICAL SPECIFICATION 5G; Common API Framework for 3GPP Northbound APIs (3GPP TS 29.222 version 15.0.0 Release 15) 1 TS 129 222 V15.0.0 (2018-07) Reference DTS/TSGC-0329222vf00

More information

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse Eclipse IoT State of the Union Benjamin Cabé, Eclipse Foundation @kartben Typical IoT Architecture telemetry telemetry commands commands Gateways Devices (sensors & actuators) IoT Cloud Platform Applications

More information

Internet of Things: The story so far

Internet of Things: The story so far Ref. Ares(2014)1153776-11/04/2014 Internet of Things: The story so far Payam Barnaghi Centre for Communication Systems Research (CCSR) Faculty of Engineering and Physical Sciences University of Surrey

More information

How to Route Internet Traffic between A Mobile Application and IoT Device?

How to Route Internet Traffic between A Mobile Application and IoT Device? Whitepaper How to Route Internet Traffic between A Mobile Application and IoT Device? Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. Approach: 1 Uses AWS IoT Setup

More information

OVERVIEW OF ETSI M2M ARCHITECTURE Presented by: Barbara Pareglio, Ericsson. ETSI All rights reserved

OVERVIEW OF ETSI M2M ARCHITECTURE Presented by: Barbara Pareglio, Ericsson. ETSI All rights reserved OVERVIEW OF ETSI M2M ARCHITECTURE Presented by: Barbara Pareglio, Ericsson ETSI 2011. All rights reserved October 2011 Why ETSI M2M? Provide an M2M architecture with a generic set of capabilities for M2M

More information

ONEM2M TECHNICAL SPECIFICATION

ONEM2M TECHNICAL SPECIFICATION Document Number Document Name: ONEM2M TECHNICAL SPECIFICATION TS-0011-V2.4.1 Common Terminology Date: Abstract: 2016-August-30 This TS contains a collection of specific technical terms (definitions and

More information

Dynamic Semantics for the Internet of Things. Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom

Dynamic Semantics for the Internet of Things. Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom Dynamic Semantics for the Internet of Things Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom 1 Things, Devices, Data, and lots of it image courtesy:

More information

Welcome to IoTivity. Mike Richmond, Executive Director Open Interconnect Consortium

Welcome to IoTivity. Mike Richmond, Executive Director Open Interconnect Consortium Welcome to IoTivity Mike Richmond, Executive Director Open Interconnect Consortium Abstract This presentation will introduce today's track on IoTivity. The session will explain where the effort fits strategically

More information

Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects

Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects Soumya Kanti Datta Research Engineer, EURECOM TF-DI Coordinator in W3C WoT IG Email: dattas@eurecom.fr Roadmap

More information

IoT CoAP Plugtests & Workshop November 27 th 2012

IoT CoAP Plugtests & Workshop November 27 th 2012 Building the Environment for the Things as a Service IoT CoAP Plugtests & Workshop November 27 th 2012 Introduction The BETaaS FP7 project Facts Start date: 1/10/12 End date: 31/3/15 (30 months) Cost:

More information

F-Interop Online Platform of Interoperability and Performance Tests for the Internet of Things

F-Interop Online Platform of Interoperability and Performance Tests for the Internet of Things 22 F-Interop Online Platform of Interoperability and Performance Tests for the Internet of Things Sébastien Ziegler 1, Loïc Baron 2, Brecht Vermeulen 3 and Serge Fdida 2 1 Mandat International, Switzerland

More information

IOTIVITY INTRODUCTION

IOTIVITY INTRODUCTION IOTIVITY INTRODUCTION Martin Hsu Intel Open Source Technology Center 1 Content may contain references, logos, trade or service marks that are the property of their respective owners. Agenda Overview Architecture

More information

ONEM2M TECHNICAL SPECIFICATION

ONEM2M TECHNICAL SPECIFICATION ONEM2M TECHNICAL SPECIFICATION Document Number Document Name: Date: Abstract: TS-0001-V1.13.1 Functional Architecture 2016- February-29 This document specifies the functional architecture for the onem2m

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

Internet of Things: An Introduction

Internet of Things: An Introduction Internet of Things: An Introduction IoT Overview and Architecture IoT Communication Protocols Acknowledgements 1.1 What is IoT? Internet of Things (IoT) comprises things that have unique identities and

More information

OVERVIEW OF ETSI M2M RELEASE 1 STAGE 3 API AND RESOURCE USAGE

OVERVIEW OF ETSI M2M RELEASE 1 STAGE 3 API AND RESOURCE USAGE OVERVIEW OF ETSI M2M RELEASE 1 STAGE 3 API AND RESOURCE USAGE Presented by Guang Lu, WG3 Rapporteur, InterDigital Outline TS 102 921 overview ETSI M2M reference points ETSI M2M resource tree ETSI M2M API

More information

W3C Web of Things. Mohammed Dadas - Orange

W3C Web of Things. Mohammed Dadas - Orange W3C Web of Things Mohammed Dadas - Orange ETSI M2M Workshop -December 10 th, 2014 Agenda Orange today What is W3C Web of Things Interest Group overview Conclusion Orange today Orange in figures Orange

More information

DIGITIZING INDUSTRY, ICT STANDARDS TO

DIGITIZING INDUSTRY, ICT STANDARDS TO DIGITIZING INDUSTRY, ICT STANDARDS TO DELIVER ON DIGITAL SINGLE MARKET OBJECTIVES ETSI When Standards Support Policy 14 November 2016 Emilio Davila Gonzalez Unit Start ups & Innovation, EC DG Connect 72%

More information

WSN & IoT System Interoperability

WSN & IoT System Interoperability WSN & IoT System Interoperability Jerker Delsing Professor LTU IEC WSN IoT 140225-26 NIST INTERNATIONAL ELECTROTECHNICAL COMMISSION Intelligent industrial processes - ProcessIT Prof Jerker Delsing Arrowhead

More information

Security Monitoring of LwM2M Protocol

Security Monitoring of LwM2M Protocol Security Monitoring of LwM2M Protocol Technical Report FIT-TR-2017-16 Ondřej Ryšavý Marek Rychlý Ondřej Ryšavý Technical Report no. FIT-TR-2017-16 Faculty of Information Technology Brno University of Technology

More information

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse 3 Software Stacks for IoT Solutions Ian Skerrett Eclipse Foundation @ianskerrett Copyright 2016 The Eclipse Foundation. All Rights Reserved Eclipse Foundation Not-for-profit open source foundation responsible

More information

From Connected Lightweight From HoT Devices to CoLD (CoLD) to Home of Things (HoT)

From Connected Lightweight From HoT Devices to CoLD (CoLD) to Home of Things (HoT) From Connected Lightweight From HoT Devices to CoLD (CoLD) to Home of Things (HoT) Eclipse IOT Day February 19, 2014 Dr. Thierry Lestable, Jean Grappy Office of the CTO IoT/M2M, Beyond the Hype http://www.gartner.com/newsroom/id/2575515

More information

to Serve the Internet of Things: the onem2m Initiative

to Serve the Internet of Things: the onem2m Initiative to Serve the Internet of Things: the onem2m Initiative David Foote CTO, Hitachi CTA ATIS Board of Directors Vice-Chair, onem2m Steering Committee david.foote@hitachi-cta.com 1 Major Customers & Partners:

More information

An Overview of the User Services Platform (USP) (Broadband Forum TR-369)

An Overview of the User Services Platform (USP) (Broadband Forum TR-369) An Overview of the User Services Platform (USP) (Broadband Forum TR-369) Prepared especially for technical people - most meaningless marketing terms have been removed What we re going to talk about TR-069

More information

CONTEXT INFORMATION MANAGEMENT

CONTEXT INFORMATION MANAGEMENT ETSI ISG CIM https://portal.etsi.org/cim CONTEXT INFORMATION MANAGEMENT OASC CONNECTED SMART CITIES CONFERENCE 11.01.2018 SESSION: "GLOBAL STANDARDS FOR IOT AND SMART CITIES & COMMUNITIES" Contact Lindsay

More information

Presentation on OSGi Alliance

Presentation on OSGi Alliance Presentation on OSGi Alliance Rouzbeh Farhoumand OSGi Alliance Board of Directors Huawei Technologies 2017-05-24, Shenzhen, China onem2m Industry Day 1 What is the OSGi Alliance Founded in 1999 Proven,

More information

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website:

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website: Whitepaper IoT Protocols PAASMER Support for Protocols Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. IoT Protocols 4 3. Connectivity Protocols 5 4. Application Layer

More information