M2M Service Architecture: Delivering M2M Services Over Heterogeneous Networks

Size: px
Start display at page:

Download "M2M Service Architecture: Delivering M2M Services Over Heterogeneous Networks"

Transcription

1 Service Architecture: Delivering Services Over Heterogeneous Networks IEEE Communications Quality & Reliability 202 International Workshop May 7, 202 Chonggang Wang InterDigtial Communications

2 Agenda Overview Protocol Stack Service Architecture CoAP Protocol Evolution to IoT 2

3 Overview - Definition Machine-to-Machine () is about communication among devices (such as a sensor or meter) without (or only limited) human intervention to capture/retrieve an event or status (such as temperature, inventory level, etc.), which is relayed through a network (wireless, wired or hybrid) to an application (software program), that translates the captured event into meaningful information (for example, items need to be restocked). a huge amount of resource-constrained or powerful devices autonomous device operation and management seamless domain inter-operability energy efficiency self-organization Source: Wikipedia 3

4 Overview General Network Architecture Devices Area Networks Gateway Access Networks Core Networks Server Network s Devices Access Networks Core Networks Server Network s Area Networks IEEE , etc Consists of resource-constrained devices (sensors and actuators) Gateway Converged GW Connects area networks to core networks via access networks Access Networks xdsl/cable, 3G/LTE, PLC Connects GW to core Core Networks IPv4/v6 Connects to Sever Server Connects to applications and/or backend database 4

5 Overview - Enabling Technologies Services and s Sensing Data Analytics Embedded Devices RESTful Web Communications IPv6/6LoWPAN 5

6 Overview Some Deployments Proprietary Logic Set A Proprietary Logic Set B Proprietary Logic Set C Proprietary Logic Set D Logic Proprietary Service Function Set A Proprietary Service Function Set B Proprietary Service Function Set C Proprietary Service Function Set D Proprietary Service Functions RFID RFID GPS, Cellular WiFI, BT, WSN Smart City in Oulu Communications Infrastructure Vertical and Proprietary Solution 6

7 Overview Characteristics and Challenges Huge Number of Devices device management, system optimization Diverse s and Use Cases Different traffic model: event-based, query-based, continuous streaming Different performance requirements: delay, lifetime, security, energy-efficiency Heterogeneous Communications Technologies Wireless: Capillary vs Cellular; Short-range vs Long-range Wired: PLC, Ethernet, xdsl, Fiber Different Actors device manufacturers, network providers, service providers, application providers, & system integrators Horizontal solutions are required to be standardized. 7

8 Overview Horizontal Solutions A B C D Logic Common Service Functions Open Middleware Platform Common Service Functions Wireless, Wireline, and/or Hybrid Networks Communications Infrastructure Horizontal solution means network & application-agnostic, but aware. This is the first step and a key enabler towards the Internet-of-Things (IoT) 8

9 Protocol Stack Service Layer Service Layer (ETSI Service Architecture) Control and Management Plane Transport Layer Network MAC/PHY 3GPP MTC (Device triggering, small data transmissions, etc) Cellular (2G/3G/LTE) Transport Protocols (CoAP/UDP; HTTP/TCP) IPv4/IPv6 (IETF ROLL/6LoWPAN) IEEE 802. IEEE Wireline (PLC, etc) (device management, service discovery, context information management, etc ) (SNMP, OMA DM, BBF TR069,etc) 9

10 Device Domain ETSI Service Architecture Network Domain 0

11 ETSI Service Architecture Service Capabilities s mia Device Domain s dia Service Capabilities Communication modules mid Service Capabilities SC SC2 SC3 SC7 SC8 SC4 SC6 SC5 Core Network Connection Core Network A Core Network B The list of Service Capabilities (SC) are: Enablement (xae) Generic Communication (xgc) Reachability, Addressing and Repository (xrar) Communication Selection (xcs) Remote Entity Management (xrem) SECurity (xsec) History and Data Retention (xhdr) Transaction Management (xtm) Compensation Broker (xcb) Telco Operator Exposure (xtoe) Interworking Proxy (xip) where x is: N for Network, consists of the complete ETSI core network infrastructure communication with gateways and devices. G for Gateway, is an ETSI device specialized to directly manage area networks of ETSI devices; the gateway directly communicates with an ETSI core network. D for Device, is an ETSI device than can directly communicate to an ETSI core network or to an ETSI gateway.

12 ETSI Service Architecture Resource Tree Area Network Area Network 2 Area Network N ehealth / mhealth (Bluetooth / ZigBee ) s Smart Energy (WiFi / ZigBee / ) s Home Automation (ZigBee / Bluetooth / ) s Gateway s <sclbase> n Server <sclbase> scls n applications containers scls groups accessrights applications containers discovery groups Device s <sclbase> n scls applications containers groups accessrights discovery Service Provider s accessrights discovery <sclbase-of-d/g/n> scls applications groups containers accessrights discovery <scl> <applicationannc> <groupannc> <application> accessrights <group> applications accessrights containers containers groups groups <containerannc> members memberscontent <container> notificationchannels notificationchannels m2mpocs attacheddevices mgmtobjs containerinstances latest <containerinstance> oldest 2

13 ETSI Service Architecture Service and Registration Device (DA) dia Gateway (GSCL) mid Network (NSCL) Secure service bootstrap and connection GSCL initiated; created GSCL resource tree root and its child resources <myhomegscl>/ NSCL initiated; created NSCL resource tree root and its child resources <examplenscl>/ mia Network (NA) Responses not shown for simplicity GSCL Registers to NSCL (CREATE) DA Registers to GSCL (CREATE) Created counterpart resource for NSCL <myhomegscl>/scls/<exa mplenscl> Created resource for GSCL < examplenscl> /scls/<myhomegscl> NA Registers to NSCL (CREATE) Created resource for DA registration <myhomegscl>/ap plications/heating- App-ID Created resource for NA registration <examplenscl>/appli cations/smarthome-id 3

14 ETSI Service Architecture Resource Announcement/Discovery 4

15 ETSI Service Architecture Resource Subscription/Notification Device (DA) dia Gateway (GSCL) mid Network (NSCL) mia Network (NA) NA subscribes to DA data stored on GSCL (CREATE) Created subscription resource <myhomegscl>/applications/he ating-app- ID/containers/temperature/conten tinstances//tempsub DA writes new data to GSCL container (UPDATE) Updated resource for DA <myhomegscl>/applications /Heating-App- ID/containers/temperature/con tentinstances/myhometemp2 Notification to NA (NOTIFY) Obtained new temp 5

16 ETSI Service Architecture HTTP and CoAP Binding 6

17 ETSI Service Architecture Leveraging Verticals 7

18 CoAP Constrained IP Networks A constrained IP network is a network which consists of devices. Both the network and devices have the following unique features, in contrast to general IP networks. Limited packet sizes High degree of packet loss A number of low-duty cycling devices with severe limits on throughput, available device power, device RAM, and affordable complexity. An example: low-power wireless personal area networks (LoWPANs) -related resources in a constrained IP network include: Sensors (e.g. temperature sensors, light switches, power meters, etc) Actuators (e.g. light switches, heating controllers, door locks) Combinations of values or other information Common operations to/within constrained IP networks: Monitor sensors Control actuators Manage devices 8

19 CoAP Representative State Transfer (REST) REST is a style of software architecture for distributed hypermedia systems such as WWW. Six Constrains of REST Client-Server : a uniform interface to connect clients and servers Stateless: servers keep no state for previous client requests Cacheable: clients are able to cache responses from servers Layered System: clients do not recognize intermediate servers or end servers Code on Demand: servers can alter/customize the client s functionality, for example, by executing some compiled components (Java Applets, JavaScript) at the clients Uniform Interface: Identification (Representations) of Resources: such as URI in web-based REST systems (HTTP) Manipulation of Resources thru These Representations (by clients under permission approved) Self-Descriptive Messages: enough info is contained in each message Hypermedia as the Engine of State: the client accesses related sources Key Goals: Scalability of component interactions Generality of interfaces Independent deployment of components Intermediary components to reduce latency, enforce security and encapsulates legacy systems 9

20 CoAP Client / Server Model CoAP Server Request/Response CoAP Client CoAP Server Request/Response CoAP Intermediary Request/Response CoAP Client HTTP Server Request/Response Intermediary (CoAP-HTTP Mapping) Request/Response CoAP Client CoAP Server Request/Response Intermediary (HTTP-CoAP Mapping) Request/Response HTTP Client 20

21 CoAP Protocol Stack & Message Model CoAP Requests/Responses Messages UDP (Port# 5683 for Resource Discovery and Access Port# : 6LoWPAN) Request: confirmable and non-confirmable (GET/PUT/POST/DELETE) Response: piggybacked, separate, non-confirmable 4 Types: Confirmable (CON), Non-Confirmable (NON), Acknowledgement (ACK), Reset (RST) Each message has a Message ID ; Each request message has an addition Token for response-request matching purpose Reliable Msg Delivery (Timer-based Re-transmission) Unreliable Msg Delivery Piggybacked Response Response for NON-type Request Separate Response 2

22 Current Focuses on communications (i.e. how information is transmitted from one machine to another) InterDigital s Evolution into IoT Evolution Future IoT Cube A global network infrastructure, linking physical and virtual objects through the exploitation of data processing and communication capabilities Connectivity Content Effectively integrate connectivity and content with context, collaboration, cloud, and cognition Context Collabaration Cloud Cognition Cloud Cognition Content Context Collaboration A world-wide network of interconnected objects that enables object identification, semantic data processing, and service discovery via C 6 Connectivity Connectivity: provide connection for mobile and constrained objects Content: massive data produced from things Cloud: cloud service and cloud content storage Context: context-aware design to improve performance Collaboration: cooperative comm., inter-things, service sharing Cognition: mine knowledge from massive data and provide autonomous system adjustment for improvements 22

23 Evolution to IoT Architecture 23

24 Thank You! With an eye on the future, InterDigital invites fellow global market participants in the ecosystem to collaborate on integrating our advanced technologies into products and services for field testing and commercial deployment. 24

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

OVERVIEW OF ETSI M2M ARCHITECTURE Presented by: Barbara Pareglio, Ericsson. ETSI 2011. 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

Yassine Banouar Thierry Monteil Mahdi Ben Alaya Christophe Chassot Khalil Drira www.om2m.org. yassine.banouar@laas.

Yassine Banouar Thierry Monteil Mahdi Ben Alaya Christophe Chassot Khalil Drira www.om2m.org. yassine.banouar@laas. Yassine Banouar Thierry Monteil Mahdi Ben Alaya Christophe Chassot Khalil Drira O: Standardized service platform for interoperability www.om2m.org yassine.banouar@laas.fr @YassineBANOUAR 1 Agenda Introduction

More information

Standardized Machine-to-Machine (M2M) Software Development Platform

Standardized Machine-to-Machine (M2M) Software Development Platform WHITE PAPER Standardized Machine-to-Machine (M2M) Software Development Platform Standardized service layer and APIs create a common framework and roadmap for cellular operators, service providers and device

More information

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org OpenMTC M2M Solutions for Smart Cities and the Internet of Things www.open-mtc.org info@open-mtc.org 2. March März 2, 2013 Understanding M2M Machine-to-Machine (M2M) is a paradigm in which the end-to-end

More information

SMART IoT PROTOCOLS. Creating the Living Network. Chonggang Wang Innovation Lab, InterDigital Communications. December 8, 2014

SMART IoT PROTOCOLS. Creating the Living Network. Chonggang Wang Innovation Lab, InterDigital Communications. December 8, 2014 SMART IoT PROTOCOLS Chonggang Wang Innovation Lab, InterDigital Communications December 8, 2014 Creating the Living Network Content IoT Overview IoT Protocols C6-based Smart IoT Smart IoT Protocols Challenges

More information

Key requirements for Interoperable IoT systems

Key requirements for Interoperable IoT systems Key requirements for Interoperable IoT systems Pratul Sharma Technical Marketing Manager, ARM Inc. May/08/2014 Agenda Why Interoperability? Open standards for interoperability Data Communication Standards

More information

Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects

Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects Fabien Castanier STMicroelectronics IPSO Promoter M2M Forum - Milan, May 20,

More information

ETSI M2M / onem2m and the need for semantics. Joerg Swetina (NEC) (joerg.swetina@neclab.eu)

ETSI M2M / onem2m and the need for semantics. Joerg Swetina (NEC) (joerg.swetina@neclab.eu) ETSI M2M / onem2m and the need for semantics Joerg Swetina (NEC) (joerg.swetina@neclab.eu) Outline of this presentation A simple picture of Machine-to-Machine (M2M) communications Where do standards apply

More information

ASTRI s Internet-of-Things (IoT) Gateway and Management Platform

ASTRI s Internet-of-Things (IoT) Gateway and Management Platform ASTRI s Internet-of-Things (IoT) Gateway and Management Platform Dr. Billy Chan Principal Engineer Communications Technologies, ASTRI Software Technologies, CT 1 Sensor/IoT Applications & Market Smart

More information

Machine-to-Machine Technologies

Machine-to-Machine Technologies Machine-to-Machine Technologies Vision, Standards and Applications Mischa Dohler Coordinator of Research, CTTC Distinguished Lecturer, IEEE Editor-in-Chief, ETT BoD, Worldsensing Chair Professor, KCL (1

More information

ETSI M2M application developers guideline

ETSI M2M application developers guideline Cod. Doc. TTGSTSPI1300029 ETSI M2M application developers guideline Version: 1.0 Date: 27.05.2013 Privacy: Public Pages: 43 AUTHORS: FIRST APPROVAL: FINAL APPROVAL: Michele LUPANO (T.TG.ST.SPI) Roberto

More information

Internet of Things based approach to Agriculture Monitoring

Internet of Things based approach to Agriculture Monitoring Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19 Outline 1 IP-based

More information

! Context: IoT, CPS and M2M! Challenges in M2M! Evolutionary M2M the FiDM way! Focus on: ! Conclusion 2

! Context: IoT, CPS and M2M! Challenges in M2M! Evolutionary M2M the FiDM way! Focus on: ! Conclusion 2 UMR 5205 On the Integration of Federated Identity Management in M2M middleware Youakim Badr!! LIRIS Lab, SOC team! INSA-Lyon! The 3 rd Franco American Workshop On CyberSecurity, Lyon, December 9-11, 2014

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

BETaaS. Building the Environment for the Things as a Service D1.4.2

BETaaS. Building the Environment for the Things as a Service D1.4.2 Building the Environment for the Things as a Service Grant Agreement no.: 317674 Call identifier: FP7-ICT-2011-8 D1.4.2 - TaaS Reference Model Deliverable: Title: D1.4.2 TaaS Reference Model Due date:

More information

Smart Cities are the Internet of Things

Smart Cities are the Internet of Things June 20th, 2013 Smart Cities are the Internet of Things Zach Shelby, Chief Nerd 1 About Sensinode Vision The Internet of Things (IoT) is the next evolution of the Internet where devices of all types and

More information

MACHINE TO MACHINE COMMUNICATIONS. ETSI TC M2M Overview June 2011

MACHINE TO MACHINE COMMUNICATIONS. ETSI TC M2M Overview June 2011 MACHINE TO MACHINE COMMUNICATIONS ETSI TC M2M Overview June 2011 About the ETSI TC M2M ETSI: the European Telecommunication Standards Institute One of the 3 European SDOs (CEN, CENELEC, ETSI). ETSI is

More information

Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things

Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Johanna Nieminen (Nokia), Future Internet SHOK preconference 30.05.2012 IoT Taxonomy ZigBee 802.5.4 Bluetooth Video RFID

More information

Machine-to-Machine & Sensor Technologies in Smart Cities

Machine-to-Machine & Sensor Technologies in Smart Cities Machine-to-Machine & Sensor Technologies in Smart Cities Vision, Standards and Applications Mischa Dohler Coordinator of Research, CTTC Distinguished Lecturer, IEEE Editor-in-Chief, ETT BoD, Worldsensing

More information

ONEM2M SERVICE LAYER PLATFORM INITIAL RELEASE

ONEM2M SERVICE LAYER PLATFORM INITIAL RELEASE ONEM2M SERVICE LAYER PLATFORM INITIAL RELEASE Omar Elloumi (ALU) onem2m TP Chair (Elect) omar.elloumi@alcatel lucent.com onem2m www.onem2m.org 2014 onem2m The Partnership Project Over 200 member organizations

More information

CPS: Communications. Dr. Bheemarjuna Reddy Tamma IIT HYDERABAD

CPS: Communications. Dr. Bheemarjuna Reddy Tamma IIT HYDERABAD CPS: Communications Dr. Bheemarjuna Reddy Tamma IIT HYDERABAD CONTENTS Background/Motivation Wireless Communication Technologies Machine-to-Machine Communication M2M Architecrures Issues in M2M Communicatuon

More information

ONEM2M SERVICE LAYER PLATFORM

ONEM2M SERVICE LAYER PLATFORM ONEM2M SERVICE LAYER PLATFORM Roland Hechwartner (Deutsche Telekom) onem2m TP Vice Chair Roland.hechwartner@t mobile.at onem2m www.onem2m.org 2015 onem2m The Partnership Project Over 200 member organizations

More information

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom. M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.fr WHAT IS EURECOM A graduate school & research centre in communication

More information

Secure, Efficient, and Open Standard Internet of Things

Secure, Efficient, and Open Standard Internet of Things Secure, Efficient, and Open Standard Internet of Things Zach Shelby Director of Technology, IoT ARM acknowledges the trademarks and copyrights of 3 rd parties included in this presentation What is the

More information

MACHINE-TO-MACHINE COMMUNICATIONS TOWARD SMART LOGISTICS SYSTEMS

MACHINE-TO-MACHINE COMMUNICATIONS TOWARD SMART LOGISTICS SYSTEMS MACHINE-TO-MACHINE COMMUNICATIONS TOWARD SMART LOGISTICS SYSTEMS Nataša Gospić a, Bojan Bakmaz a a University of Belgrade, Faculty of Transport and Traffic Engineering, Serbia Abstract: Transport and logistics

More information

Towards Efficient Mobile M2M Communications: Survey and Open Challenges

Towards Efficient Mobile M2M Communications: Survey and Open Challenges Sensors 2014, 14, 19582-19608; doi:10.3390/s141019582 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Review Towards Efficient Mobile M2M Communications: Survey and Open Challenges Carlos

More information

Automation Systems and the IoT Industrial Internet

Automation Systems and the IoT Industrial Internet Automation Systems and the IoT Industrial Internet Ahmed Ismail and Wolfgang Kastner Vienna University of Technology Automation Systems Group www.auto.tuwien.ac.at {aismail, k}@auto.tuwien.ac.at Outline

More information

Internet of Things. Laurent Toutain. June 11, 2013. Caen () IPv6 opérateur June 11, 2013 1 / 14

Internet of Things. Laurent Toutain. June 11, 2013. Caen () IPv6 opérateur June 11, 2013 1 / 14 Internet of Things Laurent Toutain June 11, 2013 Caen () IPv6 opérateur June 11, 2013 1 / 14 Internet of Things? Internet of Things Caen () IPv6 opérateur June 11, 2013 2 / 14 Internet of Things? Internet

More information

End-to-End M2M and IoT Services

End-to-End M2M and IoT Services End-to-End M2M and IoT Services 2015 Internet of Things Symposium. May 21, 2015. Syed Zaeem Hosain ( Z ), CTO, Aeris. Syed.Hosain@aeris.net, Twitter: @AerisCTO Presentation Agenda What we will cover Who

More information

A Proxy Design to Leverage the Interconnection of CoAP Wireless Sensor Networks with Web Applications

A Proxy Design to Leverage the Interconnection of CoAP Wireless Sensor Networks with Web Applications Sensors 2015, 15, 1217-1244; doi:10.3390/s150101217 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors A Proxy Design to Leverage the Interconnection of CoAP Wireless Sensor Networks

More information

ENABLING RELIABLE COMMUNICATION FOR EMERGING M2M/IOT APPLICATIONS

ENABLING RELIABLE COMMUNICATION FOR EMERGING M2M/IOT APPLICATIONS ENABLING RELIABLE COMMUNICATION FOR EMERGING M2M/IOT APPLICATIONS Matthias Heyde / Fraunhofer FOKUS Dr.-Ing. Adel Al-Hezmi, Fraunhofer FOKUS M2M Summit 8. 9. Sep 2015, Düsseldorf AGENDA 1. Motivations

More information

Communication via M2M

Communication via M2M Chapter 5: Green Wireless Communication via M2M Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Abstract 1. Abstract Based on the observation

More information

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

Vortex White Paper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex White Paper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Version 1.0 February 2015 Andrew Foster, Product Marketing Manager, PrismTech Vortex

More information

Constrained Application Protocol for Internet of

Constrained Application Protocol for Internet of Page 1 of 12 Constrained Application Protocol for Internet of Things Xi Chen, chen857 (at) wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Abstract: Internet of things (IoT) is

More information

The Internet of Things: Opportunities & Challenges

The Internet of Things: Opportunities & Challenges The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is

More information

Broadband Forum Machine-to-Machine (M2M) Solutions

Broadband Forum Machine-to-Machine (M2M) Solutions Broadband Forum Machine-to-Machine (M2M) Solutions OMA Workshop, February 2012 Barcelona, Spain Robin Mersh, CEO rmersh@broadband-forum.org Tim Spets, Motorola The information in this presentation is public

More information

SHUBHA N BHAMBHANI DDG (NT-COI), DOT

SHUBHA N BHAMBHANI DDG (NT-COI), DOT M2M SHUBHA N BHAMBHANI DOT DDG (NT-COI), M2M M2M is the technology that establishes intelligent communication between things AGENDA Introduction Basic Definitions How it works How it is different Key features

More information

Internet of Things (IoT): Middleware. Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.

Internet of Things (IoT): Middleware. Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia. Internet of Things (IoT): Middleware Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ A Fence Surveillance System Y. Kim et al, Autonomics

More information

IoTivity Connecting Things in IoT. Ashok Subash

IoTivity Connecting Things in IoT. Ashok Subash IoTivity Connecting Things in IoT Ashok Subash Agenda Overview of IoT, OIC & IoTivity IoT Stack, Topologies & Protocol IoTivity Architecture Programming IoTivity Core APIs Programming IoTivity Service

More information

Introduction to Resource-Oriented Applications in Constrained Networks. Zach Shelby. Smart Objects Tutorial, IETF-80 Prague.

Introduction to Resource-Oriented Applications in Constrained Networks. Zach Shelby. Smart Objects Tutorial, IETF-80 Prague. Introduction to Resource-Oriented Applications in Constrained Networks Zach Shelby Smart Objects Tutorial, IETF-80 Prague Tutorial Overview Powering M2M with a Web of Things So What are Web Services? CoRE

More information

Internet of Things 2015/2016

Internet of Things 2015/2016 Internet of Things 2015/2016 The Things Johan Lukkien John Carpenter, 1982 1 What makes up the IoT? IoT versus WSN What are examples? Guiding questions 2 Some definitions of IoT (march 2015) Whatis.com:

More information

Present and Act Upon. Register. Consume. Stream Analytics. Event Hubs. Field Gateway. Applications Cloud Gateway. Legacy IoT (custom protocols)

Present and Act Upon. Register. Consume. Stream Analytics. Event Hubs. Field Gateway. Applications Cloud Gateway. Legacy IoT (custom protocols) Things Gateway Ingest Transform Store Present and Act Upon Applications Cloud Gateway Event Hubs Stream Analytics Legacy IoT (custom protocols) Register Devices Storage Adapters IP-capable devices (Windows/Linux)

More information

Building Web-based Infrastructures for Smart Meters

Building Web-based Infrastructures for Smart Meters Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.

More information

The following slides describe these prototypes above in more details

The following slides describe these prototypes above in more details MERA is a full ETSI member and is actively involved in M2M technology investigation and expertise development in the M2M domain. As such we have a full time R&D team dedicated to the study of use-cases,

More information

White Paper Lightweight M2M : Enabling Device Management and Applications for the Internet of Things

White Paper Lightweight M2M : Enabling Device Management and Applications for the Internet of Things White Paper Lightweight M2M : Enabling Device Management and Applications for the Internet of Things Guenter Klas, Vodafone Friedhelm Rodermund, Vodafone Zach Shelby, ARM Sandeep Akhouri, Ericsson Jan

More information

New Architectures for Ubiquitous Networks: Use and Adaptation of Internet Protocols over Wireless Sensor Networks

New Architectures for Ubiquitous Networks: Use and Adaptation of Internet Protocols over Wireless Sensor Networks Departament D Enginyeria Telemàtica PhD Dissertation New Architectures for Ubiquitous Networks: Use and Adaptation of Internet Protocols over Wireless Sensor Networks Doctorando Alessandro Ludovici Director

More information

Controlling the Smart Home from the VSDL Home Gateway: opportunities and lack of standards

Controlling the Smart Home from the VSDL Home Gateway: opportunities and lack of standards TELECOM ITALIA GROUP Controlling the Smart Home from the VSDL Home Gateway: opportunities and lack of standards claudio.venezia@telecomitalia.it W3Ctrack @www2016 Smart objects and Smart Home: application

More information

Protocols for the Internet of Things. Christian Légaré Executive VP and CTO, Micrium Inc. Vice President, IPSO Alliance

Protocols for the Internet of Things. Christian Légaré Executive VP and CTO, Micrium Inc. Vice President, IPSO Alliance Protocols for the Internet of Things Christian Légaré Executive VP and CTO, Micrium Inc. Vice President, IPSO Alliance August 2014 Contents Thinking About the Internet of Things (IoT)... 3 Thing... 4 Internet

More information

Implementation of an Internet of Things Device Management Interface

Implementation of an Internet of Things Device Management Interface Mert Cihat Ocak Implementation of an Internet of Things Device Management Interface School of Electrical Engineering Thesis submitted in partial fulfillment of the requirements for the degree of Master

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

SERVICE DISCOVERY AND MOBILITY MANAGEMENT

SERVICE DISCOVERY AND MOBILITY MANAGEMENT Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)

More information

W3C Meeting ISO/IEC/IEEE P21451-1-4

W3C Meeting ISO/IEC/IEEE P21451-1-4 W3C Meeting ISO/IEC/IEEE P21451-1-4 1 st International Semantic Web 3.0 Standard for the Internet of Things (IoT) William J. Miller Chairman 07/22/2015 1 Internet of Things (IoT) http://www.sensei-iot.org

More information

MDM and Telco Service Development OMA Device Management and Platforms

MDM and Telco Service Development OMA Device Management and Platforms MDM and Telco Service Development OMA Device Management and Platforms Berlin, 21 September 2010 Friedhelm Rodermund, Vice-Chair, Device Management Working Group, OMA www.openmobilealliance.org Agenda Overview

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3):723-728. Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3):723-728. Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(3):723-728 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on heterogeneous network architecture between

More information

Thingsquare Technology

Thingsquare Technology Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

IPv6 Based Sensor Home Networking

IPv6 Based Sensor Home Networking KRNET 2005 IPv6 Based Sensor Home Networking KRNET 2005 Soohong Daniel Park Mobile Platform Laboratory, SAMSUNG Electronics. soohong.park@samsung.com KRNET 2005 2/29 Trend of Home Networking Digital World

More information

Edge Gateway and virtualization for IoT connectivity

Edge Gateway and virtualization for IoT connectivity Edge Gateway and virtualization for IoT connectivity Jukka Mäkelä, Mikko Valta, Pekka Karhula, Helena Rivas VTT Technical Research Centre of Finland More information contact: jukka.makela@vtt.fi Scenario

More information

Building the Internet of Things Jim Green - CTO, Data & Analytics Business Group, Cisco Systems

Building the Internet of Things Jim Green - CTO, Data & Analytics Business Group, Cisco Systems Building the Internet of Things Jim Green - CTO, Data & Analytics Business Group, Cisco Systems Brian McCarson Sr. Principal Engineer & Sr. System Architect, Internet of Things Group, Intel Corp Mac Devine

More information

Making Sense of Internet of Things Protocols and Implementations

Making Sense of Internet of Things Protocols and Implementations Making Sense of Internet of Things Protocols and Implementations Author: Kim Rowe, RoweBots Higher level protocols for Internet of Things have various features and offer different capabilities. Most of

More information

future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet

future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet Future Internet 2014, 6, 261-301; doi:10.3390/fi6020261 Article OPEN ACCESS future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet Towards Horizontal Architecture for Autonomic M2M Service

More information

JoramMQ, a distributed MQTT broker for the Internet of Things

JoramMQ, a distributed MQTT broker for the Internet of Things JoramMQ, a distributed broker for the Internet of Things White paper and performance evaluation v1.2 September 214 mqtt.jorammq.com www.scalagent.com 1 1 Overview Message Queue Telemetry Transport () is

More information

Overview of the Internet of things

Overview of the Internet of things Overview of the Internet of things Tatiana Kurakova, International Telecommunication Union Place des Nations CH-1211 Geneva, Switzerland Abstract. This article provides an overview of the Internet of things

More information

Principle Elements and Framework of Internet of Things

Principle Elements and Framework of Internet of Things Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 5(July 2013), PP 24-29 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Principle Elements and Framework of

More information

Device-centric Code is deployed to individual devices, mostly preprovisioned

Device-centric Code is deployed to individual devices, mostly preprovisioned Programming Device Ensembles in the Web of Things A Position Paper for the W3C Workshop on the Web of Things Matias Cuenca, Marcelo Da Cruz, Ricardo Morin Intel Services Division (ISD), Software and Services

More information

Tiny Web Services: Design and Implementation of Interoperable and Evolvable Sensor Networks (Priyantha, Kansal, Goraczko, Zhao, 2008)

Tiny Web Services: Design and Implementation of Interoperable and Evolvable Sensor Networks (Priyantha, Kansal, Goraczko, Zhao, 2008) Tiny Web Services: Design and Implementation of Interoperable and Evolvable Sensor Networks (Priyantha, Kansal, Goraczko, Zhao, 2008) Dominique Im Obersteg Distributed Systems Seminar 2011, ETH Zurich

More information

Telco s role in Smart Sustainable Cities

Telco s role in Smart Sustainable Cities Telco s role in Smart Sustainable Cities Turin, May 6th 2013 TILAB G. Rocca Introduction Smart Sustainable City is a great concept but needs to be supported by infrastructures and enabling platforms to

More information

Flexible Architecture for Internet of Things Utilizing an Local Manager

Flexible Architecture for Internet of Things Utilizing an Local Manager , pp.235-248 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.24 Flexible Architecture for Internet of Things Utilizing an Local Manager Patrik Huss, Niklas Wigertz, Jingcheng Zhang, Allan Huynh, Qinzhong Ye

More information

M2M Standardization and its perspectives

M2M Standardization and its perspectives M2M Standardization and its perspectives (ITU-T, ETSI, 3GPP) 2011. 11.11 윤 주 상 (동의대학교) jsyoun@deu.ac.kr 1 Contents Introduction - General M2M definition, Communication model, Properties of M2M applications

More information

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS INNOVATORS START HERE. EXECUTIVE SUMMARY The Internet of Things (IoT) is no longer a fanciful vision. It is very much with us, in everything from

More information

IOT WPAN technologies IoT binnen handbereik. EA IoT 2015 Pepijn Herman 2-6-2015

IOT WPAN technologies IoT binnen handbereik. EA IoT 2015 Pepijn Herman 2-6-2015 Internet of Things IOT WPAN technologies IoT binnen handbereik EA IoT 2015 Pepijn Herman 2-6-2015 Metatronics Development of smart electronics solution HQ in Eindhoven, The Netherlands Team of 21 engineers

More information

ETSI M2M Release 2 Numbering IP Address Ranges Radio Spectrum Raymond Forbes LM Ericsson ETSI TC Smart M2M Vice Chairman BEREC MACHINE-2-MACHINE

ETSI M2M Release 2 Numbering IP Address Ranges Radio Spectrum Raymond Forbes LM Ericsson ETSI TC Smart M2M Vice Chairman BEREC MACHINE-2-MACHINE Numbering IP Address Ranges Radio Spectrum Raymond Forbes LM Ericsson ETSI TC Smart M2M Vice Chairman BEREC MACHINE-2-MACHINE WORKSHOP From thrm2m stovepipes to integrated offering Vertical#1 1 Application,

More information

Towards a common definition and taxonomy of the Internet of Things. Towards a common definition and taxonomy of the Internet of Things...

Towards a common definition and taxonomy of the Internet of Things. Towards a common definition and taxonomy of the Internet of Things... Towards a common definition and taxonomy of the Internet of Things Contents Towards a common definition and taxonomy of the Internet of Things... 1 Introduction... 2 Common characteristics of Internet

More information

INTERNET OF THINGS 1

INTERNET OF THINGS 1 INTERNET OF THINGS 1 OUTLINE Introduction to IoT Technologies Ubiquitous Network Network Management Technologies RFID WSN Embedded Nanotechnology IPv6 UPnP SNMP Challenging Problems Conclusions and Future

More information

MASHUPS FOR THE INTERNET OF THINGS

MASHUPS FOR THE INTERNET OF THINGS MASHUPS FOR THE INTERNET OF THINGS Matthias Heyde / Fraunhofer FOKUS glue.things a Mashup Platform for wiring the Internet of Things with the Internet of Services 5th International Workshop on the Web

More information

Comparing the cost-efficiency of CoAP and HTTP in Web of Things applications

Comparing the cost-efficiency of CoAP and HTTP in Web of Things applications Comparing the cost-efficiency of CoAP and HTTP in Web of Things applications Tapio Levä (Corresponding author) Aalto University, Department of Communications and Networking P.O. Box 13000, 00076 AALTO,

More information

M2M communications in future cellular networks

M2M communications in future cellular networks M2M communications in future cellular networks Nadia Brahmi Ericsson Research VDE/ITG Fachtagung Mobilkommunikation Osnabrück, 21. - 22. Mai 2014 Wireless access generations The foundation of mobile telephony

More information

Connect for new business opportunities

Connect for new business opportunities Connect for new business opportunities The world of connected objects How do we monitor the carbon footprint of a vehicle? How can we track and trace cargo on the move? How do we know when a vending machine

More information

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 7, January 2015

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 7, January 2015 The Integrated Middleware Framework for Heterogeneous Internet of Things (IoT) Bhagyashri Katole, Suresh V., Gita Gosavi, Amit Kudale, Gokul Thakare, Girishchandra Yendargaye, Ch. Pradeep Kumar Abstract

More information

CoSIP: a Constrained Session Initiation Protocol for the Internet of Things

CoSIP: a Constrained Session Initiation Protocol for the Internet of Things CoSIP: a Constrained Session Initiation Protocol for the Internet of Things Simone Cirani, Marco Picone, and Luca Veltri Department of Information Engineering University of Parma Viale G.P. Usberti, 181/A

More information

M2M by 2N. Jan Maštalíř

M2M by 2N. Jan Maštalíř M2M by 2N Jan Maštalíř Agenda About 2N Few words about M2M market M2M Products by 2N www.2n.cz www.2n.cz 2N TELEKOMUNIKACE We are a Czech company that, since 1991, has been working on producing and developing

More information

Machine-to-Machine Communications for Smart Homes

Machine-to-Machine Communications for Smart Homes Machine-to-Machine Communications for Smart Homes Resul Daş Department of Software Engineering, Firat University, Elazig, Turkey. resuldas@gmail.com Gurkan Tuna Department of Computer Programming, Trakya

More information

Short-range Low Power Wireless Devices and Internet of Things (IoT)

Short-range Low Power Wireless Devices and Internet of Things (IoT) Short-range Low Power Wireless Devices and Internet of Things (IoT) Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: mats.andersson@connectblue.com Web: www.connectblue.com Version 1.1 February

More information

Marko Hännikäinen Tampere University of Technology IoT week 17.6.2013 CLOUD-BASED SERVICE PLATFORM FOR WIRELESS SENSOR NETWORKS

Marko Hännikäinen Tampere University of Technology IoT week 17.6.2013 CLOUD-BASED SERVICE PLATFORM FOR WIRELESS SENSOR NETWORKS Marko Hännikäinen Tampere University of Technology IoT week 17.6.2013 CLOUD-BASED SERVICE PLATFORM FOR WIRELESS SENSOR NETWORKS Outline The WAPS project Development steps 1. Low-power wireless sensor networks

More information

Could IoT be WebRTC's greatest source of innovation?

Could IoT be WebRTC's greatest source of innovation? Could IoT be WebRTC's greatest source of innovation? Brian Pulito IBM WebSphere Architect email: brian_pulito@us.ibm.com twitter: @brianpulito linkedin: brianpulito 2015 IBM Corporation Internet Of Things

More information

Topics: Cloud middleware, Datacentre services, Cloud model evolution and Cloud service market orientation

Topics: Cloud middleware, Datacentre services, Cloud model evolution and Cloud service market orientation Recommendations for the Workprogramme H2020-ICT-2018-2019 Topics: Cloud middleware, Datacentre services, Cloud model evolution and Cloud service market orientation Editor: Dana Petcu, West University of

More information

Potential of LTE for Machine-to-Machine Communication. Dr. Joachim Sachs Ericsson Research

Potential of LTE for Machine-to-Machine Communication. Dr. Joachim Sachs Ericsson Research Potential of LTE for Machine-to-Machine Communication Dr. Joachim Sachs Ericsson Research Outline Trend towards M2M communication What is the role of cellular communication Cellular M2M Communication Focus:

More information

Future Directions for Internet of Things Work

Future Directions for Internet of Things Work Future Directions for Internet of Things Work Naming Architecture for Object to Object Communications 77 th IETF Anaheim, March 2010 Gyu Myoung Lee (gmlee@it-sudparis.eu)

More information

CoHaRT: Deterministic Transmission of Large Data Amounts using CoAP and Kad

CoHaRT: Deterministic Transmission of Large Data Amounts using CoAP and Kad CoHaRT: Deterministic Transmission of Large Data Amounts using CoAP and Kad Jan Skodzik, Peter Danielis, Vlado Altmann, Bjoern Konieczek, Eike Bjoern Schweissguth, Frank Golatowski, Dirk Timmermann University

More information

Enabling Smart Data on M2M Gateways and Aggregators

Enabling Smart Data on M2M Gateways and Aggregators Enabling Smart Data on M2M Gateways and Aggregators How OSGi and Java enables smart data on M2M aggregators and gateways. 3/27/2013 Hitachi Communication Technologies America, Inc. Walt Bowers Chief Architect

More information

IPv6, IoT and beyond

IPv6, IoT and beyond IPv6, IoT and beyond sziegler@mandint.org September 2014, 2014 IoT6 Consortium Mandat International (Coordinator) (Switzerland) Ericsson (Serbia) Run My Process (France) University College of London (UK)

More information

Secure and Semantic Web of Automation

Secure and Semantic Web of Automation Secure and Semantic Web of Automation Wolfgang Kastner 1, Andreas Fernbach 1, Wolfgang Granzer 2 1 Technische Universität Wien 2 NETxAutomation Software GmbH Automation Systems Group Computer Engineering/Software

More information

ICN-IoT and its Evaluation

ICN-IoT and its Evaluation ICN-IoT and its Evaluation Sugang Li, Yanyong Zhang, Dipankar Raychaudhuri (WINLAB, Rutgers University) Ravishankar Ravindran, GQ Wang (Huawei Research Center) Phase I: ICN-IoT Architecture IoT Architectural

More information

Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC

Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC As wireless standards develop and IPv6 gains widespread adoption, more and more developers are creating smart devices

More information

Publish/Subscribe-enabled Software Defined Networking for Efficient and Scalable IoT Communications

Publish/Subscribe-enabled Software Defined Networking for Efficient and Scalable IoT Communications Publish/Subscribe-enabled Software Defined Networking for Efficient and Scalable IoT Communications Akram Hakiri, Pascal Berthou and Aniruddha Gokhale Abstract The Internet of Things (IoT) is the result

More information

Kick starting science...

Kick starting science... Computer ing (TDDD63): Part 1 Kick starting science... Niklas Carlsson, Associate Professor http://www.ida.liu.se/~nikca/ What do you have in the future? What do you have in the future? How does it keep

More information

Affordable Building Automation System Enabled by the Internet of Things (IoT)

Affordable Building Automation System Enabled by the Internet of Things (IoT) Solution Blueprint Internet of Things (IoT) Affordable Building Automation System Enabled by the Internet of Things (IoT) HCL Technologies* uses an Intel-based intelligent gateway to deliver a powerful,

More information

How To Create An Internet Of Things (Iot) Platform For A Smartwatch And Other Devices

How To Create An Internet Of Things (Iot) Platform For A Smartwatch And Other Devices Jong-Tae Park Center for U- Convergence Network, Kyungpook National University, Korea IoT Devices IoT Devices Fitbit Smart Watch (Pebble, Samsung, Apple) Smart Slipper (24eight) Hapifork (Hapilabs) Smart

More information

GreenPeak White Paper Wireless Communication Standards for the Internet of Things

GreenPeak White Paper Wireless Communication Standards for the Internet of Things GreenPeak White Paper Wireless Communication Standards for the Internet of Things By Cees Links, CEO GreenPeak Technologies GreenPeak Technologies www.greenpeak.com This white paper provides an overview

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information