SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

Size: px
Start display at page:

Download "SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802"

Transcription

1 SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

2 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential Functions Service... 4 Policy Service... 4 ARCHITECTURE... 5 Policy Service (Edge Services Console)... 5 SAP EDGE SERVICES DOCUMENTATION... 6 Policy Service... 6 Persistence Service... 6 Streaming Service... 6 Business Essential Functions Service... 6 SUPPORTED OPERATING SYSTEMS... 6 Linux x Windows x SAP EDGE SERVICES INSTALLATION PATH... 7 SAP EDGE SERVICES PREREQUISITES... 7 IOT SERVICES GATEWAY EDGE IMPORTANT NOTE OFFLINE SUPPORT... 7 JAVA_HOME... 7 SAP EDGE SERVICES INTERCEPTOR... 8 Architecture... 8 Configuration

3 ABOUT THIS DOCUMENT This overview guide provides a starting point for understanding and using SAP Edge Services. It describes the primary concepts and key functionality, as well as references to all other relevant documentation. This document is intended for the following audiences: Consultants Partners Customers Developers 3

4 INTRODUCTION SAP Edge Services is a set of services designed to run on the edge of an enterprise network. SAP Edge Services has been optimized to run inside of SAP IoT Services 4. SAP Edge Services leverages SAP IoT Services 4 to provide solutions that will enable edge computing with minimal software development effort. Leveraging SAP IoT Services 4.x provides many benefits: Runtime that allows for updating services dynamically. Ingestion and protocol conversion of data from things/devices/sensors. Security provided by SAP IoT Services 4. Cloud-based management. The following sections briefly describes the key features of SAP Edge Services. Persistence Service SAP Edge Services Persistence Service provides the ability to store sensor data at the edge. It also allows any other IoT Services based application access to a generic secure persistence service. Streaming Service SAP Edge Services Streaming Service uses complex event processing to analyze IoT sensor data in near realtime. Administrators can rely on a known sensor profile or manually configure SAP Edge Services Streaming Service to monitor the flow of an IoT sensor for a variety of actionable patterns (for example, thresholds, timing patterns, conditional logic, and so on). Business Essential Functions Service Business System functionality is often desirable in locations where connectivity to the Core is not consistently available. SAP Edge Services Business Essential Functions Service extends a subset of Business System functionality to the Edge. This functionality is provided to the developer via an edge-based RESTful API. Policy Service SAP Edge Services Policy Service is a cloud based service to manage the edge services. It provides the deployment and lifecycle management of edge services. The Policy Service also serves as a central repository of policies (configurations). The Policy Service is configured by the Edge Services Console. 4

5 ARCHITECTURE Policy Service (Edge Services Console) The SAP Edge Services Policy Service contains an Edge Services Console. The Edge Services Console is the primary way an Administrator interacts with the SAP Edge Services Policy Service. The Edge Services Console provides the following key functionality: View active gateways on the configured IoT Services instance/tenant. Initiate and monitor the status of installation of the SAP Edge Services bundles on the active gateways. For information on using the Edge Services Console, refer to the Edge Services Console - Administration Guide. 5

6 SAP EDGE SERVICES DOCUMENTATION After reviewing this Overview Guide, it is recommended that you review the Edge Services Console - Administration Guide guide. Policy Service The SAP Edge Services Policy Service contains an Edge Services Console. The Edge Services Console is the primary way an Administrator interacts with the SAP Edge Services Policy Service. For information on using the Edge Services Console, refer to the Edge Services Console - Administration Guide. Persistence Service For information on configuring the Persistence Service, refer to the Persistence Service - Guide. Streaming Service For information on configuring the Streaming Service using the UI, refer to the Streaming Service - Administration Guide. For information on additional configuration, refer to the Streaming Service - Configuration Guide. Business Essential Functions Service For information on APIs, refer to the Business Essential Functions Service - API Guide. For information on OSGI requirements and configuration, refer to the Business Essential Functions Service - Edge Guide. SUPPORTED OPERATING SYSTEMS SAP Edge Services is supported on both Linux x64 (x86 64-bit) and Windows x64 (x86 64-bit). Linux x64 Linux is available from several vendors. In addition, a wide variety of Linux installations are possible, which poses a challenge for companies such as SAP, who want to maintain an open and flexible approach to supporting Linux, yet require a practical means of identifying which Linux installations they support. Untested versions of Linux may have slightly different configurations that the IoT edge services installer does not recognize, and therefore may not work without additional support from SAP. Tested Linux distributions: Ubuntu Desktop LTS x64 (x86 64-bit) Intel Intelligent Device Platform (IDP) 3.1 Wind River 7 x64 (x86 64-bit) Windows x64 SAP Edge Services supports the following Windows versions: Windows 8.1 x64 (x86 64-bit) Windows 10 x64 (x86 64-bit) Windows 2012 Server x64 (x86 64-bit) Windows 7 x64 (x86 64-bit) 6

7 SAP EDGE SERVICES INSTALLATION PATH By default, SAP Edge Services is installed in a directory at the same level as the IoT Services Gateway Edge directory. For example, if Gateway Edge is installed at /opt/gateway-v4.xx or C:\SAP\gateway-v4.xx then SAP Edge Services is automatically installed at /opt/edgeservices or C:\SAP\edgeservices. This allows for new versions of the Gateway Edge to also be installed in the /opt or C:\SAP folder and will automatically use the existing SAP Edge Services configuration at /opt/edgeservices or C:\SAP\edgeservices. If new versions of the Gateway Edge are installed in a different folder, then you may be required to move the edgeservices folder as well. Note: Only 1 Gateway Edge process can access a given SAP Edge Services folder. To change the default directory of SAP Edge Services, the following hierarchy is used by SAP Edge Services: 1. Gateway.sh/cmd option ex. -Dcom.sap.iotservices.gateway.ESInstallPath=C:\SAP\edgeservices 2. Gateway property property name - ES_INSTALL_PATH 3. Default location parent folder of the current user directory(gateway), so edgeservices folder would be a peer of the gateway folder. SAP EDGE SERVICES PREREQUISITES The following prerequisites should be noted for SAP Edge Services: Java version 1.8.x 64-bit Streaming Service also requires the following software package to already be installed on the host: Python version 2.7.x 64-bit Please refer to the guides for each service for more details. IOT SERVICES GATEWAY EDGE IMPORTANT NOTE OFFLINE SUPPORT It is strongly recommended to start the IoT Services Gateway Edge with offline support ( Disconnected Startup ) enabled. When offline support is enabled, the Streaming Service and Persistence Service make use of an optimization, and start in offline mode. The IoT Services datamodel is fetched by the Streaming Service and Persistence Service from a local cache stored by the IoT Services Gateway Edge. To configure this important feature, add the following to the IoT Services Gateway Edge start command: JAVA_HOME -Dcom.sap.iotservices.gateway.enableDisconnectedStartup=true The JAVA_HOME environment variable must refer to the same version of Java that the SAP IoT Services Gateway Edge process is started under (and is found on the system path). Note: SAP Edge Services requires JAVA_HOME to be configured on Windows x64. JAVA_HOME can point to a JRE or a JDK folder. 7

8 SAP EDGE SERVICES INTERCEPTOR The SAP Edge Services Interceptor is referred to as the Edge Interceptor. The Edge Interceptor is deployed automatically by both the Streaming Service and the Persistence Service. The Edge Interceptor receives data from IoT services in a standard format, and publishes the data using OSGI Event Admin. Both the Streaming Service and the Persistence Service receive the data that Edge Interceptor publishes. Once installed, Edge Interceptor forwards all messages to Persistence Service and Streaming Service automatically. Note: Edge Interceptor can block data from sending to IoT Services cloud/cockpit. See the Configuration section below for details. Architecture Configuration The Edge Interceptor has the following configuration values that can be set in the IoT Services cockpit. Property Name: measuresskipped Default Value: nothing (no measures are blocked) The Edge Interceptor passes all data to the IoT cockpit by default. It can also block data from sending to the IoT cockpit. To block data, configure an IoT Services cockpit gateway property with the key measuresskipped. Set the value to either * (asterisk) to block all data, or set the value to a comma separated list of measures that should be skipped. 8

9 measuresskipped value Behavior (nothing) All data is sent to the IoT Services cloud. * Blocks all measures from going to the IoT Services cloud 1,2 Blocks measures 1 and 2 from going to the IoT Services cloud. Note: Regardless of the measuresskipped setting, Edge Interceptor always sends all data to Persistence Service and Streaming Service. Property Name: refreshtimeperiod Unit of Measure: seconds Default Value: 3600 The IoT gateway properties (measuresskipped, refreshtimeperiod) are read by the Edge Interceptor in a regular time interval. To change this timing, configure an IoT Services cockpit gateway property called refreshtimeperiod. The value is in seconds. refreshtimeperiod value (nothing) Behavior IoT gateway properties (measuresskipped, refreshtimeperiod) read at default value of 3600 seconds 600 IoT gateway properties (measuresskipped, refreshtimeperiod) read every 600 seconds. 9

10 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

SAP Edge Services Edge Services Overview Guide Version 1711

SAP Edge Services Edge Services Overview Guide Version 1711 SAP Edge Services Edge Services Overview Guide Version 1711 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential Functions Service...

More information

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s)

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s) MOB501 SAP Omnichannel Banking 8.3 SP01 PL03 Development. COURSE OUTLINE Course Version: 03 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

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

VMware Pulse IoT Center 1.0 Release Notes

VMware Pulse IoT Center 1.0 Release Notes VMware Pulse IoT Center 1.0 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

More information

VMware Pulse IoT Center 1.1 Release Notes

VMware Pulse IoT Center 1.1 Release Notes VMware Pulse IoT Center 1.1 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

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

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

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

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

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

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

DM Scheduling Architecture

DM Scheduling Architecture DM Scheduling Architecture Approved Version 1.0 19 Jul 2011 Open Mobile Alliance OMA-AD-DM-Scheduling-V1_0-20110719-A OMA-AD-DM-Scheduling-V1_0-20110719-A Page 2 (16) Use of this document is subject to

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

DM DiagMon Architecture

DM DiagMon Architecture DM DiagMon Architecture Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-AD-DM-DiagMon-V1_0-20111220-A [OMA-Template-ArchDoc-20110121-I] OMA-AD-DM-DiagMon-V1_0-20111220-A Page 2 (13) Use of this

More information

SAP Patch Assembly/Distribution Engine (SPADE) (BC-UPG-OCS)

SAP Patch Assembly/Distribution Engine (SPADE) (BC-UPG-OCS) SAP Patch Assembly/Distribution Engine (SPADE) (BC-UPG-OCS) HELP.BCUPGOCSSPADE Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or

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

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

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

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

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

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

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

Introduction to Primo

Introduction to Primo Introduction to Primo Copyright Statement and Disclaimer All of the information and material, including text, images, logos and product names, is either the property of, or used with permission by, Ex

More information

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS Managing Advanced Cable Menu TV Usage Migration and System to IP Architecture: Part 1 Impacts on User Behavior Series Introduction: Jim Brown, Market VP Drivers Engineering, and Tech Buckeye Challenges

More information

Autotask Integration Guide

Autotask Integration Guide Autotask Integration Guide Updated May 2015 - i - Welcome to Autotask Why integrate Autotask with efolder? Autotask is all-in-one web-based Professional Services Automation (PSA) software designed to help

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

Managing and Monitoring SUSE Enterprise Storage

Managing and Monitoring SUSE Enterprise Storage Managing and Monitoring SUSE Enterprise Storage Tim Serong Eric Jackson Senior Clustering Engineer tserong@suse.com Senior Software Developer Distributed Storage ejackson@suse.com SUSE Enterprise Storage...in

More information

Getting Started Guide for the V Series

Getting Started Guide for the V Series product pic here Getting Started Guide for the V Series Version 8.7 July 2007 Edition 3725-24476-002/A Trademark Information Polycom and the Polycom logo design are registered trademarks of Polycom, Inc.,

More information

The Deltix Product Suite: Features and Benefits

The Deltix Product Suite: Features and Benefits The Deltix Product Suite: Features and Benefits A Product Suite for the full Alpha Generation Life Cycle The Deltix Product Suite allows quantitative investors and traders to develop, deploy and manage

More information

Ending the Multipoint Videoconferencing Compromise. Delivering a Superior Meeting Experience through Universal Connection & Encoding

Ending the Multipoint Videoconferencing Compromise. Delivering a Superior Meeting Experience through Universal Connection & Encoding Ending the Multipoint Videoconferencing Compromise Delivering a Superior Meeting Experience through Universal Connection & Encoding C Ending the Multipoint Videoconferencing Compromise Delivering a Superior

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

EyeFace SDK v Technical Sheet

EyeFace SDK v Technical Sheet EyeFace SDK v4.5.0 Technical Sheet Copyright 2015, All rights reserved. All attempts have been made to make the information in this document complete and accurate. Eyedea Recognition, Ltd. is not responsible

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

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

ivw-ud322 / ivw-ud322f

ivw-ud322 / ivw-ud322f ivw-ud322 / ivw-ud322f Video Wall Controller Supports 2 x 2, 2 x 1, 3 x 1, 1 x 3, 4 x 1 & 1 x 4 Video Wall Array User Manual Rev. 1.01 i Notice Thank you for choosing inds products! This user manual provides

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

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

February 2007 Edition /A. Getting Started Guide for the VSX Series Version 8.5.3

February 2007 Edition /A. Getting Started Guide for the VSX Series Version 8.5.3 February 2007 Edition 3725-21286-009/A Getting Started Guide for the VSX Series Version 8.5.3 GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom, the Polycom logo design, and ViewStation

More information

SecureFTP Procedure for Alma Implementing Customers

SecureFTP Procedure for Alma Implementing Customers SecureFTP Procedure for Alma Implementing Customers CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss.

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

Getting Started Guide for the V Series

Getting Started Guide for the V Series product pic here Getting Started Guide for the V Series Version 9.0.6 March 2010 Edition 3725-24476-003/A Trademark Information POLYCOM, the Polycom Triangles logo and the names and marks associated with

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

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

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

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

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

T : Internet Technologies for Mobile Computing

T : Internet Technologies for Mobile Computing T-110.7111: 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

More information

ISVClient. User Guide

ISVClient. User Guide ISVClient User Guide October 2010 Trademarks & Copyright Trademarks All trademarks mentioned in this manual are the sole property of their respective manufacturers. Copyright SerVision Ltd., Jerusalem,

More information

Teradici Naming and Branding Guide for Partners

Teradici Naming and Branding Guide for Partners Teradici Naming and Branding Guide for Partners Table of contents 2 Teradici Trademark Usage Guidelines...3 What is a trademark?...3 Teradici trademark list...3 Proper use of trademarks...4 Trade Names...5

More information

Global launch of "OpenBlocks IoT VX2" Plat'Home s Intelligent Edge IoT Gateway

Global launch of OpenBlocks IoT VX2 Plat'Home s Intelligent Edge IoT Gateway Global launch of "OpenBlocks IoT VX2" Plat'Home s Intelligent Edge IoT Gateway Plat'Home IoT Gateway Software "FW3.1" is new ready and supports Microsoft Azure IoT Edge May 7, 2018 TOKYO- (Securities Code:

More information

Alcatel-Lucent 5620 Service Aware Manager. Unified management of IP/MPLS and Carrier Ethernet networks and the services they deliver

Alcatel-Lucent 5620 Service Aware Manager. Unified management of IP/MPLS and Carrier Ethernet networks and the services they deliver Alcatel-Lucent 5620 Service Aware Manager Unified management of IP/MPLS and Carrier Ethernet networks and the services they deliver [The Alcatel-Lucent 5620 SAM] was the most cost-effective and the shortest

More information

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice

More information

Models NVIDIA NVS 315 1GB Graphics

Models NVIDIA NVS 315 1GB Graphics Overview Models NVIDIA NVS 315 1GB Graphics E1U66AA Introduction The NVIDIA NVS 315 graphics board is a PCI Express low profile form factor graphics add-in card targeted as an active low cost graphics

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

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS E-Guide SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS SearchSecurity D ata loss prevention (DLP) allow organizations to protect sensitive data that could cause grave harm if stolen or exposed. In this

More information

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology Vijay Kumar, CTO ESRI India Agenda: 1 2 3 4 Understanding IoT IoT component and deployment patterns ArcGIS Geospatial Platform

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information

PRELIMINARY. QuickLogic s Visual Enhancement Engine (VEE) and Display Power Optimizer (DPO) Android Hardware and Software Integration Guide

PRELIMINARY. QuickLogic s Visual Enhancement Engine (VEE) and Display Power Optimizer (DPO) Android Hardware and Software Integration Guide QuickLogic s Visual Enhancement Engine (VEE) and Display Power Optimizer (DPO) Android Hardware and Software Integration Guide QuickLogic White Paper Introduction A display looks best when viewed in a

More information

VSX Series Getting Started Guide

VSX Series Getting Started Guide VSX Series Getting Started Guide September, 2003 Edition 3725-21286-002/A VSX SERIES GETTING STARTED GUIDE Trademark Information Patent Information Polycom and the Polycom logo design are registered trademarks

More information

May 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.5

May 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.5 May 2006 Edition 3725-21286-008/A Getting Started Guide for the VSX Series Version 8.5 GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom, the Polycom logo design, and ViewStation are

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

CHP Max Headend Optics Platform CHP CORWave II

CHP Max Headend Optics Platform CHP CORWave II CHP Max Headend Optics Platform CHP CORWave II 1 GHz C Band DWDM Forward Transmitters FEATURES Consolidation or elimination of OTNs and node splitting by harvesting plant assets with up to 16 full spectrum

More information

Micro Services Architecture: Spring Boot and Netflix Infrastructure

Micro Services Architecture: Spring Boot and Netflix Infrastructure CALL NOW: +1 415-233-4737 info@optisolbusiness.com www.optisolbusiness.com Micro Services Architecture: Spring Boot and Netflix Infrastructure Page 1 Micro services - Overview What is Micro Service? info@optisolbusiness.com

More information

Cablecast SX. Setup Guide. c Tightrope Media Systems For Cablecast version Build 206

Cablecast SX. Setup Guide. c Tightrope Media Systems For Cablecast version Build 206 Cablecast SX Setup Guide c Tightrope Media Systems For Cablecast version 5.2.11 Build 206 Printed June 5, 2015 1 Cablecast SX Setup 1.1 Prerequisites 1.2 Overview of Setup Thank you for purchasing a Cablecast

More information

Mixer Measurement Wizard Operation Manual

Mixer Measurement Wizard Operation Manual Agilent ENA Series Network Analyzers Mixer Measurement Wizard Operation Manual Rev. 01.10 October 2008 Notices The information contained in this document is subject to change without notice. This document

More information

Growing the Digital Business: Spotlight on the Internet of Things. Accenture Mobility Research 2015

Growing the Digital Business: Spotlight on the Internet of Things. Accenture Mobility Research 2015 Growing the Digital Business: Spotlight on the Internet of Things Accenture Mobility Research 2015 Introduction 2 The Internet of Things is experiencing exponential growth fueled by decreasing costs in

More information

An Inverse Evaluation of Netflix Architecture Using ATAM

An Inverse Evaluation of Netflix Architecture Using ATAM An Inverse Evaluation of Netflix Architecture Using ATAM Stefan Toth @st_toth; st@embarc.de Conceptual Flow of the ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm Inverse ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm

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

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

ENGINEER AND CONSULTANT IP VIDEO BRIEFING BOOK

ENGINEER AND CONSULTANT IP VIDEO BRIEFING BOOK SPRING 2008 ENGINEER AND CONSULTANT IP VIDEO BRIEFING BOOK Leading the Security Industry Since 1967 A & E SUPPORT SERVICES World Headquarters 89 Arkay Drive Hauppauge, NY 11788 Phone: 800-645-9116 Richard

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

EtherneTV-STB Set Top Box

EtherneTV-STB Set Top Box EtherneTV-STB Set Top Box Set Top Box v3.7.3b Quick Start Guide September 14, 2006 4410-0134-0005 Copyright 2006 VBrick Systems, Inc. All rights reserved. 12 Beaumont Road Wallingford, Connecticut 06492,

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

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior

More information

Reference Release Definition for ConnMO

Reference Release Definition for ConnMO Reference Release Definition for ConnMO Approved Version 07 Nov 2008 Open Mobile Alliance OMA-RRELD-ConnMO-V1_0-20081107-A OMA-RRELD-ConnMO-V1_0-20081107-A Page 2 (12) Use of this document is subject to

More information

Technical Note. Manufacturer: Elan g! DVR 7.0 OVERVIEW SUPPORTED FEATURES

Technical Note. Manufacturer: Elan g! DVR 7.0 OVERVIEW SUPPORTED FEATURES Technical Note Manufacturer: Elan g! DVR 7.0 Minimum Core Module Version: Version 7.0, 6.7 Document Revision Date: 09/16/2014 OVERVIEW Important: This document refers to Version 7.0/6.7 DVR. Please see

More information

This document contains the latest information about the new Polycom VS4000 TM model, running 5.1 software.

This document contains the latest information about the new Polycom VS4000 TM model, running 5.1 software. This document contains the latest information about the new Polycom VS4000 TM model, running 5.1 software. What s New? The VS4000 is now available in a compact form factor, making it even easier to integrate

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 1.3 24 May 2016 Open Mobile Alliance OMA-RD-DM-V1_3-20160524-A OMA-RD-DM-V1_3-20160524-A Page 2 (15) Use of this document is subject to all of the terms

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

Getting Started with myevnts

Getting Started with myevnts Getting Started with myevnts Version 2.1.0 Document: Getting Started with myevnts Document Number: MYE-GSG-2.1.0 System Version: 2.1.0 Nielsen Media Research, Nielsen Homevideo Index, NSS, NTI and Pocketpiece

More information

Building Your DLP Strategy & Process. Whitepaper

Building Your DLP Strategy & Process. Whitepaper Building Your DLP Strategy & Process Whitepaper Contents Introduction 3 DLP Planning: Organize Your Project for Success 3 DLP Planning: Clarify User Profiles 4 DLP Implementation: Phases of a Successful

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager

StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager User Guide Rev B StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager User Guide Rev B SAP, mysap.com, and

More information

RedRat Control User Guide

RedRat Control User Guide RedRat Control User Guide Chris Dodge RedRat Ltd April 2014 For RedRat Control V3.16 1 Contents 1. Introduction 3 2. Prerequisites and Installation 3 3. The First Step Capture of Remote Control Signals

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

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP December 2006 Edition 3725-24333-001/A Getting Started Guide for the VSX Series Version 8.6 for SCCP GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom and the Polycom logo design are

More information

Real-Time Big Data Processing with Azure

Real-Time Big Data Processing with Azure Real-Time Big Data Processing with Azure Lab 2 - Getting Started with IoT Hubs Overview In this lab, you will create an Azure IoT Hub and use it to collect data from a client application. What You ll Need

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

Alcatel-Lucent 5910 Video Services Appliance. Assured and Optimized IPTV Delivery

Alcatel-Lucent 5910 Video Services Appliance. Assured and Optimized IPTV Delivery Alcatel-Lucent 5910 Video Services Appliance Assured and Optimized IPTV Delivery The Alcatel-Lucent 5910 Video Services Appliance (VSA) delivers superior Quality of Experience (QoE) to IPTV users. It prevents

More information

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne Join the discussion @ p2p.wrox.com Wrox Programmer to Programmer Beginning Python Using Python 2.6 and Python 3.1 James Payne Programmer to Programmer Get more out of wrox.com Interact Take an active role

More information

Copyright and Disclaimer

Copyright and Disclaimer Copyright and Disclaimer All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying,

More information

IoT State of the Union

IoT State of the Union IoT State of the Union Kapil Pendse Partner Solutions Architect, Amazon Web Services If you knew the state of every thing and could reason on top of that data what problems would you solve? AWS IoT Customers

More information

November Ex Libris Certified Third-Party Software and Security Patch Release Notes

November Ex Libris Certified Third-Party Software and Security Patch Release Notes November 2017 Ex Libris Certified Third-Party Software and Security Patch Release Notes CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse

More information

The IoT and the Technical Information Challenge. Stuart Mendelsohn

The IoT and the Technical Information Challenge. Stuart Mendelsohn The IoT and the Technical Information Challenge Stuart Mendelsohn 1 About me From UK (Manchester) 4 years learning how to dig up dead people (archaeologist) Electronics was a hobby and then studied electronics/computing

More information

Autodesk software rental plans

Autodesk software rental plans Autodesk software rental plans Questions and answers Table of contents Questions and answers 1 1. About Autodesk software rental plans 2 1.1 What are Autodesk software rental plans? 2 1.2 Why is Autodesk

More information

5620 SAM SERVICE AWARE MANAGER. SMM GNE Driver Version Guide

5620 SAM SERVICE AWARE MANAGER. SMM GNE Driver Version Guide 5620 SAM SERVICE AWARE MANAGER SMM GNE Driver Version 1.0.30 Guide 3HE-11173-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

White paper Max number of unique video stream configurations

White paper Max number of unique video stream configurations White paper Max number of unique video stream configurations Buffer limitation on some hardware platforms Table of contents 1. Introduction 3 2. New generation of products 3 3. Fish-eye 360 cameras 4 4.

More information

WHO WILL WIN THE IoT PLATFORM WARS?

WHO WILL WIN THE IoT PLATFORM WARS? WHO WILL WIN THE IoT PLATFORM WARS? By Akash Bhatia, Zia Yusuf, David Ritter, and Nicolas Hunke With the Internet of Things (IoT) poised to generate billions of dollars in economic value over the next

More information

Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring

Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring white paper Milestone Leverages Intel Processors with Intel Quick Sync Video to Create Breakthrough Capabilities for Video Surveillance and Monitoring Executive Summary Milestone Systems, the world s leading

More information

Cablecast Server. Setup Guide. c Tightrope Media Systems For Cablecast version Build 74

Cablecast Server. Setup Guide. c Tightrope Media Systems For Cablecast version Build 74 Cablecast Server Setup Guide c Tightrope Media Systems For Cablecast version 6.1.2 Build 74 Printed July 22, 2016 1 Cablecast Server Setup 1.1 Prerequisites 1.2 Overview of Setup Thank you for purchasing

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