Web of Things architecture update

Size: px
Start display at page:

Download "Web of Things architecture update"

Transcription

1 W3C Web of Things Interest Group Web of Things architecture update 12th April, 2016 Panasonic, Fujitsu

2 Purpose of the architecture document Shows architecture of Web of Things(WoT) Clarifies WoT common functions Clarify use cases Clarify roles of entities (devices, smartphones, gateway, cloud, etc) in use cases. Define WoT common functions by illustrating WoT functions that those entities should have. Clarify function structure based on WoT common functions. Define function details and interfaces between functions. Show requirements to other documents from architectural viewpoint Clarify requirements to Things description, Discovery, Security from architectural viewpoint. Illustrate requirements to Things description from Resource management, Protocol mapping viewpoint. Resource s binding to concrete addresses is related to discovery function. Security in WoT API and Script API. Security concerning Things description DB access. 2

3 Use cases (A) WoT servient on device (WoT device) An electronic appliance such as an air conditioner with WoT server is controlled by a remote controller with WoT client via a (local) home network. WoT server Electronic appliance WoT client Remote controller Discovery: local WoT client API: REST or Client API (-> IP) WoT server API: Server API 3

4 (B) WoT servient on Smartphone Browser (or application) with WoT client on a smartphone directly controls electronic appliances with legacy communication such as bluetooth or remotely control them depending on the location. Discovery: Remote WoT client Remote controller WoT client API: Client API(->IP) Electronic appliance WoT client Remote controller Discovery: Nearby WoT client API: Client API(->Physical Interface) 4

5 (C) WoT Servient on Smart Home Hub A home hub with WoT servient placed between a home network and the Internet manages electronic appliances in a house and control them when remotely receiving a command from browser (or application) with WoT Client on a smartphone. Home hub Electronic appliance WoT servient WoT client Browser or applicaiton Discovery: WoT servient: nearby WoT client: remote WoT client API: REST or Client API (-> IP) WoT servient API: Server API Client API (->Physical Interface) 5

6 (D) WoT Servient on Cloud Server (1) WoT servient on cloud serves as proxies of electric appliances and controls the appliances when receiving commands from browser (or application) with WoT client on a smartphone. WoT servient Proxy WoT client Browser or application Electronic appliance Discovery: WoT servient: remote WoT client: remote WoT client API: REST or Client API (-> IP) WoT servient API: Server API Client API (-> IP) 6

7 (D) WoT Servient on Cloud Server (2) WoT servient on cloud cashes properties of electric appliances that a home hub manages and acts as an agent that manages them in the cloud instead of the home hub. WoT servient 1 Electronic appliance Home hub WoT servient 2 agent WoT client Browser or application Discovery: WoT servient1: remote WoT servient2: nearby WoT client: remote WoT client API: REST or Client API (-> IP) WoT servient1 API: Server API Client API (-> IP) WoT servient2 API: Server API Client API (-> Physical interface) 7

8 (D) WoT Servient on Cloud Server (3) Smart Factory: WoT client on cloud collects data from WoT servients that are connected to factory devices. Services analyze the data and users monitor the status from a browser. Factory Services WoT client Monitor Browser RS-485 WoT servient 1 Discovery: WoT servient1: nearby WoT servient2: nearby WoT client: remote 8 EtherCAT WoT servient 2 WoT client API: REST or Client API (-> IP) WoT servient1 API: Server API Client API (-> Physical interface) WoT servient2 API: Server API Client API (-> Physical interface)

9 (D) WoT Servient on Cloud Server (4) Connected Car: WoT client on cloud collects data from WoT servient on a gateway that are connected to car devices through CAN and car navigation system. The service analyzes the data from cars and shows service to the car navigation systems. Services WoT client DCU WoT servient Gateway Discovery: WoT client: remote WoT servient: nearby ECU ECU CAN ECU CAN WoT client API: REST or Client API (-> IP) WoT servient API: Server API Client API (-> Physical interface) 9

10 (E) T2T(WoT to WoT) control A control agent on WoT Servient 1 which has a temperature sensor detects room temperature and when surpassing the threshold then turn on the air conditioner with WoT Servient 2. Control agent WoT Servient2 WoT Servient1 Discovery: WoT servient1: remote / nearby WoT servient1 API: Client API (-> IP) WoT servient2 API: Server API 10

11 WoT servient Structure Overview WoT servient Functions and Interfaces Functions Functions are defined by Things description(td) App script and other WoT servient refer to TD APIs Script API: Interface for App Script WoT API: Interface for external WoT Servient Legacy device API: Interface for legacy devices App script Script API WoT servient Things Description Legacy device API Legacy device WoT servient WoT API 11

12 Functional model of WoT servient WoT servient functions Script Execution Engine Interfaces to access devices managed by WoT servients and interfaces to other WoT servients are CRUD+Notify +Register Defines relationships between abstract interface (CRUD+Notify) and concrete protocols App script Script API App script provider Resource management Protocol mapping Device meta-data and information about connected devices are stored as Things Description Things Description Protocols used for communication with outside (e.g. HTTP) Legacy device API Communication protocol Legacy device WoT servient WoT API 12

13 WoT servient behavior (1) Resource management Provide CRUD+Notify+Register as abstract interfaces Create:Creates an instance device with meta-data TD associated with a concrete IP address etc, when it gets connected. Delete is for deleting instance devices. Retrieve(Read), Update(Write):Read and write to information such as properties defined by instance TD. Notify:Notify information such as events defined by instance TD. Register:Registers new meta-data TD. App script provider TD DB stores both Things description as device meta-data and instance devices assigned concrete addresses. Have interfaces to operate Resource (Things description), and interfaces for CRUD+Notify to instance devices and registering TD Resource management Things Description TD Meta data TD Instance Protocol mapping 13

14 WoT servient behavior (2) Protocol mapping Maps communication protocols (HTTP, MQTT etc.) to CRUD+Notify defined by Resource management. (Register, Unregister are management interface that needs separate discussion) Describes methods to realize Create or Update using HTTP framework then register as plugins. This mechanism allows Resource management interfaces to adapt to many protocols other than HTTP/MQTT. Legacy devices can also be plugged-in in a similar manner. (Dev.IF) Realizes only communication protocol conversion part that corresponds to Resource management interface. Realizes as plugins to permit future extensibility Mapping rule description for various protocols. Dev.IF is legacy device interface. 14 Resource management Protocol mapping Dev. IF HTTP MQTT Communication protocol Things Description Existing protocol stacks such as HTTP, MQTT, Dev.IF etc.

15 WoT servient behavior (3) App script provider Script execution engine. For scripts concerning WoT, call Resource management. For scripts concerning other WoT servient, call communication protocol or other existing interfaces. Standardize WoT architecture and Resource management interfaces, then ask browser vendors and OSS communities that develop execution engine to adopt the standard. App script App script provider Script API Resource management Things Description Protocol mapping Communication protocol 15

16 WoT servient behavior (4) Communication protocol Network-side interface in WoT servient Consists of communication protocols such as HTTP, MQTT, Dev.IF (legacy device) etc. All process get reported to Resource management. Referencing TD instance, hand over the next process either to Protocol mapping (property and event) or App script provider (action). Resource management has a function to dispatch processes by interpreting URIs in messages WoT servient App script provider Resource management Protocol mapping Things Description TD Meta data TD Instance Communication protocol Legacy device API Legacy device WoT servient WoT API 16

17 Summary Thing Description In order to simplify discussions, TD should first cover devices. Once all agreed, consider extending it. Resource management TD consists of meta-data and instance. Meta-data TD is a declaration. Upon concrete device's connection, one instance is created per device. Meta-data management, and process involving instance creation and termination need further discussion. Meta-data and instances TD that can be made public can be put on Internet. Framework to share instances is necessary to make parallel processing at each WoT possible. 17

Role of scripting API & management interface

Role of scripting API & management interface Role of scripting & management interface May 18 th, 2017 Kazuaki Nimura Fujitsu Laboratories Role of scripting & management interface Differences ing : Local execution of ing script. Remote execution of

More information

Web of Things TD extended with iotschema.org

Web of Things TD extended with iotschema.org Web of Things TD extended with iotschema.org Darko Anicic, Michael Koster WoT F2F Meeting Burlingame, USA Motivation: Thing Discovery TD Directory Problem Statement Discovery of Things suitable for a WoT

More information

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department Web of Things for Connected Vehicles Soumya Kanti Datta Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Web of Things (WoT) Architecture & Components Prototyping

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information

Webserver deployment on. Amazon Web Services using IAC tool Terraform

Webserver deployment on. Amazon Web Services using IAC tool Terraform Webserver deployment on Amazon Web Services using IAC tool Terraform Raghavendra Angara Department of Dev-Ops Engineering NexiiLabs 1. Abstract The purpose of this technical paper is to provide a solution

More information

Kaseya 2. User Guide. Version 7.0

Kaseya 2. User Guide. Version 7.0 Kaseya 2 vpro User Guide Version 7.0 May 30, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from time

More information

Hytera SmartOne. A professional unified Communications Solution. Inter-system communication Unified dispatching Plug-in module design Open platform

Hytera SmartOne. A professional unified Communications Solution. Inter-system communication Unified dispatching Plug-in module design Open platform Hytera SmartOne A professional unified Communications Solution Hytera America, East Inter-system communication Unified dispatching Plug-in module design Open platform are registered trademarks of Hytera

More information

ANSIBLE SERVICE BROKER Deploying multi-container applications on OpenShift Todd Sanders John Matthews OpenShift Commons Briefing.

ANSIBLE SERVICE BROKER Deploying multi-container applications on OpenShift Todd Sanders John Matthews OpenShift Commons Briefing. ANSIBLE SERVICE BROKER Deploying multi-container applications on OpenShift Todd Sanders John Matthews OpenShift Commons Briefing May 31, 2017 Open Service Broker API Overview API working group formed in

More information

M2M Communications and IoT for Smart Cities

M2M Communications and IoT for Smart Cities M2M Communications and IoT for Smart Cities Soumya Kanti Datta, Christian Bonnet Mobile Communications Dept. Emails: Soumya-Kanti.Datta@eurecom.fr, Christian.Bonnet@eurecom.fr Roadmap Introduction to Smart

More information

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc.

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Recap Bluetooth Mesh Introduction What is CSRmesh? A protocol that runs

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

6 System architecture

6 System architecture 6 System architecture is an application for interactively controlling the animation of VRML avatars. It uses the pen interaction technique described in Chapter 3 - Interaction technique. It is used in

More information

Just how smart is your home?

Just how smart is your home? Just how smart is your home? A look at the features and benefits of LightwaveRF technology to control lighting, heating and security in your home. John Shermer Technology Choices Technology Choices Zigbee

More information

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies Purpose The standard elaborations (SEs) provide additional clarity when using the Australian Curriculum achievement standard to make judgments on a five-point scale. They can be used as a tool for: making

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Incognito Software Inc.

Incognito Software Inc. Incognito Software Inc. Corporate Profile DHCP-IPAM solutions overview In c o g n it o S o f t w are In c. - C o m p an y C o n f id en t ial 1 C o r p ora t e O v e r v ie w Who is.incognito Software

More information

The paradigm does not necessarily describe reality, and at best only describes one aspect of reality.

The paradigm does not necessarily describe reality, and at best only describes one aspect of reality. What is Paradigm? 0 The way you see something 0 Your point of view 0 Frame of preference or belief 0 The way we understand and interpret the world 0 It s like a map in our head The paradigm does not necessarily

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

Interfacing Industrial Analog Sensors to the Internet of Things Darold Wobschall Esensors Inc.

Interfacing Industrial Analog Sensors to the Internet of Things Darold Wobschall Esensors Inc. Interfacing Industrial Analog Sensors to the Internet of Things Darold Wobschall Esensors Inc. IIOT INTERFACES 1 Situation Networked digital sensors provide many benefits in the industrial environment

More information

Common application environment for interactive digital broadcasting services

Common application environment for interactive digital broadcasting services Recommendation ITU-R BT.1889 (03/2011) Common application environment for interactive digital broadcasting services BT Series Broadcasting service (television) ii Rec. ITU-R BT.1889 Foreword The role of

More information

TRBOnet 5.1 New Features

TRBOnet 5.1 New Features TRBOnet 5.1 New Features January 24, 2017 www.trbonet.com Radio Kill for CapMax 2.7 Allows the dispatcher to kill a radio. The killed radio is not operable, and can be recovered by Motorola only. Users

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name.

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name. COALESCE CENTRAL USER GUIDE WC-COA COALESCE V2 CENTRAL 24/7 AT OR VISIT BLACKBOX.COM BY Import Displays Discover CSV File Manual Your Coalesce Instances Appearance and Usage Display Name Network Security

More information

Cisco IPICS: Comprehensive Emergency Management & Communications Interoperability

Cisco IPICS: Comprehensive Emergency Management & Communications Interoperability Riyadh, Saudi Arabia Country February 5 th, 2013 Cisco IPICS: Comprehensive Emergency Management & Communications Interoperability Hani Khalaf Customer Solutions Manager Physical Safety and Security Solutions

More information

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORK CONNECTIVITY FOR IoT Hari Balakrishnan Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORKING: GLUE FOR THE IOT IoT s technology push from the convergence of Embedded computing Sensing

More information

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University)

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) e-navigation Underway International 2016 2-4 February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) Eureka R&D project From Jan 2015 to Dec 2017 15 partners

More information

A Super trainer with advanced hardware and software features only found in very expensive equipment.

A Super trainer with advanced hardware and software features only found in very expensive equipment. PLC Trainer PTS T100 LAB EXPERIMENTS A Super trainer with advanced hardware and software features only found in very expensive equipment. You won t find any similar equipment among our competitors at such

More information

Distributed Virtual Learning Environment: a Web-based Approach

Distributed Virtual Learning Environment: a Web-based Approach Distributed Virtual Learning Environment: a Web-based Approach Christos Bouras Computer Technology Institute- CTI Department of Computer Engineering and Informatics, University of Patras e-mail: bouras@cti.gr

More information

Mounting instruction and operating manual. Access Point (UK) HmIP-HAP-UK

Mounting instruction and operating manual. Access Point (UK) HmIP-HAP-UK Mounting instruction and operating manual Access Point (UK) HmIP-HAP-UK Package contents Quantity Description 1 Homematic IP Access Point (UK) 1 Plug-in mains adapter 1 Network cable 2 Screws 2 Plugs 1

More information

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE.

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. WAVE 5000 enables scalable, enterprise-grade push-to-talk (PTT) on broadband networks and devices so that critical, time-sensitive

More information

An Approach to Integrating Modeling & Simulation Interoperability

An Approach to Integrating Modeling & Simulation Interoperability An Approach to Integrating Modeling & Simulation Interoperability Brian Spaulding Jorge Morales MÄK Technologies 68 Moulton Street Cambridge, MA 02138 bspaulding@mak.com, jmorales@mak.com ABSTRACT: Distributed

More information

Team Project: A Surveillant Robot System

Team Project: A Surveillant Robot System Team Project: A Surveillant Robot System Functional Analysis Little Red Team Chankyu Park (Michael) Seonah Lee (Sarah) Qingyuan Shi (Lisa) Chengzhou Li JunMei Li Kai Lin System Overview robots, Play a

More information

Workplace Service. Contents

Workplace Service. Contents Topic: Mobile Issues: What technologies and architectures make up a mobile ecosystem? Authors: Jim Lundy, David Mario Smith What are the trends affecting mobile computing? Aragon Research Technology Arc

More information

DESCRIPTION DOCUMENT FOR WIFI TWELVE INPUT TWELVE OUTPUT BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WIFI TWELVE INPUT TWELVE OUTPUT BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WIFI TWELVE INPUT TWELVE OUTPUT BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release

More information

SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS

SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS SMART MANUFACTURING INDUSTRY REPORT Vol 1 No 2. Advancing Smart Manufacturing The top two challenges for manufacturers implementing Smart Manufacturing

More information

Infoblox and Ansible Integration

Infoblox and Ansible Integration DEPLOYMENT GUIDE Infoblox and Ansible Integration Ansible 2.5 April 2018 2018 Infoblox Inc. All rights reserved. Ansible Deployment Guide April 2018 Page 1 of 12 Contents Overview... 3 Introduction...

More information

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5

More information

Stress Testing the OpenSimulator Virtual World Server

Stress Testing the OpenSimulator Virtual World Server Stress Testing the OpenSimulator Virtual World Server Introduction OpenSimulator (http://opensimulator.org) is an open source project building a general purpose virtual world simulator. As part of a larger

More information

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17 City University of Hong Kong offered by Department of Computer Science with effect from Semester B 2016/17 Part I Course Overview Course Title: Cloud Robotics and Automation Course Code: CS4297 Course

More information

A Mashup of Techniques to Create Reference Architectures

A Mashup of Techniques to Create Reference Architectures A Mashup of Techniques to Create Reference Architectures Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Rick Kazman, John McGregor Copyright 2012 Carnegie Mellon University.

More information

Developing Applications for the ROBOBO! robot

Developing Applications for the ROBOBO! robot Developing Applications for the ROBOBO! robot Gervasio Varela gervasio.varela@mytechia.com Outline ROBOBO!, the robot ROBOBO! Framework Developing native apps Developing ROS apps Let s Hack ROBOBO!, the

More information

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION Dr. Julian Bartholomeyczik Head of Software Development Bosch Connected Devices and Solutions GmbH

More information

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D Web3D Standards X3D: Open royalty-free interoperable standard for enterprise 3D ISO/TC 184/SC 4 - WG 16 Meeting - Visualization of CAD data November 8, 2018 Chicago IL Anita Havele, Executive Director

More information

Team Project: A Surveillant Robot System

Team Project: A Surveillant Robot System Team Project: A Surveillant Robot System SW & HW Test Plan Little Red Team Chankyu Park (Michel) Seonah Lee (Sarah) Qingyuan Shi (Lisa) Chengzhou Li JunMei Li Kai Lin Software Lists SW Lists for Surveillant

More information

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller TI2863 Complete Documentation Internet Transceiver Controller 1. Device purpose This Internet Transceiver Controller will achieve the controlling the transceiver from the remote PC and VoIP session initiate.

More information

ATLAS. P25 Systems. LMR communications made simple.

ATLAS. P25 Systems. LMR communications made simple. P25 Systems LMR communications made simple. We make your critical communication system safe and simple to use. IS THE MOST MODERN & FLEXIBLE P25 SYSTEM Our patented Latitude technology makes the P25 application

More information

COMPACT GUIDE. Camera-Integrated Motion Analysis

COMPACT GUIDE. Camera-Integrated Motion Analysis EN 06/13 COMPACT GUIDE Camera-Integrated Motion Analysis Detect the movement of people and objects Filter according to directions of movement Fast, simple configuration Reliable results, even in the event

More information

Wearable Computing for the Internet of Things

Wearable Computing for the Internet of Things IT-ENABLED WEARABLE COMPUTING BUSINESS INNOVATION Wearable Computing for the Internet of Things Simone Cirani and Marco Picone, University of Parma, Italy The authors analyze the characteristics of wearable

More information

Enforcer 32WE-APP. The control panel Enforcer 32WE-APP is certified to EN50131 Grade 2 and offers a wide range of certified wireless accessories.

Enforcer 32WE-APP. The control panel Enforcer 32WE-APP is certified to EN50131 Grade 2 and offers a wide range of certified wireless accessories. Enforcer 32WE-APP Enforcer 32WE-APP Enforcer 32WE is the first wireless system on the market that is capable to guarantee high performance maximum security wireless protection via the advanced two way

More information

DevOPS, Ansible and Automation for the DBA. Tech Experience 18, Amsersfoot 7 th / 8 th June 2018

DevOPS, Ansible and Automation for the DBA. Tech Experience 18, Amsersfoot 7 th / 8 th June 2018 DevOPS, Ansible and Automation for the DBA Tech Experience 18, Amsersfoot 7 th / 8 th June 2018 About Me Ron Ekins Oracle Solutions Architect, Office of the CTO @Pure Storage ron@purestorage.com Twitter:

More information

Hytera SmartOne. A professional unified Communications Solution. Inter-system communication Unified dispatching Plug-in module design Open platform

Hytera SmartOne. A professional unified Communications Solution. Inter-system communication Unified dispatching Plug-in module design Open platform Hytera SmartOne A professional unified Communications Solution Inter-system communication Unified dispatching Plug-in module design Open platform www.hytera.com How to communicate to other system users?

More information

International Journal of Research in Engineering and Applied Sciences (IJREAS)

International Journal of Research in Engineering and Applied Sciences (IJREAS) Available online at http://euroasiapub.org/journals.php, pp. 193~198 IMPLEMENTING SMART HOME USING FIREBASE K.N.MANOJ KUMAR 1, KAILASA AKHI 2, SAI KUMAR GUNTI 3, M.Sai Prathap Reddy 4 SCHOOL OF INFORMATION

More information

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment R. Michael Young Liquid Narrative Research Group Department of Computer Science NC

More information

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters:

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters: MAPS for LCS System LoCation Services Simulation in 2G, 3G, and 4G Presenters: Matt Yost Savita Majjagi 818 West Diamond Avenue - Third Floor, Gaithersburg, MD 20878 Phone: (301) 670-4784 Fax: (301) 670-9187

More information

Wireless wall transmitter, 1-gang with inscription space, Wireless wall transmitter, 3-gang with inscription space

Wireless wall transmitter, 1-gang with inscription space, Wireless wall transmitter, 3-gang with inscription space Wireless wall transmitter, 1-gang with inscription space Order No. : 5331.. Wireless wall Order No. : 5333.. Operating instructions 1 Safety instructions Electrical devices may only be mounted and connected

More information

CVIS: First results from tests and validation

CVIS: First results from tests and validation CVIS: First results from tests and validation Peter Christ ETSI ITS Workshop 5 February 2009 Project objective Increase efficiency and safety through V2V and V2I cooperation enabled by: an open architecture

More information

An introduction to these key work products

An introduction to these key work products Architecture Overview Diagram & Component Model An introduction to these key work products Learning Objectives At the end of this lecture, you should be able to: Understand: What is an Architecture Overview

More information

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE.

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. DATA SHEET WAVE WORK GROUP COMMUNICATIONS EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. WAVE 5000 enables highly scalable, feature rich, enterprise grade push-to-talk (PTT) on broadband

More information

MyriaMesh. Professional Wireless Light Control. Parking Garages - Warehouses - Hospitals - Schools - Offices

MyriaMesh. Professional Wireless Light Control. Parking Garages - Warehouses - Hospitals - Schools - Offices MyriaMesh Professional Wireless Light Control Parking Garages - Warehouses - Hospitals - Schools - Offices About Chess Wise Chess Wise is committed to a transition to sustainable, smart lighting systems

More information

MiMurcia. Murcia Smart City Project. Prof. D. Antonio F. Skarmeta Gómez

MiMurcia. Murcia Smart City Project. Prof. D. Antonio F. Skarmeta Gómez Murcia Smart City Project Prof. D. Antonio F. Skarmeta Gómez skarmeta@um.es Smart Murcia 7th city of Spain Previous experiences on smart initiatives Energy efficiency and sustainable mobility Citizen participation

More information

J, K, L. Each command, 31. Fully qualified domain name (FQDN), 116

J, K, L. Each command, 31. Fully qualified domain name (FQDN), 116 Index A AngularJS framework command execution, 22 $ git clone command, 22 host OS, 24 OSs, 23 songs-app-angularjs/directory, 22 songs for kids, 76 77 Ubuntu 14.04 guest OS, 24 VM, 24 web browser and HTTP

More information

SMART CITY ENHANCING COMMUNICATIONS

SMART CITY ENHANCING COMMUNICATIONS SMART CITY ENHANCING COMMUNICATIONS TURNING DATA INTO ACTIONABLE INTELLIGENCE PUBLIC DATA CITIZENS SMART CITIES DATA MOTOROLA INTELLIGENCE PUBLIC SAFETY DATA PUBLIC SAFETY GIVING YOU THE ABILITY TO LEVERAGE

More information

IEEE C802.16h-06/071. IEEE Broadband Wireless Access Working Group <

IEEE C802.16h-06/071. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group P802.16h Working Document structure clarification 2006-09-17 Source(s) Paul Piggin NextWave Broadband

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Solutions ADVANCED SOLUTIONS FOR SMART COMMUNICATIONS. RADIO DISPATCHER FLEET PHONE APP BRIDGE

Solutions ADVANCED SOLUTIONS FOR SMART COMMUNICATIONS.   RADIO DISPATCHER FLEET PHONE APP BRIDGE ADVANCED SOLUTIONS FOR SMART COMMUNICATIONS IP2AIR Bridge VHF/HF IP2AIR is an advanced solution for professional two-way radios developed by ICOM FRANCE. The IP2AIR solutions enhances your experience of

More information

Semester: 4 th Semester. Title: Using Internet of Things Platforms to Create Value in Copenhagen. Project Period: 21/9/2017 4/1/2018

Semester: 4 th Semester. Title: Using Internet of Things Platforms to Create Value in Copenhagen. Project Period: 21/9/2017 4/1/2018 Semester: 4 th Semester Title: Using Internet of Things Platforms to Create Value in Copenhagen Project Period: 21/9/2017 4/1/2018 Aalborg University Copenhagen A.C. Meyers Vænge 15 2450 København SV Semester

More information

Using a DFSI Gateway on IPICS

Using a DFSI Gateway on IPICS Using a DFSI Gateway on IPICS November 8, 2016 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

More information

OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment

OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment SHU-CHEN CHENG1, CHIEN-FENG LAI2 Department of Computer Science and Information Engineering, Southern Taiwan

More information

Standards enabled Digital Twin in LSP AUTOPILOT

Standards enabled Digital Twin in LSP AUTOPILOT Standards enabled Digital Twin in LSP AUTOPILOT October 25, 2018 Martin Bauer (Martin.Bauer@neclab.eu) NEC Laboratories Europe Wenbin Li (Wenbin.Li@eglobalmark.com) Easy Global Market Outline Autopilot

More information

PORTFOLIO UPDATE TIM CLARK

PORTFOLIO UPDATE TIM CLARK PORTFOLIO UPDATE TIM CLARK PLEASE BE AWARE... The information contained herein is provided for information purposes only and is intended only to outline Motorola s presently anticipated general technology

More information

PASSENGER. Story of a convergent pipeline. Thomas Felix TG - Passenger Ubisoft Montréal. Pierre Blaizeau TWINE Ubisoft Montréal

PASSENGER. Story of a convergent pipeline. Thomas Felix TG - Passenger Ubisoft Montréal. Pierre Blaizeau TWINE Ubisoft Montréal PASSENGER Story of a convergent pipeline Thomas Felix TG - Passenger Ubisoft Montréal Pierre Blaizeau TWINE Ubisoft Montréal Technology Group PASSENGER How to expand your game universe? How to bridge game

More information

Quick Start Instructions EMV-INspektor V2

Quick Start Instructions EMV-INspektor V2 Connecting the : The illustration below shows the connection diagram for the. Step 1: Before connecting the to the voltage supply, first establish the connection of the to the measuring clamp adapters.

More information

HASHICORP TERRAFORM AND RED HAT ANSIBLE AUTOMATION Infrastructure as code automation

HASHICORP TERRAFORM AND RED HAT ANSIBLE AUTOMATION Infrastructure as code automation HASHICORP TERRAFORM AND RED HAT ANSIBLE AUTOMATION Infrastructure as code automation OVERVIEW INTRODUCTION As organizations modernize their application delivery process and adopt new tools to make them

More information

Smart Campus Phase One: Smart Parking Sensor Network

Smart Campus Phase One: Smart Parking Sensor Network Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) 2016 Smart Campus Phase One: Smart Parking Sensor Network H.M.A.P.K. Bandara, J.D.C. Jayalath, A.R.S.P. Rodrigo, R.G. Ragel,

More information

Charles P. Satterthwaite Embedded Information Systems Branch (AFRL/IFTA) Dr. David E. Corman Boeing

Charles P. Satterthwaite Embedded Information Systems Branch (AFRL/IFTA) Dr. David E. Corman Boeing Enabling Interoperability in C2 Aircraft 11th International Command and Control Research and Technology Symposium 26-28 September 2006 De Vere University Arms, Cambridge, UK Charles P. Satterthwaite Embedded

More information

Industrie 4.0 an Overview

Industrie 4.0 an Overview Virtual Engineering Industrie 4.0 an Overview Dr. Markus Damm, Fraunhofer Institute IESE Markus.Damm@iese.fraunhofer.de 1 Industrie 4.0 where does it come from? The term Industrie 4.0 was coined in 2011

More information

PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

Fast fault location in medium-voltage cable and overhead line networks siemens.com/short-circuit-indicator

Fast fault location in medium-voltage cable and overhead line networks siemens.com/short-circuit-indicator SICAM short-circuit indicators Fast fault location in medium-voltage cable and overhead line networks siemens.com/short-circuit-indicator SICAM short-circuit indicators for cable and overhead line networks:

More information

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide TIBCO FTL 6.0.0 Part of the TIBCO Messaging Suite Quick Start Guide The TIBCO Messaging Suite TIBCO FTL is part of the TIBCO Messaging Suite. It includes not only TIBCO FTL, but also TIBCO eftl (providing

More information

Ansible at Scale. David Melamed Senior Research Engineer, CTO Office, CloudLock

Ansible at Scale. David Melamed Senior Research Engineer, CTO Office, CloudLock Ansible at Scale David Melamed Senior Research Engineer, CTO Office, CloudLock Who is this guy? Where is he working? Founded: 2011 Corporate Headquarters: Waltham, Mass. (U.S.A.) R&D Headquarters: Tel

More information

Years 3 and 4 standard elaborations Australian Curriculum: Digital Technologies

Years 3 and 4 standard elaborations Australian Curriculum: Digital Technologies Purpose The standard elaborations (SEs) provide additional clarity when using the Australian Curriculum achievement standard to make judgments on a five-point scale. They can be as a tool for: making consistent

More information

TACTICALL ICS COMPACT ALL SYSTEMS - ONE INTERFACE

TACTICALL ICS COMPACT ALL SYSTEMS - ONE INTERFACE TACTICALL ICS COMPACT ALL SYSTEMS - ONE INTERFACE TACTICALL COMPACT COMMUNICATION > FEATURE OVERVIEW WHAT IS TACTICALL COMPACT? TactiCall Compact is a smart, efficient and cost effective solution for smaller

More information

Managing Microservices using Terraform, Docker, and the Cloud

Managing Microservices using Terraform, Docker, and the Cloud Managing Microservices using Terraform, Docker, and the Cloud Given by Derek C. Ashmore JavaOne Oct 2, 2017 2017 Derek C. Ashmore, All Rights Reserved 1 Who am I? Professional Geek since 1987 Java/J2EE/Java

More information

Pixie Location of Things Platform Introduction

Pixie Location of Things Platform Introduction Pixie Location of Things Platform Introduction Location of Things LoT Location of Things (LoT) is an Internet of Things (IoT) platform that differentiates itself on the inclusion of accurate location awareness,

More information

AGENTLESS ARCHITECTURE

AGENTLESS ARCHITECTURE ansible.com +1 919.667.9958 WHITEPAPER THE BENEFITS OF AGENTLESS ARCHITECTURE A management tool should not impose additional demands on one s environment in fact, one should have to think about it as little

More information

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden)

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) TechnicalWhitepaper)) Satellite-based GPS positioning systems provide users with the position of their

More information

WAVE ONCLOUD. BROCHURE WAVE OnCloud

WAVE ONCLOUD. BROCHURE WAVE OnCloud WAVE ONCLOUD WAVE ONCLOUD CONNECT INSTANTLY, AFFORDABLY. IN A MOBILE WORLD, TEAMS REQUIRE INSTANT COMMUNICATION THAT GOES BEYOND THE JOB SITE, LOBBY OR OFFICE. AT THE SAME TIME, MORE AND MORE EMPLOYEES

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

More information

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

More information

The OpenDOF Project. An Open Distributed Object Framework For The Internet of Things. Bryant Eastham

The OpenDOF Project. An Open Distributed Object Framework For The Internet of Things. Bryant Eastham The OpenDOF Project An Open Distributed Object Framework For The Internet of Things Bryant Eastham 1 Demonstration Preparation 2 Panasonic and IoT 3 IoT Platform Requirements More information about these

More information

Ansible F5 Workshop +

Ansible F5 Workshop + Ansible F5 Workshop + What You Will Learn What is Ansible, its common use cases How Ansible works and terminology Running Ansible playbooks Network modules An introduction to roles An introduction to Ansible

More information

Cisco Catalyst Digital Building Series Switch Efficiency Validation Testing

Cisco Catalyst Digital Building Series Switch Efficiency Validation Testing Cisco Catalyst Digital Building Series Switch Efficiency Validation Testing October 2017 DR170816C Miercom.com www.miercom.com Contents 1.0 Executive Summary... 3 2.0 Product Overview... 4 3.0 How We Did

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

More information

TETRA CONTENTS A FUTURE-PROOF TECHNOLOGY. TETRA RADIO TERMINALS Pages 4-5 MTP3000 SERIES Pages 6-7. MTM5000 SERIES Pages 14-15

TETRA CONTENTS A FUTURE-PROOF TECHNOLOGY. TETRA RADIO TERMINALS Pages 4-5 MTP3000 SERIES Pages 6-7. MTM5000 SERIES Pages 14-15 POCKET GUIDE TETRA A FUTURE-PROOF TECHNOLOGY This pocket guide provides an overview of TETRA radio terminals and systems available. TETRA is designed for all professional users who need critical communications.

More information

Challenges & opportunities to create sustainable Smart Cities in the data economy. Antonio J. Jara CEO

Challenges & opportunities to create sustainable Smart Cities in the data economy. Antonio J. Jara CEO Challenges & opportunities to create sustainable Smart Cities in the data economy Antonio J. Jara CEO jara@hopu.eu We design innovative cities thanks to the deployment of Smart Points of Interaction (Smart

More information

Interfacing ACT-R with External Simulations

Interfacing ACT-R with External Simulations Interfacing with External Simulations Eric Biefeld, Brad Best, Christian Lebiere Human-Computer Interaction Institute Carnegie Mellon University We Have Integrated With Several External Simulations and

More information

Getting started with Ansible and Oracle

Getting started with Ansible and Oracle Getting started with Ansible and Oracle DOAG, Germany 22 nd Nov 2017 About Me Ron Ekins Oracle Solutions Architect for EMEA @ Pure Storage ron@purestorage.com Twitter: Blog: @RonEkins http://ronekins.wordpress.com

More information

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime: Analysis Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions promote

More information