T : Internet Technologies for Mobile Computing

Size: px
Start display at page:

Download "T : Internet Technologies for Mobile Computing"

Transcription

1 T : Internet Technologies for Mobile Computing Overview of IoT Platforms Julien Mineraud Post-doctoral researcher University of Helsinki, Finland Wednesday, the 9th of March 2016 Julien Mineraud Overview of IoT Platforms / 37

2 Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

3 Introduction Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

4 Introduction IoT platforms Julien Mineraud Overview of IoT Platforms / 37

5 Introduction Overview IoT platforms Nowadays, many Internet-of-Things (IoT) platforms are available to ease the manipulation of smart objects, such as wireless controlled lights, mobile devices and sensors. These platforms are often different in nature, because they are designed to solve different problems: Type Home automation Smart factory Architecture Centralized Cloud-based Nb. of devices Small (up to 500) Large Storage Local Cloud Focus User-friendly Predictive analytics Julien Mineraud Overview of IoT Platforms / 37

6 Evaluation of the IoT platform landscape Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

7 Evaluation of the IoT platform landscape Criteria for evaluating IoT platforms Support of heterogeneous devices Type Architecture Openness of the project Availability of Application Programming Interface (API) Accessibility of the data and devices Discoverability of devices, data and other services Julien Mineraud Overview of IoT Platforms / 37

8 Evaluation of the IoT platform landscape Heterogeneity of devices Julien Mineraud Overview of IoT Platforms / 37

9 Evaluation of the IoT platform landscape Type of platforms & architecture Type PaaS: Platform-as-a-Service Refers to the platforms that provide cloud computing services for IoT devices and data. The services include, but are not restricted to storage facilities, devices management, device connectivity, backup mechanisms or online support SaaS: Software-as-a-Service SaaS focuses on the mashup of data using cloud computing capabilities Local server or hub: Unliketheprevioustwo,thistypeofIoT platforms are not provisioned in the cloud Architecture Can be either cloud-based, centralized, decentralized or a combination of centralized or cloud-based Julien Mineraud Overview of IoT Platforms / 37

10 Other criteria Evaluation of the IoT platform landscape Openness Most IoT platforms are proprietary, but many good open-source IoT platforms are available (mostly for home context) API Almost all platforms provide a REST API GET, POST, PUT, DELETE Discoverability Only a few platforms have integrated some type of service discovery mechanisms, even in a very simplified fashion Julien Mineraud Overview of IoT Platforms / 37

11 Evaluation of the IoT platform landscape Security One of the fundamental criteria for IoT platforms is the need to include efficient and reliable privacy and security mechanisms Cloud-based IoT platforms are prone to traditional web and network security attacks such as Denial of Service (DoS), man-in-the-middle, eavesdropping, spoofing and controlling attacks AnumberofareasarecriticalforthewidespreadadoptionofIoTbut not yet fully addressed by IoT platforms: device authentication communication and physical privacy data storage protection device protection trust management fault tolerance Julien Mineraud Overview of IoT Platforms / 37

12 Evaluation of the IoT platform landscape Evaluation of a few IoT platforms Full evaluation at Julien Mineraud Overview of IoT Platforms / 37

13 Evaluation of the IoT platform landscape Interactions between IoT platforms Julien Mineraud Overview of IoT Platforms / 37

14 Gap analysis of IoT plaforms Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

15 Gap analysis of IoT plaforms Gap analysis of IoT platforms Support of heterogeneous devices Data ownership Data processing & sharing Developer support Ecosystem formation IoT marketplace Julien Mineraud Overview of IoT Platforms / 37

16 Gap analysis of IoT plaforms Support of heterogeneous devices Current status: Platforms assume smart objects to talk HTTP or require gateway Expectations: Devices must be easily and securely integrable to the IoT platform without a gateway Unified resources and simplify usability Gaps: Support of constrained devices Standardized IoT devices models Secure authentication, identification and management of IoT devices Problems: Heterogeneous interactions Protocol standardization Recommendations: Relying on standard protocols (e.g., CoAP, LwM2M, MQTT) Integration of state-of-the-art security and privacy protocols Julien Mineraud Overview of IoT Platforms / 37

17 Data ownership issue Gap analysis of IoT plaforms Current status: Mainly given to the end-user but with very simple privacy policies Expectations: Full control given to the owner of the data Local storage Fine-grained data visibility model Gaps: Manipulation of data in edge devices Self-storage Problems: Security of the data storage Device constrains to store data and provide secure access control Recommendations: Algorithms and mechanisms available to the data owner to limit the access only to a predefined set of the resources Julien Mineraud Overview of IoT Platforms / 37

18 Gap analysis of IoT plaforms Data processing & sharing Current status: Nonuniform data sharing format Sharing is performed via nonuniform REST API Expectations: Uniform data format across multiple platforms Pub/Sub mechanism and data catalogs Edge analytics Gaps: Data processing is not well integrated in IoT platforms Data analytics is only available in cloud-based solutions Data catalogs are missing Problems: Fusion efficiently data streams from multiple data catalogs IoT devices have limited computing capabilities Recommendations: Data catalogs with semantic indexes Uniform and interoperable data models Integration of data processing technologies in platforms Julien Mineraud Overview of IoT Platforms / 37

19 Developer support Gap analysis of IoT plaforms Current status: REST API to access the data or devices handled by the platform Applications are for internal use rather than for sharing (except IFTTT) Expectations: Common API to ease the development of cross-platform applications Domain Specific Language (DSL) dedicated to cross-platform application development Gaps: Application mashup APIs Limited presence of SDKs Absence of DSL with higher abstraction level primitives Problems: Require standardization of application interactions dedicated to the IoT IoT app store are missing Recommendations: IoT platforms must provide SDKs and APIs that maximize the re-usability of the services provided by their platform Julien Mineraud Overview of IoT Platforms / 37

20 Ecosystem formation Gap analysis of IoT plaforms Current status: Platforms provide useful building blocks, storage and run-time environment for application developers Expectations: Platform easily expandable by the developers Cross-platform sharing of applications and services Local composition of services Gaps: Low platform expandability Limited monetizing possibilities Limited support for cross-platform integration Problems: Silos of platform-specific solutions User s using multiple platforms experience difficulties for integration Recommendations: A broker is needed to ease cross-platform integration Models to contextually define IoT applications to simplify their discovery by the end-users Julien Mineraud Overview of IoT Platforms / 37

21 IoT marketplace Gap analysis of IoT plaforms Current status: Limited applications sharing Limited (usage-based) charging of the end users of these applications Expectations: Dedicated IoT data catalogs, IoT app store and IoT device store Advertise, deliver and charge for the use of applications and data Validate applications against policies Gaps: Application, data and device catalogs dedicated to the IoT are generally missing The billing of the end-users of the data is generally missing Problems: An ecosystem of independent application developers, device manufacturers, and end-users all supporting the platform is needed for the demand for marketplace to appear and sustain Recommendations: The marketplace functionality shall be provided by future IoT platforms Julien Mineraud Overview of IoT Platforms / 37

22 Gap analysis of IoT plaforms Summary of the gap analysis Results: IoT platforms are mainly cloud-based Focus is on accessibility (sensors available from anywhere at anytime) Numerous protocols supported The interoperability between IoT platforms is extremely limited Motivation is to break the verticalization of IoT solutions: More standardization of IoT protocols and models (e.g., onem2m) MQTT, CoAP, LWM2M, IPSO etc. More interoperability in applications and plugins Not all IoT data can be processed in the cloud Problem of transportation, storage, security & privacy We need to enable the local processing of IoT (edge analytics) Create web of IoT platforms: Innovation for services New business models (IoT Marketplace) Julien Mineraud Overview of IoT Platforms / 37

23 Gap analysis of IoT plaforms Recommendations for the development of future platforms Leaning on standardized communication protocols to interface heterogeneous devices Adding the provisions for handling and processing data locally Adding uniform data models, data catalogs, and the edge analytics capabilities Offering streamlined APIs Introducing cross-platform brokers and financial incentives for ecosystem players Developing dedicated IoT marketplace(s) Julien Mineraud Overview of IoT Platforms / 37

24 Gap analysis of IoT plaforms A vision with the IoT Marketplace Julien Mineraud Overview of IoT Platforms / 37

25 Gap analysis of IoT plaforms Immediate benefits of the IoT Marketplace Data processing & sharing: theabilitytorequestnumerousexternal data streams to enrich local content. It would also enable users to publish some of their streams to third-parties Developer support: thepossibilityforapplicationdevelopersto publish their products and reach a wide range of customers Ecosystem formation: theincreasingawarenessaboutnew innovations and possibility of creating new business models Market & billing: theabilitytomarket/searchfordataand applications and sell/purchase the rights to use them Julien Mineraud Overview of IoT Platforms / 37

26 Useful IoT platforms Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms Open-source platforms Another interesting platform 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

27 Useful IoT platforms Open-source platforms Afewopen-sourceplatformsI node-red ( Node-RED is an open-source Node.js tool that aims to simplify the connection between IoT devices and web services. It incorporates the concept of flow for IoT devices and data that allows complex interactions between objects and services. The flow can be published on the NodeRED website for sharing. The thing system ( The thing system is a software using Node.js that enables discovery of smart things in the home environment. The project is open-source and licensed under the M.I.T license. The software does not provide storage functionalities and must be coupled with a PaaS to enable storage outside the home area. The software intends only to provide access remotely to smart devices of smart homes. Julien Mineraud Overview of IoT Platforms / 37

28 Useful IoT platforms Open-source platforms Afewopen-sourceplatformsII Ericsson IoT-Framework ( The Ericsson IoT-Framework is a PaaS that accumulates sensor data from IP networks and focuses on the analytics and the mashing up of the data. The strength of this platform is the publish/subscribe mechanism, and querying of data streams, both from local and external data sources) to perform analytical tasks ThingSpeak ( ThingSpeak is decentralized, open-source and provides a server that may be used to store and retrieve IoT data. It allows opening of the channels (data flows) but do not provide extensive configuration of the data flows. The platform also provides visualization tools and enables the creation of widgets Julien Mineraud Overview of IoT Platforms / 37

29 Useful IoT platforms Another interesting platform Another interesting platform IFTTT ( ( if this then that ) is a SaaS offering, allowing a rapid composition of services called recipes by applying simple if-then rules to external service building blocks, such as s, Facebook event that either play the role of atrigger(if)oranaction(then,do).therecipescanbepersonalorshared at the discrepancy of the user Julien Mineraud Overview of IoT Platforms / 37

30 IoT Hub & IoT Market Outline 1 Introduction 2 Evaluation of the IoT platform landscape 3 Gap analysis of IoT plaforms 4 Useful IoT platforms 5 IoT Hub & IoT Market Julien Mineraud Overview of IoT Platforms / 37

31 IoT Hub & IoT Market IoT Hub The IoT Hub has been developed in the DIGILE Internet of Things program & is envisioned as an extension of existing IoT platforms to support interoperability IoT Hub API REST API to access IoT elements Devices, data, services & application Flexibility in access control Solves the data ownership issues Script engine High modularity All components of IoT Hub are scripted Used for plugins, services and applications Will be integrable to all IoT platforms with IoT Hub extension Julien Mineraud Overview of IoT Platforms / 37

32 IoT Hub & IoT Market Exposing your data with the IoT Hub One can connect devices to an IoT Hub, but to use them, one must create an external representation of them, known as the IoT feed Feeds Feeds are of three kinds Atomic feeds Connected to IoT devices or external services via scripted plugins Atomic feeds only represent one basic type of data (abstracted using standard models such as IPSO) Composed feeds More traditional, on the fly definition of multiple data types (e.g., temperature + humidity + location) Executable feeds Exposes IoT Hub VM (Javascript) to third parties for distributed computing Julien Mineraud Overview of IoT Platforms / 37

33 IoT Hub & IoT Market Accessibility of IoT feeds The IoT Hub includes the support of roles that defines: How the feeds can be accessed (read, write, execute) Which functions from the feeds are available Summary, count, etc.. The IoT Hub also includes the support of users Assigned to a set of profile Hub owner is having the admin role (everything is authorized) Authentication is done via the OAuth 2.0 protocol Login with username, password! token Use token to make requests on the hub API Julien Mineraud Overview of IoT Platforms / 37

34 IoT Hub & IoT Market IoT Market We envision to have particular type of IoT hubs used as marketplaces and catalogs to create web of IoT platforms Just another IoT Hub Data is not from sensors but from other hubs Services & applications Link to IoT Hub applications and plugins Interconnect IoT Hub instances Exposing the IoT Hub services and the roles required to access them Decentralized approach Need for dedicated marketplaces (e.g., transport, urban data, etc.) Julien Mineraud Overview of IoT Platforms / 37

35 IoT Hub & IoT Market IoT Hub & IoT Market Two-level architecture Markets and hubs IoT Market (a.k.a. meta-hub) A front-end to applications and services provided by the hubs AIoTsearchengineusingaglobalIoT index IoT Hub Core of the data management (data privacy, fusion & sharing) Connectivity to external devices IoT Hub API REST API for accessing hubs and IoT Market Julien Mineraud Overview of IoT Platforms / 37

36 IoT Hub & IoT Market Edge analytics with the IoT Hub Challenges One of the biggest challenges introduced by the Internet of Things is to analyze the tremendous volume of data that is being produced by IoT devices in real-time. The current solution to analyze data is to all of it to the cloud. However, this may raise a number of privacy and security issues. IoT Hub analytics The IoT Hub platform allows the platform owner to authorize a special kind of service to external services: IoT Hub script engine. This enables IoT Hub platforms to cooperate and organize as micro-clouds to perform analytics very close to the edge of the network (i.e., where the data has been produced) Julien Mineraud Overview of IoT Platforms / 37

37 Additional materials Additional materials IoT platforms survey analysis.html IoT Hub Video: Source code (Apache 2.0): kahvihub (Java and Android) node-iothub (Node.js) Julien Mineraud Overview of IoT Platforms / 37

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP EACO Title: LTE, IOTs & OTTS Date: 13 th -17 th May 2019 Duration: 5 days Location: Kampala, Uganda Course Description: This Course is designed to: Give an

More information

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSDEM 2018 04.02.2018 Bosch Software Innovations GmbH Dr. Steffen Evers Head of Open Source Services Eclipse Kuksa Demo Open Source Connected Car Platform In-Vehicle

More information

Introduction to the platforms of services for the Internet of Things Revision : 536

Introduction to the platforms of services for the Internet of Things Revision : 536 Introduction to the platforms of services for the Internet of Things Revision : 536 Chantal Taconet SAMOVAR, Télécom SudParis, CNRS, Université Paris-Saclay April 2018 Outline 1. Internet of Things (IoT)

More information

UPDATE ON IOT LANDSCAPING

UPDATE ON IOT LANDSCAPING UPDATE ON IOT LANDSCAPING ETSI STF 505 Jumoke Ogunbekun IoT in the Smart Home Workshop, 21 st to 22 nd March 2015, Sophia Antipolis, France Outline Starting point for TR 103 375 The AIOTI initiative AIOTI

More information

The Art of Low-Cost IoT Solutions

The Art of Low-Cost IoT Solutions The Art of Low-Cost IoT Solutions 13 June 2017 By Igor Ilunin, DataArt www.dataart.com 2017 DataArt Contents Executive Summary... 3 Introduction... 3 The Experiment... 3 The Setup... 4 Analysis / Calculations...

More information

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective SHANZHI CHEN, HUI XU, DAKE LIU, BO HU, AND HUCHENG WANG Definitions of IoT from Different Organizations: Organizations

More information

Kolding June 12, 2018

Kolding June 12, 2018 Kolding June 12, 2018 Microsoft s Perspective on IoT IoT is a business revolution enabled by a technology revolution Digital Feedback Loop IoT enables a digital feedback loop This digital feedback loop

More information

ITU-T Y Functional framework and capabilities of the Internet of things

ITU-T Y Functional framework and capabilities of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2068 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2015) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

PROTOTYPE OF IOT ENABLED SMART FACTORY. HaeKyung Lee and Taioun Kim. Received September 2015; accepted November 2015

PROTOTYPE OF IOT ENABLED SMART FACTORY. HaeKyung Lee and Taioun Kim. Received September 2015; accepted November 2015 ICIC Express Letters Part B: Applications ICIC International c 2016 ISSN 2185-2766 Volume 7, Number 4(tentative), April 2016 pp. 1 ICICIC2015-SS21-06 PROTOTYPE OF IOT ENABLED SMART FACTORY HaeKyung Lee

More information

Dr. Tanja Rückert EVP Digital Assets and IoT, SAP SE. MSB Conference Oct 11, 2016 Frankfurt. International Electrotechnical Commission

Dr. Tanja Rückert EVP Digital Assets and IoT, SAP SE. MSB Conference Oct 11, 2016 Frankfurt. International Electrotechnical Commission Dr. Tanja Rückert EVP Digital Assets and IoT, SAP SE MSB Conference Oct 11, 2016 Frankfurt International Electrotechnical Commission Approach The IEC MSB decided to write a paper on Smart and Secure IoT

More information

Integrating Device Connectivity in IoT & Embedded devices

Integrating Device Connectivity in IoT & Embedded devices Leveraging Microsoft Cloud for IoT and Embedded Applications Integrating Device Connectivity in IoT & Embedded devices Tom Zamir IoT Solutions Specialist tom@iot-experts.net About me Tom Zamir IoT Solutions

More information

Middleware for the Internet of Things Revision : 536

Middleware for the Internet of Things Revision : 536 Middleware for the Internet of Things Revision : 536 Chantal Taconet SAMOVAR, Télécom SudParis, CNRS, Université Paris-Saclay September 2017 Outline 1. Internet of Things (IoT) 2. Middleware for the IoT

More information

IERC Standardization Challenges. Standards for an Internet of Things. 3 and 4 July 2014, ETSI HQ (Sophia Antipolis)

IERC Standardization Challenges. Standards for an Internet of Things. 3 and 4 July 2014, ETSI HQ (Sophia Antipolis) www.internet-of-things-research.eu Standardization Challenges Standards for an Internet of Things 3 and 4 July 2014, ETSI HQ (Sophia Antipolis) Workshop co-organized by EC DG Connect and ETSI Dr. Ovidiu

More information

IoT Strategy Roadmap

IoT Strategy Roadmap IoT Strategy Roadmap Ovidiu Vermesan, SINTEF ROAD2CPS Strategy Roadmap Workshop, 15 November, 2016 Brussels, Belgium IoT-EPI Program The IoT Platforms Initiative (IoT-EPI) program includes the research

More information

IoT Enabler, from the Things to the Services and Service Platform

IoT Enabler, from the Things to the Services and Service Platform IoT Enabler, from the Things to the Services and Service Platform Dr. Byung K Lim InterDigital Asia/VP Innovations Labs Seoul, Korea October 28, 2015 2015 InterDigital Inc. All Rights Reserved. 1 1 IoT

More information

Showcase C: Korea USA. Japan (Germany) Germany. Smart City Services and Multiple Service Layer Platforms Interworking

Showcase C: Korea USA. Japan (Germany) Germany. Smart City Services and Multiple Service Layer Platforms Interworking Korea KETI & SKT & ntels USA CONVIDA Wireless Japan (Germany) NEC Laboratories Europe Germany Fraunhofer FOKUS Showcase C: Smart City Services and Multiple Service Layer Platforms Interworking KETI Convida

More information

IoT Software Platforms

IoT Software Platforms Politecnico di Milano Advanced Network Technologies Laboratory IoT Software Platforms in the cloud 1 Why the cloud? o IoT is about DATA sensed and transmitted from OBJECTS o How much data? n IPV6 covers

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

Building Intelligent Edge Solutions with Microsoft IoT

Building Intelligent Edge Solutions with Microsoft IoT Building Intelligent Edge Solutions with Microsoft IoT Vincent Hong IoT Solution Architect, Microsoft Global Black Belt Mia Kesselring Director IoT Products, TELUS Kevin Zhang IoT Applications Engineer,

More information

Bezirk. Things plus Cloud does not equal IoT. Saturn 2016, San Diego. IoT that tastes better. IoT by default

Bezirk. Things plus Cloud does not equal IoT. Saturn 2016, San Diego. IoT that tastes better. IoT by default Things plus Cloud does not equal IoT IoT by default IoT that tastes better Saturn 2016, San Diego problem Architecting the IoT (experienced by people) 2 Web search Q&A Q&A Things personalized experience

More information

Architecture of Industrial IoT

Architecture of Industrial IoT Architecture of Industrial IoT December 2, 2016 Marc Nader @mourcous Branches of IoT IoT Consumer IoT (Wearables, Cars, Smart homes, etc.) Industrial IoT (IIoT) Smart Gateways Wireless Sensor Networks

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

IoT Architecture for Future Building Management Embedded Lighting Controls

IoT Architecture for Future Building Management Embedded Lighting Controls 6 th International LED professional Symposium +Expo Sept 20-22, 2016 Bregenz IoT Architecture for Future Building Management Embedded Lighting Controls Walter WERNER Werner Management Services e.u., Dornbirn,

More information

Why Connecting to the Internet of Things Project List

Why Connecting to the Internet of Things Project List Why Connecting to the Internet of Things Should Top Your Project List Your things have a story to tell Are you listening? The Internet of Things (IoT) is made up of billions of smart devices, like sensors

More information

Internet of Things (IoT): The Big Picture

Internet of Things (IoT): The Big Picture Internet of Things (IoT): The Big Picture Tampere University of Technology, Tampere, Finland Vitaly Petrov: vitaly.petrov@tut.fi IoT at a glance q Internet of Things is: o A concept o A trend o The network

More information

Internet of Things - IoT Training

Internet of Things - IoT Training Internet of Things - IoT Training About Cognixia Cognixia, formerly known as Collabera TACT, is a Collabera Learning Solutions Company. Being a consistently awarded Digital Technology Training Company,

More information

Internet of Things (IoT) and Big Data DOAG 2016 Big Data Days

Internet of Things (IoT) and Big Data DOAG 2016 Big Data Days 30.9.2016 DOAG 2016 Big Data Days Guido Schmutz BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA ZURICH Guido Schmutz Working for Trivadis

More information

F5 Network Security for IoT

F5 Network Security for IoT OVERVIEW F5 Network Security for IoT Introduction As networked communications continue to expand and grow in complexity, the network has increasingly moved to include more forms of communication. This

More information

Internet of Things: Cross-cutting Integration Platforms Across Sectors

Internet of Things: Cross-cutting Integration Platforms Across Sectors Internet of Things: Cross-cutting Integration Platforms Across Sectors Dr. Ovidiu Vermesan, Chief Scientist, SINTEF DIGITAL EU-Stakeholder Forum, 31 January-01 February, 2017, Essen, Germany IoT - Hyper-connected

More information

Recomm I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n

Recomm I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n Recomm I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4115 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (04/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE ABSTRACT Dell Edge Gateway 5000 Series represents a blending of exceptional compute power and flexibility for Internet of Things deployments, offering service

More information

ITU-T Y Reference architecture for Internet of things network capability exposure

ITU-T Y Reference architecture for Internet of things network capability exposure I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4455 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (10/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Internet of Things Conceptual Frameworks and Architecture

Internet of Things Conceptual Frameworks and Architecture Internet of Things Conceptual s and Architecture 1 An IoT Conceptual Physical Object + Controller, Sensor and Actuators + Internet = Internet of Things (1.1) Source: An equation given by Adrian McEwen

More information

Bridging Legacy Systems & the Internet of Things. Matt Newton Director of Technical Marketing OPTO 22

Bridging Legacy Systems & the Internet of Things. Matt Newton Director of Technical Marketing OPTO 22 Bridging Legacy Systems & the Internet of Things Matt Newton Director of Technical Marketing OPTO 22 Overview A Tale of Two Turbines Why IoT? IoT Roadblocks How do we get there? Connecting the physical

More information

IOT DEVELOPER SURVEY RESULTS. April 2017

IOT DEVELOPER SURVEY RESULTS. April 2017 IOT DEVELOPER SURVEY RESULTS April 2017 SURVEY INTRODUCTION The Eclipse IoT Working Group, IEEE IoT, AGILE IoT and IoT Council cosponsored an online survey to better understand how developers are building

More information

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Jurnal Informatika, Vol. 14, No. 1, Mei 2017, 47-52 ISSN 1411-0105 / e-issn 2528-5823 DOI: 10.9744/informatika.14.1.47-52 INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Anthony Sutera

More information

SPECIALIST TASK FORCE 505 IOT STANDARDS LANDSCAPING & IOT LSP GAP ANALYSIS

SPECIALIST TASK FORCE 505 IOT STANDARDS LANDSCAPING & IOT LSP GAP ANALYSIS SPECIALIST TASK FORCE 505 IOT STANDARDS LANDSCAPING & IOT LSP GAP ANALYSIS IoT Landscape Status and Results Final STF 505 Presentation Workshop Jumoke Ogunbekun February 7, 2017 - Brussels ETSI TR 103

More information

Internet of Things Telecommunication operator perspective

Internet of Things Telecommunication operator perspective Internet of Things Telecommunication operator perspective Pierre Rust 1 MINES Saint-Étienne, CNRS Lab Hubert Curien UMR 5516 2 Orange Labs UMR CNRS 5516 SAINT-ETIENNE Goal: Giving you overview of the perspective

More information

Connected Car as an IoT Service

Connected Car as an IoT Service Connected Car as an IoT Service Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges Uniform Data Exchange Management

More information

Make IoT Child s play

Make IoT Child s play Make IoT Child s play Gamifying IoT with Vorto & Kura Alexander Edelmann, Vorto Committer Luca Dazi, Kura Committer Make IoT Child s Play - Overview IoT Fever Game with Vorto & Kura 3 Mosquitto Server

More information

IoT Challenges in H2020. Mirko Presser, MSci, MSc, BSS/BTECH/MBIT Lab

IoT Challenges in H2020. Mirko Presser, MSci, MSc, BSS/BTECH/MBIT Lab IoT Challenges in H2020 Mirko Presser, MSci, MSc, PhD @mirkopresser mirko.presser@btech.au.dk BSS/BTECH/MBIT Lab iotcomicbook.org 2 IoT will turn the world into data. - Kevin Ashton 3 4 2009 5 Applied

More information

Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive

Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive About Greens Technologys Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive Classroom & online training. We have an easy and affordable learning solution

More information

A Brief Overview of Existing Tools for Testing the Internet-of-Things

A Brief Overview of Existing Tools for Testing the Internet-of-Things A Brief Overview of Existing Tools for Testing the Internet-of-Things João Pedro Dias, Flávio Couto, Ana C.R. Paiva and Hugo Sereno Ferreira First International Workshop on Verification and Validation

More information

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018 Symposium on Embedded Systems & Internet of Things in the frame of the 3 rd International Conference on Smart and Sustainable Technologies (), technically co-sponsored by the IEEE Communication Society

More information

ITU Smart Sustainable Cities and Communities Initiatives: Towards a Smart Global Vision Bilbao, Spain June IoT Week 2018 #IoT4SCC. Ramy A.

ITU Smart Sustainable Cities and Communities Initiatives: Towards a Smart Global Vision Bilbao, Spain June IoT Week 2018 #IoT4SCC. Ramy A. ITU Smart Sustainable Cities and Communities Initiatives: Towards a Smart Global Vision Bilbao, Spain 04-07 June IoT Week 2018 #IoT4SCC Ramy A. Fathy SG20 Vice chairman Cities are facing a rapid urbanization

More information

Model- based design of energy- efficient applications for IoT systems

Model- based design of energy- efficient applications for IoT systems Model- based design of energy- efficient applications for IoT systems Alexios Lekidis, Panagiotis Katsaros Department of Informatics, Aristotle University of Thessaloniki 1st International Workshop on

More information

Enabling IoT Ecosystems through Platform Interoperability

Enabling IoT Ecosystems through Platform Interoperability Enabling IoT Ecosystems through Platform Interoperability Arne Broering 1 Stefan Schmid 2 Corina-Kim Schindhelm 1 Abdelmajid Khelil 3 Sebastian Kaebisch 1 Denis Kramer 3 Danh Le Phouc 4 Jelena Mitic 1

More information

DEVELOPING IN THE IOT SPACE

DEVELOPING IN THE IOT SPACE DEVELOPING IN THE IOT SPACE Bruce Hulse Technology Fellow Office of the CTO ReDev B0st0n 2017 Over 35 years with PTC (via Prime Computer / Computervision) Pre-sales; R&D; Product Management; Office of

More information

Bridging the Interoperability Gap of the Internet of Things. BIG IoT Project. Rosa Ma Martin (inlab FIB, UPC) JORNADAS TÉCNICAS RedIRIS 2017

Bridging the Interoperability Gap of the Internet of Things. BIG IoT Project. Rosa Ma Martin (inlab FIB, UPC) JORNADAS TÉCNICAS RedIRIS 2017 Bridging the Interoperability Gap of the Internet of Things BIG IoT Project Rosa Ma Martin (inlab FIB, UPC) JORNADAS TÉCNICAS RedIRIS 2017 Content Project Overview Architecture Barcelona Pilot Questions

More information

A New Family of Smart ihome Products

A New Family of Smart ihome Products Success Story A New Family of Smart ihome Products Powered by the IoT platform evrythng.com @Evrythng sales@evrythng.com Powered by the IoT platform ihome Division of SDI Technologies Industry: Consumer

More information

What you need to know about IoT platforms. How platforms stack up in IoT

What you need to know about IoT platforms. How platforms stack up in IoT What you need to know about IoT platforms How platforms stack up in IoT 80 billion connected devices by 2025. 1 IoT success depends on assembling the right pieces on a flexible foundation that can support

More information

Mark Bugajski ARRIS, USA

Mark Bugajski ARRIS, USA FUTURE OF VOICE CONTROL FOR CONSUMER INTERACTIONS WITH INTERNET OF THINGS SYSTEMS: IN THE CONTEXT OF INTEGRATION WITH OTHER SERVICES OFFERED BY TRADITIONAL SERVICE PROVIDERS Mark Bugajski ARRIS, USA ABSTRACT

More information

IOT SERVICES, SAAS AND SENSORS CATALOG. September Copyright 2015 Monitor8; Curtis Consulting Group (CCG)

IOT SERVICES, SAAS AND SENSORS CATALOG. September Copyright 2015 Monitor8; Curtis Consulting Group (CCG) IOT SERVICES, SAAS AND SENSORS CATALOG September 2015 Copyright 2015 Monitor8; Curtis Consulting Group (CCG) MONITOR8 PROFILE SNAPSHOT Federal Market IoT Planning, Solution Design, Application Development,

More information

Microsoft's IoT Vision and Roadmap. Tony Shakib General Manager, Azure IoT Microsoft

Microsoft's IoT Vision and Roadmap. Tony Shakib General Manager, Azure IoT Microsoft Microsoft's IoT Vision and Roadmap Tony Shakib General Manager, Azure IoT Microsoft IoT Enables a Digital Feedback Loop IoT Enables a Digital Feedback Loop The benefits are profound IoT enables a digital

More information

Internet of Things (IoT)

Internet of Things (IoT) Internet of Things (IoT) Aims of this session Define IoT Understanding the technology behind IoT Analysis of Operational aspects of IoT Understanding IoT business models Explore the policy and regulatory

More information

Casambi App User Guide

Casambi App User Guide Casambi App User Guide Version 1.5.4 2.1.2017 Casambi Technologies Oy Table of contents 1 of 28 Table of contents 1 Smart & Connected 2 Using the Casambi App 3 First time use 3 Taking luminaires into use:

More information

From Innovative Niches to a Cooperative IoT Ecosystem

From Innovative Niches to a Cooperative IoT Ecosystem From Innovative Niches to a Cooperative IoT Ecosystem SOFIA AIVALIOTI, LARA LÓPEZ, MARCIN PLOCIENNIK, ADAM OLSZEWSKI, CORINNA SCHMITT, YVES STEINER, DAVIDE MONFORTE, ZWICKL PATRICK 3RD INTER-OSS WORKSHOP

More information

IoT Sensor Network Applications

IoT Sensor Network Applications IoT Sensor Network Applications Wuhan Fenjin s Three-in-One Product Layout Three product lines: Industrial cloud robot, IoT sensor, and industrial cloud platform Industrial cloud robot IoT sensor Industrial

More information

IoT Strategy for CSPs Seeking Greater IoT Monetization

IoT Strategy for CSPs Seeking Greater IoT Monetization IoT Strategy for CSPs Seeking Greater IoT Monetization Joern Kropfgans Partner Communications Sector, IBM Services Raj Cherchattil CTO, Telecom, Media & Entertainment, IBM 2018 TM Forum 1 Beyond connectivity

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

Relationship-based Intercom Platform for Smart Space

Relationship-based Intercom Platform for Smart Space Int'l Conf. Wireless Networks ICWN'17 113 Relationship-based Intercom Platform for Smart Space Daecheon Kim, Duc-Tai Le, and Hyunseung Choo School of Information and Communication Engineering, Sungkyunkwan

More information

Introduction to the Internet of Things

Introduction to the Internet of Things Introduction to the Internet of Things Marco Zennaro, PhD Telecommunications/ICT4D Lab The Abdus Salam International Centre for Theoretical Physics Trieste, Italy Introduction to IoT Vision History of

More information

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit-

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- [Version 1.0.2] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP

More information

Network and IT Infrastructure Services for the IoT Store

Network and IT Infrastructure Services for the IoT Store Network and IT Infrastructure Services for the IoT Store Gaël Fromentoux and Nathalie Omnès (&) Orange Labs, 2 avenue Pierre Marzin, 22 300 Lannion, France {gael.fromentoux,nathalie.omnes}@orange.com Abstract.

More information

Driving the IoT Journey: 10 Trends to Watch

Driving the IoT Journey: 10 Trends to Watch Driving the IoT Journey: 10 Trends to Watch INTRODUCTION The Internet of Things (IoT) market continues to gain momentum both growing in total connections and into new business and consumer application

More information

Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka

Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka Daminda Herath Esoft Metro Campus, Colombo, Sri Lanka ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Internet of Things (IoT) Vikram Raval GSMA

Internet of Things (IoT) Vikram Raval GSMA Internet of Things (IoT) Vikram Raval GSMA Introductions 2 Your objectives What do you expect to learn from this course? How is it relevant to you? 3 Themes Understanding the benefits IoT can bring Key

More information

DRIVING REVENUE FROM THE INTERNET OF THINGS

DRIVING REVENUE FROM THE INTERNET OF THINGS DRIVING REVENUE FROM THE INTERNET OF THINGS There is a significant amount of information available around the subject of The Internet of Things (IoT) or The Internet of Everything (IoE). The UK Government

More information

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware Data Sheet Introduction The Internet of Things (IoT) is the next mega trend that will change the way we live and work, and it is predicted

More information

The Importance of Connectivity in the IoT Roadmap End-User Sentiment Towards IoT Connectivity. An IDC InfoBrief, Sponsored by February 2018

The Importance of Connectivity in the IoT Roadmap End-User Sentiment Towards IoT Connectivity. An IDC InfoBrief, Sponsored by February 2018 The Importance of Connectivity in the IoT Roadmap End-User Sentiment Towards IoT Connectivity An IDC InfoBrief, Sponsored by February 2018 IDC s IoT Definition IDC defines IoT as a network of networks

More information

Deliverable 7.1.a: BIG IoT Exploitation Plan first release

Deliverable 7.1.a: BIG IoT Exploitation Plan first release BIG IoT Bridging the Interoperability Gap of the Internet of Things Deliverable 7.1.a: BIG IoT Exploitation Plan first release Version 1.0 Date: 31.12.2016 This project has received funding from the European

More information

The Internet-of-Things For Biodiversity

The Internet-of-Things For Biodiversity The Internet-of-Things For Biodiversity Adam T. Drobot Wayne, PA 19087 Outline What: About IoT Aspects of IoT Key ingredients Dealing with Complexity The basic ingredients for IoT Examples of IoT that

More information

ANSI/SCTE

ANSI/SCTE ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 130-1 2011 Digital Program Insertion Advertising Systems Interfaces Part 1 Advertising Systems Overview NOTICE The

More information

IoT in Port of the Future

IoT in Port of the Future IoT in Port of the Future Germán Herrero Cárcel Head of Sector September 2016 Internet of Things Definition Three As Being connected to the Internet has become the norm in large parts of the world The

More information

Ref. Ares(2017) /03/2017. Synthetic Handbook for IoT Testbeds. IoT Lab. European Research Project

Ref. Ares(2017) /03/2017. Synthetic Handbook for IoT Testbeds. IoT Lab. European Research Project Ref. Ares(2017)1108749-02/03/2017 Synthetic Handbook for IoT Testbeds IoT Lab European Research Project Researching crowdsourcing to extend IoT testbed infrastructure for multidisciplinary experiments,

More information

142, Noida, U.P., India

142, Noida, U.P., India Review of IoT Market Open Source Technologies in IoT [1] Priyanka Jain, [2] Apoorv Gupta [1] [2] Global Business Expansion Services, NEC Technologies India Pvt. Ltd. Advant Navis Business Park, Sector

More information

onem2m Certification & Use cases of Certified Products

onem2m Certification & Use cases of Certified Products onem2m Certification & Use cases of Certified Products Peter J. Kim (pjk@tta.or.kr) TTA() 한국정보통신기술협회 1 CONTENTS 01 Korea s IoT Activity 02 onem2m Certification 03 Global IoT Testing & Certification Center

More information

IOT TECHNOLOGY AND ITS IMPACT

IOT TECHNOLOGY AND ITS IMPACT Presentation at the ABA National IOT Institute, Jones Day, Washington DC March 30, 2016 IOT TECHNOLOGY AND ITS IMPACT DR. VIJAY K. MADISETTI PROFESSOR OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA TECH

More information

IoT Challenges & Testing aspects. Alon Linetzki, Founder & CEO QualityWize

IoT Challenges & Testing aspects. Alon Linetzki, Founder & CEO QualityWize IoT Challenges & Testing aspects Alon Linetzki, Founder & CEO QualityWize alonl@quality-wize.com 1 Alon Linetzki CEO and Founder of QualityWize 3 decades in sw engineering, testing, quality assurance and

More information

SCTE OPERATIONAL PRACTICE

SCTE OPERATIONAL PRACTICE Energy Management Subcommittee SCTE OPERATIONAL PRACTICE SCTE 245 2018 Use Cases for Adaptive Power Using APSIS NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of

More information

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS EdgeX Foundry Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS The IoT requires architecting from Edge to Core to Cloud EDGE/FIELD FOG CLOUD SECURITY MANAGEABILITY

More information

SOFIE Secure and Open Federation of IoT systems. An introduction September 25, 2017 Pekka Nikander, Aalto University

SOFIE Secure and Open Federation of IoT systems. An introduction September 25, 2017 Pekka Nikander, Aalto University SOFIE Secure and Open Federation of IoT systems An introduction September 25, 2017 Pekka Nikander, Aalto University Outline Introduction and goals Core concept Project partners Technical approach Field

More information

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE 237 2017 Implementation Steps for Adaptive Power Systems Interface Specification (APSIS ) NOTICE The Society of Cable Telecommunications

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 2.0 09 Feb 2016 Open Mobile Alliance OMA-RD-DM-V2_0-20160209-A [OMA-Template-ReqDoc-20160101-I] OMA-RD-DM-V2_0-20160209-A Page 2 (14) Use of this document

More information

Research outputs: You want me to do what?!?

Research outputs: You want me to do what?!? Research outputs: You want me to do what?!? Carl Grant Associate Dean, Knowledge Services & Chief Technology Officer University of Oklahoma Libraries E: carl.grant@ou.edu Paul A. Soderdahl Associate University

More information

KEPServerEX IoTGateway to Azure IoT Hub. Initial Setup and Configuration

KEPServerEX IoTGateway to Azure IoT Hub. Initial Setup and Configuration (7) /8/208 KEPServerEX IoTGateway to Azure IoT Hub Initial Setup and Configuration 2 (7) /8/208 Introduction This document is intended to server as a basic guide on configuring the KEPServerEX IoT Gateway

More information

Introduction to the ITU-T Global Standards Initiative on IoT with focus on SG13 activities

Introduction to the ITU-T Global Standards Initiative on IoT with focus on SG13 activities ITU Workshop on the Internet of Things - Trend and Challenges in Standardization (Geneva, Switzerland, 18 February 2014) Introduction to the ITU-T Global Standards Initiative on IoT with focus on SG13

More information

NAMING AND REGISTRATION OF IOT DEVICES USING SEMANTIC WEB TECHNOLOGY

NAMING AND REGISTRATION OF IOT DEVICES USING SEMANTIC WEB TECHNOLOGY NAMING AND REGISTRATION OF IOT DEVICES USING SEMANTIC WEB TECHNOLOGY Ching-Long Yeh 葉慶隆 Department of Computer Science and Engineering Tatung University Taipei, Taiwan IoT as a Service 2 Content IoT, WoT

More information

Business Models for Interoperable IoT Ecosystems

Business Models for Interoperable IoT Ecosystems Business Models for Interoperable IoT Ecosystems Werner Schladofsky 1, Jelena Mitic 2, Alfred Paul Megner 1, Claudia Simonato 3, Luca Gioppo 3, Dimitris Leonardos 4, Arne Bröring 2 1 Atos IT-Solutions

More information

Energy Efficiency with KNX Focus on Lighting Saving Hager

Energy Efficiency with KNX Focus on Lighting Saving Hager Energy Efficiency with KNX Focus on Lighting Saving Hager Date: December 06 th 2017 Agenda Part 1 About KNX Part 2 IoT Controller Presentation 01 KNX Overview 05 02 Why KNX 15 03 Some Use Cases 20 04 Energy

More information

IoT Landscape Challenges and Solution Approaches Standardized platforms and architectures providing interoperability

IoT Landscape Challenges and Solution Approaches Standardized platforms and architectures providing interoperability IoT Landscape Challenges and Solution Approaches Standardized platforms and architectures providing interoperability Presented by Joachim Koss ETSI STF 505-IoT Leader for Delta Technology Day: Internet

More information

Networks of Things. J. Voas Computer Scientist. National Institute of Standards and Technology

Networks of Things. J. Voas Computer Scientist. National Institute of Standards and Technology Networks of Things J. Voas Computer Scientist National Institute of Standards and Technology 1 2 Years Ago We Asked What is IoT? 2 The Reality No universally-accepted and actionable definition exists to

More information

Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things

Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things Urvi Joshi 1, Aaron Dills 1, Eric Biazo 1, Cameron Cook 1, Zesheng Chen 1, and Guoping Wang 2 1 Department

More information

RUCKUS IoT SUITE DATA SHEET BENEFITS

RUCKUS IoT SUITE DATA SHEET BENEFITS Organizations seeking to deploy IoT solutions face a complex, fragmented ecosystem of standards, devices and services that often slows or stalls enterprise IoT deployments. BENEFITS REUSE EXISTING INFRASTRUCTURE

More information

Emerging IoT Technologies for Smart Cities

Emerging IoT Technologies for Smart Cities 07.11.2017 U4IoT Contact Dr sziegler@mandint.org IoT-related International Engagement ITU-T Member Rapporteur on Research and Emerging Technologies for the Internet of Things and Smart Cities (SG20) Cybersecurity

More information

INTRODUCTION. FREEVISION Launch Presentation 30 September

INTRODUCTION. FREEVISION Launch Presentation 30 September INTRODUCTION On Tuesday, 20 August 2013, we announced that we would be launching FREEVISION, a Universal Access and Interoperable Direct-To-Home Satellite (DTH-S) platform service. We stated that the establishment

More information

INTERNET OF THINGS THE GSMA GUIDE TO THE R A G E C A P A B I L C O V E I T Y T Y U R I E C R S B E C Y. gsma.com/iot

INTERNET OF THINGS THE GSMA GUIDE TO THE R A G E C A P A B I L C O V E I T Y T Y U R I E C R S B E C Y. gsma.com/iot C O V E R A G E C A P A B I L I T Y THE GSMA GUIDE TO THE INTERNET OF THINGS T Y C Y B E R S E C U R I SCALING THE IoT Enabling a world in which consumers and businesses enjoy rich new services, connected

More information

Images for life. Nexxis for video integration in the operating room

Images for life. Nexxis for video integration in the operating room Images for life Nexxis for video integration in the operating room A picture perfect performance Nexxis stands for video integration done right. Intuitive, safe, and easy to use, it is designed to meet

More information

Internet of Things: Networking Infrastructure for C.P.S. Wei Zhao University of Macau December 2012

Internet of Things: Networking Infrastructure for C.P.S. Wei Zhao University of Macau December 2012 Internet of Things: Networking Infrastructure for C.P.S. Wei Zhao University of Macau December 2012 Outline 1. Principles of IOT : What and how? 2. Realization of IOT : Framework and design 2 Principles

More information