The GAL Middleware Platform

Size: px
Start display at page:

Download "The GAL Middleware Platform"

Transcription

1 Lower Saxony Research Network Design of Environments for Ageing The GAL Middleware Platform Architecture and Experiences Dr. Marco Eichelberg OFFIS-Institute for Information Technology

2 2 Introduction Technical Components of AAL Assistive Systems AAL assistive systems are technical systems with some typical components Sensors: capturing of information about user and environment On the body: vital parameters, acceleration In the environment: camera, microphone, motion sensor, electrical devices Actuators Controlling e.g. building automation (lighting, heating, doors, windows) Network (cabled or wireless) connecting sensors, actuators and IT Data processing: the system s intelligence Use of context knowledge: floor plan of the flat, user preferences, etc. Making decisions: alarm, interaction, controlling actuators This is software operating on a computer Interaction: with the inhabitant and with external users Graphical user interface (GUI) on a computer display or TV set New devices and forms of interaction (multi-modal: speech, sound, light, ) Telephone, , Fax, Web, SMS etc.

3 3 Technical Challenges in Building AAL Systems #1 Connecting Sensors and Actuators Connecting sensors/actuators from different domains Medical devices: ECG, pulse oximetry, blood pressure etc. Building automation: switches, temperature sensors, motion sensors, door contacts etc. Household appliances: oven, cooker, fridge etc. Cabled and wireless networks Cabled: USB, Ethernet, RS 232, KNX/EIB, LON... Wireless: Bluetooth, Zigbee, Z-wave, EnOcean, FS20... Many rivaling data formats For example ECG: DICOM, SCP-ECG, HL7 aecg, MFER, ISO/IEEE or proprietary? Processing software needs an abstract view of the data When checking an ECG for tachycardia, the network and protocol over which the data arrive are totally irrelevant!

4 4 Technical Challenges in Building AAL Systems #2: Flexible Execution Environment for Software Components User requirements change over time Change of health status Change of appliances in the apartment Assistive systems must adapt to the user s needs! Nobody wants to buy and install a separate PC for each new function! What is needed is an execution environment (platform) that supports, according to current needs Connecting sensors and actuators Installing software for processing the data This also enables the use of data from one sensor for multiple functions e.g. fall recognition and burglary alarm

5 5 Technical Challenges in Building AAL Systems #3: Commodity Hardware Most prototypes of assistive systems require a PC as software execution environment Expensive (ca EUR) high-maintenance product But: high processing power, lots of memory Better suited: embedded systems such as DSL routers or set-top boxes for satellite TV Cheap (ca. 100 EUR), low maintenance But: Little memory and processing power Moore s law: CPU power + memory double every 18 months Challenge: Design software such that a (later) transfer to an embedded device is possible & easy No display, no keyboard, no MS Windows

6 6 Technical Challenges in Building AAL Systems #4 Middleware Certain functions are needed again and again by different assistive systems: Connecting sensors and actuators Persistent storage of data Floor plan of apartment, position of sensors Interaction with inhabitant and outside world Exchange of health information with doctor/hospital Remote maintenance, backup It makes sense to implement such functions only once and make them usable by different assistive modules This is the GAL Middleware Platform: Software execution environment with reusable infrastructure services Sensor/actuator connection Supports standard PCs and commodity hardware

7 7 GAL Middleware Platform: General Execution Environment APIs Drivers Hardware OSGi Applications Device Abstraction JAVA JNI Operating System Protocols Security Services Networks (WAN, LAN, KNX, Bluetooth, RS232, )

8 8 What is OSGi? Execution environment for Java software components ( bundles ) Components are managed dynamically Install, load, start, stop, update, de-install at runtime Applications are designed as SOA Communication by services Implementation of components against service interfaces Manages component dependencies Works on every system with Java VM Enables remote maintenance Provide many standard functions logging, configuration, HTTP, XML, user management,

9 9 GAL Middleware Platform: Structure User Interface A Configurations Application C Application B Persistence: DB Interface Persistent Storage Application A Abstraction Abstraction OSGi Bundle: Sensor B OSGi Bundle: Actuator A OSGi Bundle: Sensor A OSGi OS Driver OS Driver OS Driver OS Interface Interface Interface Hardware platform Sensor B Actuator A Sensor A

10 10 Device Abstraction A development by OFFIS and Universität Rostock from the OSAmI project Decouples applications from devices ( Function Level Device Access ) Applications only depend on functional services, e.g. ECG service Supports Established network technologies: RS232, USB, Bluetooth, Newer network technologies: DPWS (web services), UPnP, ZigBee, DPWS Same interface for devices of same type

11 11 Sensors in GAL (selected) Physical Sensors Cameras, Microphones Building automation: door contact, light barrier, switches, outlets, presence sensor Domotics: cooker, fridge, oven etc. Body Area Network: ECG, blood pressure, SpO2, temperature, acceleration Ultrasound distance sensors Electricity sensor Virtual Sensors Position (from ultrasound, camera, audio) Use of electrical devices Fall recognition (from camera, accelerometry) Activity recognition (multiple sources) Voice commands Pulse and breathing frequency (from ECG)

12 12 Infrastructure Services of the GAL Technical Platform Yw Multi-modal user interface service Output of messages to the inhabitant, e.g. via speech, audio, light Service for Graphical User Interfaces Accessible by web browser Consistent look and feel Service for connecting with the personal health record Storage and retrieval of health related data Service for persistent storage (database) Remote backup service Service for alarms and message routing to external users Decision support system Floor plan and sensor positions Xw

13 13 Alarms and Message Routing to External Users Escalation Chain recipients message priority recipient priority timeouts for confirmation System Behavior Communication Channels: POTS, Internet/DSL, UMTS Media: Phone, SMS, Fax, Technical Integration AVM Fritz ISDN card vbox3 voice box Jetty web server CapiFax fax module Confirmation Phone (dial tone) Hyperlink In both cases a transaction ID is sent that terminates the escalation chain

14 14 Personal Health Record AAL assistive systems support health related services and produce health information at home. PHR component within the GAL platform serves as repository of health data at home Health information produced at home Training reports from exercise training Reports about falls, behavioral changes etc. Health information needed at home, e.g. training parameters / individual limits Architecture: Information system with web-based GUI, but located at home! Structured data: medication, diagnoses, etc. Documents: HL7 CDA Remote access with user-defined access rights Exchange of information with healthcare IT planned, using IHE standards (XDR, XPHR)

15 15 Tool Chain An important part of an AAL Middleware platform is the definition of a tool chain for software development that helps developers to develop, test and deploy new modules. Within the GAL project, the following tool chain is used Eclipse as IDE Apache Maven with PaxConstruct plug-in as build system Maven server as repository for deployed bundles Subversion as source code repository VMware virtual machine as execution environment for testing Non-trivial learning curve (especially OSGi and Maven), but supports distributed development teams fairly well

16 16 Experiences All in all, the platform works fairly well so far Variants also used in a number of other projects (HaH, OSAmI, PAGE) Java / OSGi platform simplifies ports to different platforms PC with Linux and real-time kernel PC with MS Windows Set-top box, DSL router (work in progress) Difficulties in unexpected places Linux and OSGi are available for embedded platforms such as Set-top boxes, but Java 1.5 may not. Java language level is a real problem, since run-time is language level dependent Work with the tool-chain really needs time & experience: Maven/Pax woes (and poor documentation), getting used to OSGi etc. have slowed down development significantly for the first couple of months.

17 17 Conclusion The GAL Middleware Platform provide reusable building blocks for assistive systems: Flexible, scalable execution environment Abstraction layer for sensors and actuators Infrastructure services This allows developers to concentrate on the real challenges: Dependable decision support systems Usability Integration of medical and nursing care On the long term a vendor neutral middleware standard for AAL with large user base will be needed, but this is a long way to go!

Sample Proposal for Phase I of the Cisco Developer Contest

Sample Proposal for Phase I of the Cisco Developer Contest Sample Proposal for Phase I of the Cisco Developer Contest Important: 1. If the Terms and Conditions of the Cisco Developer Contest are not expressly accepted during registration, your proposal will not

More information

OCTOBER 2017 HOW DEUTSCHE TELEKOM DELIVERS A MASS MARKET PRODUCT BASED ON ECLIPSE SMARTHOME

OCTOBER 2017 HOW DEUTSCHE TELEKOM DELIVERS A MASS MARKET PRODUCT BASED ON ECLIPSE SMARTHOME OCTOBER 2017 HOW DEUTSCHE TELEKOM DELIVERS A MASS MARKET PRODUCT BASED ON ECLIPSE SMARTHOME Jochen Hiller, Deutsche Telekom AG Product Owner, Developer Evangelist WHERE WE STARTED PLATFORM LAUNCH IN OCTOBER

More information

3050 Integrated Communications Platform

3050 Integrated Communications Platform 3050 Integrated Communications Platform Network Configuration Guide Release 1 October 2002 Copyright 2002 Mitel Networks Corporation. This document is unpublished and the foregoing notice is affixed to

More information

The GAL Middleware Platform for AAL

The GAL Middleware Platform for AAL The GAL Middleware Platform for AAL A Case Study Marco Eichelberg, Andreas Hein R&D Division Health OFFIS Institute for Information Technology Oldenburg, Germany {eichelberg hein} @offis.de Felix Büsching,

More information

Lesson 8 Internet Connected Smart Home Services And Monitoring. Chapter-12 L08: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 8 Internet Connected Smart Home Services And Monitoring. Chapter-12 L08: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 8 Internet Connected Smart Home Services And Monitoring 1 Internet Connected Smart Home Services And Monitoring Smart home services Home lighting control Control and monitoring of appliances Security

More information

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA Smart Dust : Dispersed, Un-tethered Geospatial Monitoring Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA raja@ch2m.com Drivers and Trends Sensing, Communication and Computation MEMS

More information

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture Overall Approach HOPE system can be modelled as a distributed system where many agents (subsystem located in each patient 's home) are connected to a main agent, the HOPE server, using IP communication

More information

Home Gateway Enabling Evolution of Network Services

Home Gateway Enabling Evolution of Network Services Home Gateway Enabling Evolution of Network Services V Tomohiro Ishihara V Kiyoshi Sukegawa V Hirokazu Shimada (Manuscript received July 3, 2006) Broadband access services have spread rapidly and are now

More information

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center Esto An Eclipse-Based Embedded S/W Development Tool Heung-Nam Kim hnkim@etri.re.kr Director of Embedded S/W Technology Center 1 Embedded S/W Technology Center Outlines! About ETRI! Embedded S/W Technology

More information

Amigo Symposium 28 February 2008

Amigo Symposium 28 February 2008 Ambient Intelligence for the networked home environment Amigo Symposium 28 February 2008 Maddy D. Janse Philips Research Content problem Amigo approach architecture applications and services conclusion

More information

A Smart Implementation for Internet Of Things

A Smart Implementation for Internet Of Things A Smart Implementation for Internet Of Things Agenda Preventing crime with smart eye Reducing Latency with Edge/Local Computing VB9001 for local data analysis with remote monitoring. Increasing efficiencies

More information

The AsTeRICS Academy. Prosperity4All

The AsTeRICS Academy. Prosperity4All The AsTeRICS Academy Prosperity4All Martin Deinhofer, Chris Veigl FH Technikum Wien 1 Fachhochschule Technikum Wien University of Applied Sciences Technikum Wien Vienna s first University of Applied Sciences

More information

CS486: Tutorial on SOC, OSGi, and Knopflerfish. Ryan Babbitt (props to Dr. Hen-I Yang, CS415X) Feb. 3, 2011

CS486: Tutorial on SOC, OSGi, and Knopflerfish. Ryan Babbitt (props to Dr. Hen-I Yang, CS415X) Feb. 3, 2011 CS486: Tutorial on SOC, OSGi, and Knopflerfish Ryan Babbitt (rbabbitt@iastate.edu) (props to Dr. Hen-I Yang, CS415X) Feb. 3, 2011 Basic Concepts Service-oriented computing (SOC) Service-oriented architectures

More information

Network Processing Technology for Terminals Enabling High-quality Services

Network Processing Technology for Terminals Enabling High-quality Services : Services for Hikari Era: Terminal Component Technologies Network Processing Technology for Terminals Enabling High-quality Services Yukikuni Nishida and Keiichi Koike Abstract This article describes

More information

Squid.link Gateway. The heart of wireless solutions. Bridging multiple wireless protocols. Smart home Energy management Home security Healthcare

Squid.link Gateway. The heart of wireless solutions. Bridging multiple wireless protocols. Smart home Energy management Home security Healthcare Squid.link Gateway The heart of wireless solutions Smart home Energy management Home security Healthcare Bridging multiple wireless protocols Great interoperability Modular platform The Squid.link Gateway

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

Android In Industrial Applications. A Field Report

Android In Industrial Applications. A Field Report Garz & Fricke Android In Industrial Applications A Field Report Android In Industrial Applications A Field Report Contents What we will talk about Garz & Fricke Company Overview Introduction to Android

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

Adaptive Home/Building Energy

Adaptive Home/Building Energy Adaptive Home/Building Energy Management System Using Heterogeneous Sensor/Actuator Networks Hiroshi MINENO Department of Computer Science University, Japan 0 Energy consumption in Japan Can be divided

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

Conflict of Interest Declaration

Conflict of Interest Declaration Alternative Access to Mobile Technology for Computing, Communication, and Environmental Control Emma Smith, MScOT, ATP/SMS www.jumpstartot.ca Conflict of Interest Declaration I, Emma Smith, have no relationships,

More information

GW9014 TeleHealth Gateway

GW9014 TeleHealth Gateway GW9014 TeleHealth Gateway 311-9014000-002 Version 1.0 2010/08 TABLE OF CONTENTS INTRODUCTION TO THE SYSTEM 03 Contents of the System 04 Appearance and Key Functions of the Gateway 05 QUICK INSTALLATION

More information

AsTeRICS Introduction Demos, Model creation, Packaging (APE)

AsTeRICS Introduction Demos, Model creation, Packaging (APE) AsTeRICS Introduction Demos, Model creation, Packaging (APE) Webinar: Integration of Alternative Input Modalities into Educational Apps Martin Deinhofer, UAS Technikum Wien, Austria 12 th Dec. 2016 This

More information

Davicom Cortex Series*

Davicom Cortex Series* Davicom Cortex Series* Your Remote Site Management Solution for Alarms, Monitoring & Control Davicom s new generation of intelligent site management systems is designed to meet the most stringent requirements

More information

The poor state of SIP endpoint security

The poor state of SIP endpoint security The poor state of SIP endpoint security Kamailio World, 03.04.2014 Henning Westerholt Head of IT Operations Access 1 Agenda Introduction Reasons for security issues, motivation for attackers Past security

More information

Integrating Smart Meters to the Home Area Network. Yong Jin Lee, Ph.D. and Delfin Jay M. Sabido IX, Ph.D. Integrated Microelectronics, Inc.

Integrating Smart Meters to the Home Area Network. Yong Jin Lee, Ph.D. and Delfin Jay M. Sabido IX, Ph.D. Integrated Microelectronics, Inc. Integrating Smart Meters to the Home Area Network Yong Jin Lee, Ph.D. and Delfin Jay M. Sabido IX, Ph.D. Integrated Microelectronics, Inc. World Meter Design Congress 2008 San Jose, CA, USA February 20-22,

More information

Self-Sensing Spaces: Smart Plugs For Smart Environments

Self-Sensing Spaces: Smart Plugs For Smart Environments Self-Sensing Spaces: Smart Plugs For Smart Environments Hicham Elzabadani, Abdelsalam (Sumi) Helal, Bessam Abdulrazak and Erwin Jansen Computer and Information Science and Engineering Department University

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Mastering SOA Challenges more cost-effectively. Bodo Bergmann Senior Software Engineer Ingres Corp.

Mastering SOA Challenges more cost-effectively. Bodo Bergmann Senior Software Engineer Ingres Corp. Mastering SOA Challenges more cost-effectively Bodo Bergmann Senior Software Engineer Ingres Corp. 1 Contents Tell me why? SOA INGRES and SOA SOA Challenges Mastering selected challenges 2 Service-Oriented

More information

The Basic Architecture of successful M2M Solutions. Field-to-Cloud Technology Building Blocks for Internet of Things Applications

The Basic Architecture of successful M2M Solutions. Field-to-Cloud Technology Building Blocks for Internet of Things Applications The Basic Architecture of successful M2M Solutions Field-to-Cloud Technology Building Blocks for Internet of Things Applications Milano, 14 May 2013 Eurotech's Essence Behind the products of more than

More information

Next Generation Data Center Facilities Design. Presenter: Ping Lin

Next Generation Data Center Facilities Design. Presenter: Ping Lin Next Generation Data Center Facilities Design Presenter: Ping Lin ping.lin@cqinc.com.tw What is the greatest facility problem with your primary data center? 1. Excessive Heat 2. Insufficient raised floor

More information

The Economics of Delivering Triple Play to the Home

The Economics of Delivering Triple Play to the Home The Economics of Delivering Triple Play Panelists Boyd Peterson Senior Vice President, Consumer Research, Yankee Group Bob Bissell Consultant, CTO Group, BT Kurt Eckles Director of Marketing, Residential

More information

Build your own Smart Home

Build your own Smart Home Build your own Smart Home Matthias Straka mstraka84@gmail.com Praktische Erfahrungen vom SmartHome-Bau mit KNX und Linux 1 What can a smart home do? 2 What can a smart home do? Weather Shading Lighting

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

Internet Architecture

Internet Architecture Internet Architecture Lecture 6: How Routers Work & Connecting to the Internet Assistant Teacher Samraa Adnan Al-Asadi 1 How Routers Work 1* A router has input ports for receiving IP packets and output

More information

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network 1 Application Application: A software (S/W) for an application, such as, creating and sending an SMS, measuring and sending

More information

ELFms industrialisation plans

ELFms industrialisation plans ELFms industrialisation plans CERN openlab workshop 13 June 2005 German Cancio CERN IT/FIO http://cern.ch/elfms ELFms industrialisation plans, 13/6/05 Outline Background What is ELFms Collaboration with

More information

Ubuntu Core Certified Hardware Coverage for Ubuntu Core 18

Ubuntu Core Certified Hardware Coverage for Ubuntu Core 18 Ubuntu Core Certified Hardware Coverage for Ubuntu Core 18 Version 1.0 Page 2 of 11 Version 1.2 Introduction The Ubuntu Certification team is continuously revisiting the scope of the tests comprising the

More information

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18 Why Android? Android Overview Dr. Siddharth Kaza Dr. Josh Dehlinger A lot of students have them 2010 survey by University of CO 1 : 22% of college students have Android phone (26% Blackberry, 40% iphone)

More information

Android Programming in Bluetooth Cochlea Group

Android Programming in Bluetooth Cochlea Group Android Programming in Bluetooth Cochlea Group Zijian Zhao Abstract: My project is mainly android programming work in the Bluetooth Cochlea Group. In this report I will first introduce the background of

More information

Homepage. My Internet Connection No internet access, unstable or slow connection or unable to browse.

Homepage. My Internet Connection No internet access, unstable or slow connection or unable to browse. Homepage Help me resolve a problem with My Internet Connection No internet access, unstable or slow connection or unable to browse. My Wi-Fi Setup my Wi-Fi or unable to connect. Change Wi-Fi Name/Password

More information

Mobile e-health with HL7

Mobile e-health with HL7 Mobile e-health with HL7 CAS 757 Modern Software Technology for ehealth Term 2, Winter 2010 Dr. Kamran Sartipi Jianhui (Jeffrey) Lei Yao (Aaron) Song Agenda Wireless Concepts and Technologies Mobile e-health

More information

electronic engineering company

electronic engineering company GENERAL OVERVIEW COMPANY DRACO as electronic engineering company specialized in made-tomeasure solutions in signal, image and video processing as well as in systems and sensor control, collaborate with

More information

Exploitable Results by Third Parties

Exploitable Results by Third Parties ITEA2 12011 BaaS Building as a Service A Semantic Service Framework for Building Automation Systems Project details Project leader: Email: Website: Franz-Josef Stewing franz-josef.stewing@materna.de http://baas-itea2.eu

More information

Smart Homes and Cities

Smart Homes and Cities Smart Homes and Cities 1 Wireless Sensors at Smart Home Security sensors, cameras, thermostats, smart plugs, lights, Entertainment systems. Do-it-Yourself (DIY) sensors Actuators Smart plug Motion detector

More information

Home Networking. A home network generally conforms to one of the following configurations

Home Networking. A home network generally conforms to one of the following configurations Home Networking A home network generally conforms to one of the following configurations A stand-alone computer connected to the Internet. A peer-to-peer network containing two or more computers with no

More information

Multimedia Deployment on Broadband and Wireless/Mobile Network. ACCESS Taipei Office Country Manager Pan Tsai Chun

Multimedia Deployment on Broadband and Wireless/Mobile Network. ACCESS Taipei Office Country Manager Pan Tsai Chun Multimedia Deployment on Broadband and Wireless/Mobile Network ACCESS Taipei Office Country Manager Pan Tsai Chun 2004-03-09 ACCESS Co., Ltd. Company Profile Founded in 1984 Founders: Toru Arakawa (CEO

More information

TDS Enterprise Class Communication System. A High-Performance Telephone Communication System for Midsize Up to Large Enterprises 64 TO1280 PORTS

TDS Enterprise Class Communication System. A High-Performance Telephone Communication System for Midsize Up to Large Enterprises 64 TO1280 PORTS TDS 1280 Enterprise Class Communication System A High-Performance Telephone Communication System for Midsize Up to Large Enterprises 64 TO1280 PORTS TDS 1280 Enterprise Class Communication System Support

More information

HVG400. Installation Guide

HVG400. Installation Guide HVG400 Installation Guide September 2013 Trademarks & Copyright Trademarks All trademarks mentioned in this manual are the sole property of their respective manufacturers. Copyright Ltd., Jerusalem, Israel

More information

Overview. 3//5/ Preliminary Product Brief

Overview. 3//5/ Preliminary Product Brief Overview aj--200 Mullttiimediia Evalluattiion Kiitt aj--200mek The ajile aj-200mek is a compact and versatile multimedia evaluation kit for the aj-200 SOC that directly executes both Java Virtual Bytecode

More information

Dash Jr. User Manual

Dash Jr. User Manual Dash Jr. User Manual 1 Table of Contents Safety Information...4 Appearance and Key Function...6 Introduction...8 Call Functions...9 Contacts... 11 Messaging... 12 Internet Browser... 13 Bluetooth... 14

More information

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two INFORMATION COMUNICATION TECHNOLOGY SKS 1362 Lecture Two Microprocessor CPU: Central Processing Unit Brain of the computer Executes instructions 2 Microprocessor CPU: It has mathematical function Calculates

More information

HAN Devices & Integration. Bradley A. Singletary, CISSP

HAN Devices & Integration. Bradley A. Singletary, CISSP HAN Devices & Integration Bradley A. Singletary, CISSP brad@enernex.com Access HAN Architectural Purpose Connect energy services to energy consumers Understanding Help consumers understand usage Help

More information

Certeon s acelera Virtual Appliance for Acceleration

Certeon s acelera Virtual Appliance for Acceleration Certeon s acelera Virtual Appliance for Acceleration Product Brief Dr. Jim Metzler Ashton, Metzler & Associates Rolf McClellan McClellan Consulting June 2008 Certeon s acelera Virtual Appliance for Acceleration

More information

Input devices are hardware devices that allow data to be entered into a computer.

Input devices are hardware devices that allow data to be entered into a computer. 1.4.2 Input Devices Input devices are hardware devices that allow data to be entered into a computer. Input devices are part of the four main hardware components of a computer system. The Image below shows

More information

Avoid experiments in monitoring important parameters. Measuring instruments and solutions for the pharmaceutical, medical and healthcare industries

Avoid experiments in monitoring important parameters. Measuring instruments and solutions for the pharmaceutical, medical and healthcare industries Avoid experiments in monitoring important parameters Measuring instruments and solutions for the pharmaceutical, medical and healthcare industries ABOUT ROTRONIC Swiss precision at the highest level Founded

More information

Android & Medical system February 15th, Diego Buffa, System Engineer

Android & Medical system February 15th, Diego Buffa, System Engineer Android & Medical system February 15th, 2012 Diego Buffa, System Engineer Agenda Android in Medical too? Context Standards Use Cases It works! 2 Android devices are entering a complex environment 3 Previously...

More information

Delivered the Way Yo u Want

Delivered the Way Yo u Want SENSAPHONE IMS-4000 Infrastructure Monitoring System Mo nito r What Yo u Want Delivered the Way Yo u Want THE SENSAPHONE IMS-4000 MONITORS AND REPORTS THE INFORMATION THAT YOU NEED TO KNOW: Get critical

More information

Implementing a Standard, Multi-Gateway: Real SmartHome in the Cloud

Implementing a Standard, Multi-Gateway: Real SmartHome in the Cloud Implementing a Standard, Multi-Gateway: Real SmartHome in the Cloud Dr. Michael Westermeier Product Manager RWE SmartHome European Utility Week, Amsterdam, 15.10.2013 RWE Effizienz GmbH, European Utility

More information

IoT Ecosystem and Business Opportunities

IoT Ecosystem and Business Opportunities IoT Ecosystem and Business Opportunities 17th May, 2017 1 Copyright 2017 Samsung. All Rights Reserved. Shivakumar Mathapathi Co-Founder & CTO Dew Mobility (Approved Vendor for Samsung) Table of Contents

More information

SUSE Enterprise Storage 3

SUSE Enterprise Storage 3 SUSE Enterprise Storage 3 Agenda Enterprise Data Storage Challenges SUSE Enterprise Storage SUSE Enterprise Storage Deployment SUSE Enterprise Storage Sample Use Cases Summary Enterprise Data Storage Challenges

More information

ITRI Cloud OS: An End-to-End OpenStack Solution

ITRI Cloud OS: An End-to-End OpenStack Solution ITRI Cloud OS: An End-to-End OpenStack Solution Tzi-cker Chiueh 闕志克 Cloud Computing Research Center for Mobile Applications (CCMA) 雲端運算行動應用研究中心 1 Cloud Service Models Software as a Service (SaaS) Turn-key

More information

Cisco Unified Survivable Remote Site Telephony Version 7.1

Cisco Unified Survivable Remote Site Telephony Version 7.1 Survivable Remote Site Telephony Version 7.1 Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

Android & Medical systems

Android & Medical systems Android & Medical systems November 15th, 2011 Stephane Strahm, Prog. Mgr Android Center of Excellence Agenda Android in Medical too? Context Standards Use Cases It works! 2 2009 Wind River. All Rights

More information

Dolby Conference Phone. Configuration guide for BT MeetMe with Dolby Voice

Dolby Conference Phone. Configuration guide for BT MeetMe with Dolby Voice Dolby Conference Phone Configuration guide for BT MeetMe with Dolby Voice Version 3.2 17 May 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street San

More information

Four Things to Remember. Michael Bayer

Four Things to Remember. Michael Bayer Four Things to Remember Michael Bayer www.ctexpert.com Four Things to Remember CT is the future Telephony is a catalyst Interoperability specifications are the key You re in the driver s seat Telephony

More information

Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways. Johnny T.L. Fang Product Manager

Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways. Johnny T.L. Fang Product Manager Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways Johnny T.L. Fang Product Manager Abstract To date, most discussions about the Industrial Internet of Things (IoT) have been

More information

Android - open source mobile platform

Android - open source mobile platform Android - open source mobile platform Alexander Schreiber http://www.thangorodrim.de/ Chemnitzer Linux-Tage 2009 Alexander Schreiber Android - open source mobile

More information

SOA-14: Continuous Integration in SOA Projects Andreas Gies

SOA-14: Continuous Integration in SOA Projects Andreas Gies Tooling for Service Mix 4 Principal Architect http://www.fusesource.com http://open-source-adventures.blogspot.com About the Author Principal Architect PROGRESS - Open Source Center of Competence Degree

More information

Create your own Carbon Component. Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon

Create your own Carbon Component. Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon Create your own Carbon Component Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon sameera@wso2.com WSO2 Founded in 2005 by acknowledged leaders in XML, Web Services Technologies & Standards

More information

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Table of Contents The Digital Transformation 3 Four Must-Haves for a Modern Virtualization Platform 3

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager New Age of IP Telephony Ukrit Wongsarawit Network Technology Manager ukrit.w@g-able.com Agenda Conventional telephone and data networking Voice data convergence IP telephony PBX based IP telephony Implementing

More information

IEEE PROJECTS ON EMBEDDED SYSTEMS

IEEE PROJECTS ON EMBEDDED SYSTEMS S.NO 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 PROJECT TITLES EMACS: Design And Implementation Of Indoor Environment Monitoring And Control System VOT-EL: Three Tier Secured State Of

More information

Keywords ISO/IEEE 11073, IHE, Framework, CDA, HL7. 1. Introduction

Keywords ISO/IEEE 11073, IHE, Framework, CDA, HL7. 1. Introduction DEVELOPMENT AND EXTENSION OF A MODULAR, JAVA-BASED, 2 ND GENERATION ISO/IEEE 11073 MANAGER FRAMEWORK Gerbovics F 1, Frohner M 1, Urbauer P 2, Bruckner R 1, Pohn B 2, Sauermann S 1, Mense A 2 Abstract For

More information

OGEMA Technology in Brief How OGEMA works and what it can do for you

OGEMA Technology in Brief How OGEMA works and what it can do for you OGEMA Technology in Brief How OGEMA works and what it can do for you The Open Gateway Energy Management Alliance (OGEMA) provides an open software platform for energy management which links the customer

More information

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse

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

More information

Cisco Survivable Remote Site Telephony Version 4.2

Cisco Survivable Remote Site Telephony Version 4.2 Cisco Survivable Remote Site Telephony Version 4.2 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, delivering a media-rich collaboration

More information

Cisco Unified Survivable Remote Site Telephony Version 4.2

Cisco Unified Survivable Remote Site Telephony Version 4.2 Survivable Remote Site Telephony Version 4.2 Communications solutions unify voice, video, data, and mobile applications on fixed and mobile networks, delivering a media-rich collaboration experience across

More information

Server Remote Control External KVM over IP

Server Remote Control External KVM over IP Server Remote Control External KVM over IP Product ID: SV1110IPEXT Manage your servers from anywhere in the world! StarTech.com`s SV1110IPEXT allows network administrators to control and monitor servers

More information

Open ESB v2, Open ESB.next and Project Fuji. Andreas Egloff Lead Architect SOA / Business Integration Sun Microsystems

Open ESB v2, Open ESB.next and Project Fuji. Andreas Egloff Lead Architect SOA / Business Integration Sun Microsystems Open ESB v2, Open ESB.next and Project Fuji Andreas Egloff Lead Architect SOA / Business Integration Sun Microsystems 1 Introduction 2 Project Open ESB Over 600 members and 600,000 downloads CDDL license

More information

User Manual. Wireless IP Camera

User Manual. Wireless IP Camera User Manual Wireless IP Camera Introduction Hi. Thank you for purchasing the AUKEY VT-CM1 Wireless Security IP Camera. Please read this user manual carefully and keep it in a safe place for future reference.

More information

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN:

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Design and Implementation of a Mobile Healthcare Management Platform Based on

More information

System Challenges for Pervasive and Ubiquitous Computing

System Challenges for Pervasive and Ubiquitous Computing System Challenges for Pervasive and Ubiquitous Computing 18 th Roy Want Intel Research May 2005, ICSE 05 St. Louis th May 2005, ICSE What is Ubiquitous Computing? The most profound technologies are those

More information

System Architecture Challenges in the Home M2M Network

System Architecture Challenges in the Home M2M Network System Architecture Challenges in the Home M2M Network Michael Starsinic InterDigital Communications M2M Background M2M Communications Machine-to-Machine or Machine-to-Man The Machine usually includes

More information

An Innovative Solution That Streamlines Broadband Services

An Innovative Solution That Streamlines Broadband Services Milpitas,CAUSA9505-440 An Innovative Solution That Streamlines Broadband Services view (with Case Studies) 00 January 8 Avinta Communications, Inc. 4 N. Milpitas Blvd., #48, Milpitas, CA 9505-440 U.S.A.

More information

Smart Buildings as Cyber- Physical Systems (CPS) In Smart Cities: Living Building

Smart Buildings as Cyber- Physical Systems (CPS) In Smart Cities: Living Building Smart Buildings as Cyber- Physical Systems (CPS) In Smart Cities: Living Building Dr. Driss Benhaddou Associate Professor and Fulbright Scholar University of Houston, TX dbenhaddou@uh.edu Tuesday, 01/05/2016

More information

Dash 4.0. User Manual

Dash 4.0. User Manual 1 Dash 4.0 User Manual Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth... 10

More information

M POWER. challenges and opportunities. In the end, it's not the years in your life that count. It's the life in your years." - Abraham Lincoln

M POWER. challenges and opportunities. In the end, it's not the years in your life that count. It's the life in your years. - Abraham Lincoln M POWER challenges and opportunities In the end, it's not the years in your life that count. It's the life in your years." - Abraham Lincoln Sten Hanke Project Manager Austrian Institute of Technology

More information

Installation guide. A. No, I do not have a router. Choose this option if you have a standard DSL or cable modem and no router.

Installation guide. A. No, I do not have a router. Choose this option if you have a standard DSL or cable modem and no router. Installation guide This installation guide will show you how to get your voip phone service working. First, we need to know which set of instructions to give you. Please choose the option below that describes

More information

Hacking Medical Devices

Hacking Medical Devices Hacking Medical Devices All your vital signs are belong to us #2 Blog: Conference: Florian Grunow Security Analyst ERNW GmbH in Heidelberg Team Lead: Pentests Research: Medical Devices #3 Agenda Motivation

More information

NEO 4.5. User Manual

NEO 4.5. User Manual 1 NEO 4.5 User Manual Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth & Wi-Fi...

More information

LIFE PURE User Manual

LIFE PURE User Manual LIFE PURE User Manual 1 Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth...

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Tilgin Home Gateway HG321/HG322 HG320 Series Quick Guide

Tilgin Home Gateway HG321/HG322 HG320 Series Quick Guide Tilgin Home Gateway HG321/HG322 HG320 Series Quick Guide Tilgin IPRG AB Box 1240 164 28, Sweden tel: +46 (0)8 572 38600 fax: +46 (0)8 572 38500 info@tilgin.com www.tilgin.com This product is developed

More information

Project Zygote. Rapid prototyping for the Internet of Things

Project Zygote. Rapid prototyping for the Internet of Things Project Zygote Rapid prototyping for the Internet of Things The Problem we set out to solve How to make interconnecting things easier? What IoT means to us Seamless interconnection between any IoT enabled

More information

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

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

More information

The UniversAAL Platform

The UniversAAL Platform The UniversAAL Platform Alexander Kocian Department of Computer Science University of Pisa Largo B. Pontecorvo 3 56127 Pisa 2014/2015 Alexander Kocian (UniPisa) The UniversAAL Platform 2014/2015 1 / 39

More information

Context-Awareness in Middleware for Mobile Networks

Context-Awareness in Middleware for Mobile Networks Cooperative Computing & Communication Laboratory NATO TG 12 Workshop on Middleware in Mobile Networks Context-Awareness in Middleware for Mobile Networks Dr. Heinz-Josef Eikerling SBS D SOL C-LAB, Distributed

More information

CONNECTING YOUR BUSINESS

CONNECTING YOUR BUSINESS CONNECTING YOUR BUSINESS KX-NS700 UNIFIED COMMUNICATIONS PLATFORM PANASONIC QUALITY, NS-SERIES FLEXIBILITY THE COMMUNICATIONS SOLUTION WHICH SUPPORTS YOUR BUSINESS EXPANDABLE, MODULAR DESIGN The KX-NS700

More information