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

Size: px
Start display at page:

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

Transcription

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

2 Summary Introduction SmartM3 The OSGi Framework Smart M3 OSGi Localization Smart M3 Semantic Information Broker The OSGI-based Semantic Information Broker A use case Conclusions & next steps

3 Introduction Applications Services Information Devices User spaces Single Scenario Many use-cases Environment

4 Introduction Main issue Devices are not able to exchange information because of the absence of a shared data storage and common information exchange methods. Standards and domain specific building blocks are available but have issues related to: integration, cooperation, growing complexity and dependencies. Consequences: un-cooperation between applications, un-integration of services, un-sharing of information and context data cost increasing of developing, maintenance and integration compromised cross domain interoperability What is a possible solution?

5 Introduction A solution A software infrastructure that: makes the coexistence of multi-vendor devices easy, allows low development costs and simple fruition of services, speeds up and simplify the design, development, and deployment of cross-domain applications, reduces both software and hardware integration issues through interoperability.

6 Smart M3 Smart M3, introduced in Sofia project, aims to provide a "Semantic Web" information sharing infrastructure between software entities and devices. Vision: fusion of physical and information worlds. Information from physical world easily available for devices and novel applications linking them to services and solutions over internet. SmartM3 based Smart Spaces Smart Services vendor independently, device independently, domain independently.

7 Smart M3 Main Concepts Smart M3 is based on four main concepts: Smart space, SIB (Semantic Information Broker), SSAP (Smart Space Access Protocol), KP (Knowledge Processor). Smart Space Access Protocol (SSAP): Physical distribution of a Smart Space KP Smart Space SIB KP Knowledge Processor (KP): SIB SIB Semantic Information Broker (SIB) Smart M3 is a concept and is described through an open specification, that is implemented with localizations.

8 Smart M3 Localization It is an implementation of Smart M3 in a specific development context: one or more programming languages, specific development tools and/or framework, a set of programming libraries. The concept of localization has been introduced to: capture/support the requirements of specific application contexts, exploit the potentialities of the available development contexts, compare and study different implementations of Smart M3, increase interoperability, ensure the evolution of Smart M3. In Sofia three main localizations have been introduced: based on C programming environment, based on Java (ADK), based on OSGi.

9 OSGi - Open Services Gateway Initiative OSGi ( is an independent, non-profit organization working to define and promote open specifications for the delivery of managed services to networked environments. Started in 99 as an embedded platform for service gateways, today is used in applications ranging from mobile phones to IDE. Application areas include automotive, industrial and building automation, mobile and grid computing, entertainment, enterprise application, etc.. The most important players in these areas participate to the OSGi Alliance. (Oracle, IBM, Samsung, Nokia, IONA, Motorola, NTT, Siemens, Hitachi, Ericsson, etc.) OSGi Framework is a standard with open specifications and several implementations (5/6). We refer to Equinox OSGi implementation ver. 4 that supports OSGi 1.6 Core Framework (also adopted in Eclipse Dev. Env.).

10 OSGi - Architecture It is considered today as a Universal Middleware, software that you write once and then can use in binary form universally: in many different platforms, many different industries, and for many different purposes (Peter Kriens OSGi Core Platform Group). It is a module-based system and service platform for the Java programming language that implements a complete and dynamic component model (not available in Java/VM). Introduces the concept of module, the bundle, a JAR file extended with metadata and a powerful class loading model Provides a publish/find/bind service model to decouple bundles and let them cooperate Manages the life cycle of a bundle in a framework without requiring the VM to be restarted Well specified execution profiles that define the environment in which bundles can work, i.e.: - CDC/Foundation, - JavaSE-6.

11 OSGi - Benefits OSGi ensure interoperability of applications and services based on its component integration platform. The OSGi Framework is: simple, both in terms of concepts and HW/SW requirements (minimal JVM); dynamic: bundles can be updated on the fly and the associated applications and services come and go dynamically; adaptive: bundles can find out what capabilities are available in the system. The framework provides a complete API for the life cycle management: bundles install, update, start, stop, etc.. s can be managed remotely without bringing down the whole system. The framework provides a rich set of standard services: logging, configuration man., device adm., user man., component adm., execution adm., application deployment, etc.. Uses only standard Java classes.

12 Smart M3 OSGi Localization A localization that tries to satisfy industrial needs. It covers also the service level. OGSi s A dynamic interoperability service architecture that allows to publish a new service at runtime, discover and use services, share information. Main elements: Smart M3 Localiz. Services Life Cycle Modules Execution Environment Security Java VM Native Operating System OSGi Framework KPs s SSAP OSGi SIB Legacy Support s ZigBee Mqtt OSGi Framework JVM

13 OSGi Semantic Information Broker Main objectives: scalable and flexible SIB implementation; multi-protocol/multi-channel support, multi-ver. of SSAP; semantics from RDF to OWL; data protection, user man., security; plug-in support, interchangeable RDF Store, SPARQL support. Modular and open architecture, based on easily interchangeable and upgradable components. It is possible thanks to: an effective functional partitioning of the SIB; the bundle, OSGi main building block; lifecycle native services offered by OSGi. The development takes advantage from the wide experience acquired during Sofia in several uses cases and demonstrators, based on the C-SIB.

14 OSGi SIB - Architecture The OSGi-based SIB is based on five main functional unit: a communications manager, a KP manager, a protocol parser, a rdf store unit, and a core unit. OSGi SIB Functional units Each of these units is implemented by one or more OSGi bundles.

15 OSGi SIB Comm.s Manager This unit manages the communication channels through which the KPs connect to the SIB. It is based on: a bundle that handles SSAP protocol operations over multiple communication channels, SSAP over ZigBee SSAP over Bluetooth SSAP-Msg manager SSAP over TCP a set of bundles, one for each supported communication channel, that are responsible to manage low level aspects of a specific communication channel. Currently, only the TCP support is available. New communication channels can be added, starting i.e. from the existing bundles for ZigBee or Bluetooth developed by the OSGi community. SSAP over

16 OSGi SIB Parser and core units The protocol parser is implemented with the SSAP Codec. It is responsible to codify/decodify SSAP messages to/from the internal format. It works closely with the SSAP Msg. Man.. SSAP Codec The parser is automatically generated from an XML schema using JAXB technology: a good solution to manage SSAP evolution. The SIB bundle is the core part of the OSGi-based SIB. It contains the main logic of the SIB, scheduling the operations requested by the KPs, SIB managing the information flow between the RDF store and the KPs, controlling access rights, subscriptions and data protection.

17 OSGi SIB KPs Manager It physically manages the information required to handle the connected KPs, guarantee data protection and manage subscriptions. Protection Joined KPs Subscriptions KP Manager Currently it is a single bundle, but in future versions could be substituted by a set of bundles implementing each of the single functionalities. This evidences one of OSGi potentialities: when a bundle becomes to complex and difficult to maintain it can be partitioned at functional level, substituted with a set of bundles implementing the single functionalities identified during partitioning. Performance are increased, the architecture is more simple and the development and support process become easier.

18 OSGi SIB RDF Store Unit Manages the operations on the ontology: queries, data manipulation, subscriptions. It is based on two bundles: the RDF bundle, that interfaces with the RDF Store, creating the triples and executing the related queries; a bundle that manages the specific database solution adopted for the RDF store. Other RDF Store DBMS RDF Other RDF Store RDF-M3 RDF-XML Jena DBM S The RDF allows the developer to select the most suitable RDF Store, depending on the application context and the required performances. I.e., Jena RDF Store, currently adopted, provides support for SPARQL queries and a semantic knowledge-base with semantics from RDF (faster) to OWL (DL-based reasoning)..

19 OSGi SIB Architecture (2) Protection Joined KPs Subscriptions KP Manager SSAP Codec SIB Other RDF Store DBMS RDF Other RDF Store Jena DBM S SSAP over ZigBee SSAP-Msg manager SSAP over SSAP Bluetooth over Other SSAP over TCP

20 A use case Smart maintenance scenario Office tenants are alerted via SMS on their office status due to maintenance activities Archive KP Maintenance operators are notified for an intervention request and can accept to take it in charge KP KP Maintenance operators are supported by wearable devices during on-site interventions The maintenance company monitors the building status and supervises maintenance activities SIB KP KP LumenActive displays dynamic information for visitors KP KP A mobile device is used to smartify the physical space RIFD tags are used to identify spaces, building elements and sensors Wireless sensor networks (WSN) provide environment parameters, such as temperature, humidity and water presence Smart Lights provide their status information and react to changes in the environment

21 Conclusions & Next steps OSGi Smart M3 represents a industry-oriented localization, based on a reliable, scalable and widely diffused framework for embedded systems. It is modular, open and fully integrated with OSGi. It exploits all the benefits freely available in the OSGi world. The solution will be tested in a real environment, Smart Maintenance Scenario, not necessarily within Sofia project timeframe. Next steps: Security mechanism, Content adaptation Service discovery, Service composability SIB Profile, KP Identity ADK Support

22 THANK YOU You see things, and you say Why? ; but I dream things that never were, and I say Why not? George Bernard Shaw ARTEMIS JU SP3 / : Smart Objects For Intelligent Applications

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. An OCPP Energy Service Platform based on IoT

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. An OCPP Energy Service Platform based on IoT European Conference on Nanoelectronics and Embedded Systems for Electric Mobility ecocity emotion 24-25 th September 2014, Erlangen, Germany An OCPP Energy Service Platform based on IoT Ángeles Rodríguez

More information

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ 1. What is Oracle proposing in EclipseLink, the Eclipse Persistence Platform Project? Oracle is proposing the creation of the Eclipse Persistence Platform

More information

Approaching the design of interoperable smart environment applications

Approaching the design of interoperable smart environment applications Approaching the design of interoperable smart environment applications Federico Spadini, Sara Bartolini, Riccardo Trevisan Guido Zamagni, Alfredo D Elia, Fabio Vergari, Luca Roffia Tullio Salmon Cinotti

More information

Paolo Bellavista Veronica Conti Carlo Giannelli Jukka Honkola

Paolo Bellavista Veronica Conti Carlo Giannelli Jukka Honkola The Smart-M3 Semantic Information Broker (SIB) Plug-in Extension: Implementation and Evaluation Experiences Paolo Bellavista Veronica Conti Carlo Giannelli Jukka Honkola 20.11.2012 - SN4MS'12 DISI, Università

More information

The Semantic Event Broker. Francesco Morandi

The Semantic Event Broker. Francesco Morandi The Semantic Event Broker Francesco Morandi What are we doing and what future for Smart M3? Is it possible to consider today Smart M3 still a «triplestore» or an «endpoint» alternative? Modern SPARQL Endpoint

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

for Multi-Services Gateways

for Multi-Services Gateways KURA an OSGi-basedApplication Framework for Multi-Services Gateways Introduction & Technical Overview Pierre Pitiot Grenoble 19 février 2014 Multi-Service Gateway Approach ESF / Increasing Value / Minimizing

More information

onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3

onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3 onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m Outline Introduction to onem2m

More information

The onem2m standard Horizontal Service Layer

The onem2m standard Horizontal Service Layer The onem2m standard Horizontal Service Layer June 8 th 2017, Bordeaux Nicolas Damour, Chairman of the onem2m WG2-Architecture group ndamour@sierrawireless.com Sierra Wireless is building the Internet of

More information

DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE

DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE May 2016 Version 1 DEVELOPMENT OF KP MODEL Page 1/18 INDEX INDEX... 2 STEP 1 GETTING FAMILIAR WITH SOFIA2'S BASIC CONCEPTS... 3 STEP

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

Novel System Architectures for Semantic Based Sensor Networks Integraion

Novel System Architectures for Semantic Based Sensor Networks Integraion Novel System Architectures for Semantic Based Sensor Networks Integraion Z O R A N B A B O V I C, Z B A B O V I C @ E T F. R S V E L J K O M I L U T N O V I C, V M @ E T F. R S T H E S C H O O L O F T

More information

Getting the Most from Eclipse

Getting the Most from Eclipse Getting the Most from Eclipse Darin Swanson IBM Rational Portland, Oregon Darin_Swanson@us.ibm.com March 17, 2005 What is Eclipse An extensible tools platform Out-of-box function and quality to attract

More information

Presentation on OSGi Alliance

Presentation on OSGi Alliance Presentation on OSGi Alliance Rouzbeh Farhoumand OSGi Alliance Board of Directors Huawei Technologies 2017-05-24, Shenzhen, China onem2m Industry Day 1 What is the OSGi Alliance Founded in 1999 Proven,

More information

Ambient Service Space

Ambient Service Space Ambient Service Space Dr. Stefan Arbanowski Fraunhofer FOKUS Institute for Open Communication Systems Berlin, Germany 02.08.2004 1 Developing Next Generation Services Strategic

More information

NEXOF-RA NESSI Open Framework Reference Architecture IST- FP

NEXOF-RA NESSI Open Framework Reference Architecture IST- FP NEXOF-RA NESSI Open Framework Reference Architecture IST- FP7-216446 Deliverable D7.4 RA Specification Sample Siemens AG HP Engineering Thales Due date of deliverable: 01/03/2009 Actual submission date:

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

Equinox Project Update

Equinox Project Update Equinox Project Update Jeff McAffer, Senior Technical Staff Member Eclipse RCP and Equinox Lead 2007 by IBM Corp; made available under the Creative Commons Att. Nc Nd 2.5 license October 2007 What is Equinox?

More information

Developer s overview of the Android platform

Developer s overview of the Android platform Developer s overview of the Android platform Erlend Stav SINTEF November 10, 2009 mailto:erlend.stav@sintef.no 1 Overview Vendors and licensing Application distribution Platform architecture Application

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

Liberate your components with OSGi services

Liberate your components with OSGi services Liberate your components with OSGi services One products journey through the Modularity Maturity Model Alasdair Nottingham (not@uk.ibm.com) WebSphere Application Server V8.5 Liberty Profile Development

More information

A software API for a vendor agnostic framework for wireless sensor network gateways for Smart Energy Systems

A software API for a vendor agnostic framework for wireless sensor network gateways for Smart Energy Systems Call for SME for Activity 11831 for 2014 A software API for a vendor agnostic framework for wireless sensor network gateways for Smart Energy Systems Context and goal The EIT Activity Open SES Experience

More information

Java Community Process Program: State of the Community State of the Community December 2003

Java Community Process Program: State of the Community State of the Community December 2003 Java Community Process Program: State of the Community State of the Community December 2003 The Java Community Process SM The home of the international developer community whose charter it is to develop

More information

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016]

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016] Event Stores (I) Event stores are database management systems implementing the concept of event sourcing. They keep all state changing events for an object together with a timestamp, thereby creating a

More information

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

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES Jeremy Carroll, Ralph Hodgson, {jeremy,ralph}@topquadrant.com This paper is submitted to The W3C Workshop on Semantic Web in Energy Industries

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

The Atlas Platform. CEN5531 Mobile Computing. Raja Bose Dr. Sumi Helal September 21, 2006 Week 5

The Atlas Platform. CEN5531 Mobile Computing. Raja Bose Dr. Sumi Helal September 21, 2006 Week 5 The Atlas Platform CEN5531 Mobile Computing Raja Bose Dr. Sumi Helal September 21, 2006 Week 5 Atlas Overview Represents each of the devices (sensors and actuators) connected to it as software services

More information

2013 Cisco and/or its affiliates. All rights reserved. 1

2013 Cisco and/or its affiliates. All rights reserved. 1 2013 Cisco and/or its affiliates. All rights reserved. 1 Building the Internet of Things Jim Green - CTO, Data & Analytics Business Group, Cisco Systems Brian McCarson Sr. Principal Engineer & Sr. System

More information

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1 Umair Javed 2004 J2EE Based Distributed Application Architecture Overview Lecture - 2 Distributed Software Systems Development Why J2EE? Vision of J2EE An open standard Umbrella for anything Java-related

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

More information

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

More information

model (ontology) and every DRS and CMS server has a well-known address (IP and port).

model (ontology) and every DRS and CMS server has a well-known address (IP and port). 7 Implementation In this chapter we describe the Decentralized Reasoning Service (DRS), a prototype service implementation that performs the cooperative reasoning process presented before. We present also

More information

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse Eclipse IoT State of the Union Benjamin Cabé, Eclipse Foundation @kartben Typical IoT Architecture telemetry telemetry commands commands Gateways Devices (sensors & actuators) IoT Cloud Platform Applications

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Integrating Complex Financial Workflows in Oracle Database Xavier Lopez Seamus Hayes Oracle PolarLake, LTD 2 Copyright 2011, Oracle

More information

An Effective Device Integration Middleware in Prison IoT

An Effective Device Integration Middleware in Prison IoT 2017 International Conference on Applied Mechanics and Mechanical Automation (AMMA 2017) ISBN: 978-1-60595-471-4 An Effective Device Integration Middleware in Prison IoT Wei WEI *, Yang LIU, Huan-huan

More information

Data Model Considerations for Radar Systems

Data Model Considerations for Radar Systems WHITEPAPER Data Model Considerations for Radar Systems Executive Summary The market demands that today s radar systems be designed to keep up with a rapidly changing threat environment, adapt to new technologies,

More information

Smart Spaces Semantic Interoperability and Complex Event Processing

Smart Spaces Semantic Interoperability and Complex Event Processing Smart Spaces Semantic Interoperability and Complex Event Processing Seppo Törmä Distributed Systems Group Department of Computer Science and Engineering School of Science, Aalto University Contents Research

More information

OSGi In Action: Creating Modular Applications In Java By Richard Hall, Karl Pauls READ ONLINE

OSGi In Action: Creating Modular Applications In Java By Richard Hall, Karl Pauls READ ONLINE OSGi In Action: Creating Modular Applications In Java By Richard Hall, Karl Pauls READ ONLINE If looking for the book OSGi in Action: Creating Modular Applications in Java by Richard Hall, Karl Pauls in

More information

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. MarkLogic 8 Overview of Key Features Enterprise NoSQL Database Platform Flexible Data Model Store and manage JSON, XML, RDF, and Geospatial data with a documentcentric, schemaagnostic database Search and

More information

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m

More information

1 What-is-anopen-platform/

1   What-is-anopen-platform/ universaal IOT a Technical Overview Topics Semantic Discovery & Interoperability Service Broker & Orchestrator Context Broker, Context History Entrepôt, & Semantic Reasoning Human-Environment Interaction

More information

A Semantic Web Approach to Integrative Biosurveillance. Narendra Kunapareddy, UTHSC Zhe Wu, Ph.D., Oracle

A Semantic Web Approach to Integrative Biosurveillance. Narendra Kunapareddy, UTHSC Zhe Wu, Ph.D., Oracle A Semantic Web Approach to Integrative Biosurveillance Narendra Kunapareddy, UTHSC Zhe Wu, Ph.D., Oracle This talk: Translational BioInformatics and Information Integration Dilemma Case Study: Public Health

More information

Research Report. The IBM Wireless Sensor Networking Testbed. Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss

Research Report. The IBM Wireless Sensor Networking Testbed. Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss RZ 3634 (# 99644) 10/17/2005 Electrical Engineering 5 pages Research Report The IBM Wireless Sensor Networking Testbed Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss IBM Research GmbH

More information

How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations

How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations How OSGi can help to build open IoT ecosystems Kai Hackbath Member of OSGi Alliance Board of Directors Evangelist at Bosch Software Innovations CeBIT IoT Expert Conference Hannover, March 23, 2017 1 In

More information

STS Infrastructural considerations. Christian Chiarcos

STS Infrastructural considerations. Christian Chiarcos STS Infrastructural considerations Christian Chiarcos chiarcos@uni-potsdam.de Infrastructure Requirements Candidates standoff-based architecture (Stede et al. 2006, 2010) UiMA (Ferrucci and Lally 2004)

More information

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017 Open Source IoT Eclipse IoT Tim De Borger - tdeborge@redhat.com Senior Solution Architect 13/06/2017 Disclaimer The content set forth herein is Red Hat confidential information and does not constitute

More information

Chapter 16. Layering a computing infrastructure

Chapter 16. Layering a computing infrastructure : Chapter 16 by David G. Messerschmitt Layering a computing infrastructure Applications Application components Middleware Operating system Network 2 1 Spanning layer Application Distributed object management

More information

Project - the perspective of Telecom Italia

Project - the perspective of Telecom Italia ICT@Home Energy@Home Project - the perspective of Telecom Italia Fabio Bellifemine Fabio Bellifemine Telecom Italia Research&Trends Energy@Home Goal define a open and standard platform for the indoor communication

More information

M2M INTEROPERABILITY DEMONSTRATIONS

M2M INTEROPERABILITY DEMONSTRATIONS M2M INTEROPERABILITY DEMONSTRATIONS Presented by Laurent Velez for M2M Workshop, Sophia Antipolis, November 2013 Introduction This year again, ETSI organizes M2M Demos. The M2M Workshop provides an ideal

More information

<Insert Picture Here> Java Virtual Developer Day

<Insert Picture Here> Java Virtual Developer Day 1 Java Virtual Developer Day Simon Ritter Technology Evangelist Virtual Developer Day: Agenda Keynote: The Java Platform: Now and the Future What is Java SE 7 and JDK 7 Diving into

More information

RDF for Life Sciences

RDF for Life Sciences RDF for Life Sciences Presentation to Oracle Life Sciences User Group June 23, 2004 John Wilbanks World Wide Web Consortium (W3C) What is the W3C? Founded in 1994 by Tim Berners-Lee Develops common protocols

More information

Release notes:

Release notes: March 26, 2018 Welcome Summary Cytoscape v3.6.1 is now available for immediate download. Addresses 5 issues relative to v3.6 (see Section 10) Significant upgrades to core functionality o Automatic JVM

More information

Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering

Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering Mobile Systems M Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering Mobile Systems M course (8 ECTS) II Term Academic Year 2016/2017 08 Application Domains

More information

Lost in Abstraction. Sebastian Janzen

Lost in Abstraction. Sebastian Janzen Lost in Abstraction Sebastian Janzen Sebastian @sebbe128 innoq https://www.innoq.com What is a Smart Home? Smart Home is NOT a connected device is NOT a cloud service is NOT a single product A dwelling

More information

IOTIVITY INTRODUCTION

IOTIVITY INTRODUCTION IOTIVITY INTRODUCTION Martin Hsu Intel Open Source Technology Center 1 Content may contain references, logos, trade or service marks that are the property of their respective owners. Agenda Overview Architecture

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

More information

OPC Unified Architecture

OPC Unified Architecture OPC Unified Architecture The enabling Technology for advanced Asset Engineering Klaus Bender, Daniel Grossmann Prof. Dr.-Ing. Dipl.-Ing. October 2006 What makes OPC UA the enabling Technology? Klaus Bender,

More information

Gemini DBAccess Release Review February 2013

Gemini DBAccess Release Review February 2013 Gemini DBAccess 1.1.0 Release Review February 2013 Gemini DBAccess is a member of the Eclipse Gemini and Eclipse RT projects Jürgen G. Kissner (Subproject Lead) Review Specifics Review Date: Feb 6-13,

More information

Grid Services and the Globus Toolkit

Grid Services and the Globus Toolkit Grid Services and the Globus Toolkit Lisa Childers childers@mcs.anl.gov The Globus Alliance Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved. This

More information

Eclipse M2M IWG Eurotech Update

Eclipse M2M IWG Eurotech Update Eclipse IWG Eurotech Update Boston, March 28 th, 2013 The Internet of Things Device Data to/from Business Application Sensors & Connected Devices Digital Cameras Meters Data Access Sensors Optimum Protocols

More information

Contract Information Management System (CIMS) Technical System Architecture

Contract Information Management System (CIMS) Technical System Architecture Technical System REVISION HISTORY REVISION NUMBER ISSUE DATE PRIMARY AUTHOR(S) NOTES 1.0 2/2015 Cheryl Kelmar Software: Kami Phengphet Engineer: Pornpat Nikamanon Architect: Jim Zhou Creation of CIMS document.

More information

Readme file for Oracle Spatial and Graph and OBIEE Sample Application (V305) VirtualBox

Readme file for Oracle Spatial and Graph and OBIEE Sample Application (V305) VirtualBox I Sections in this Readme Sections in this Readme... 1 Introduction... 1 References... 1 Included Software Releases... 2 Software to Download... 2 Installing the Image... 2 Quick Start for RDF Semantic

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

WSN & IoT System Interoperability

WSN & IoT System Interoperability WSN & IoT System Interoperability Jerker Delsing Professor LTU IEC WSN IoT 140225-26 NIST INTERNATIONAL ELECTROTECHNICAL COMMISSION Intelligent industrial processes - ProcessIT Prof Jerker Delsing Arrowhead

More information

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

More information

Vortex Whitepaper. Intelligent Data Sharing for the Business-Critical Internet of Things. Version 1.1 June 2014 Angelo Corsaro Ph.D.

Vortex Whitepaper. Intelligent Data Sharing for the Business-Critical Internet of Things. Version 1.1 June 2014 Angelo Corsaro Ph.D. Vortex Whitepaper Intelligent Data Sharing for the Business-Critical Internet of Things Version 1.1 June 2014 Angelo Corsaro Ph.D., CTO, PrismTech Vortex Whitepaper Version 1.1 June 2014 Table of Contents

More information

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr.

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr. Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies Student: Alexandra Moraru Mentor: Prof. Dr. Dunja Mladenić Environmental Monitoring automation Traffic Monitoring integration

More information

1.2. Name(s) and address of Document Author(s)/Supplier: Sahoo: 1.3. Date of This Document: 12 July 2008

1.2. Name(s) and  address of Document Author(s)/Supplier: Sahoo: 1.3. Date of This Document: 12 July 2008 01234567890123456789012345678901234567890123456789012345678901234567890123456789 1. Introduction 1.1. Project/Component Working Name: Modularization of GlassFish using OSGi 1.2. Name(s) and e-mail address

More information

Collaborating to Maximize Interoperability in an Open Source Software Project. Ian Skerrett Eclipse Foundation

Collaborating to Maximize Interoperability in an Open Source Software Project. Ian Skerrett Eclipse Foundation Collaborating to Maximize Interoperability in an Open Source Software Project Ian Skerrett Eclipse Foundation Copyright 2017 The Eclipse Foundation. All Rights Reserved Eclipse Foundation Not-for-profit

More information

describe the functions of Windows Communication Foundation describe the features of the Windows Workflow Foundation solution

describe the functions of Windows Communication Foundation describe the features of the Windows Workflow Foundation solution 1 of 9 10/9/2013 1:38 AM WCF and WF Learning Objectives After completing this topic, you should be able to describe the functions of Windows Communication Foundation describe the features of the Windows

More information

ETSI IoT/M2M Workshop 2016 featuring the Smart World. November 15 th -17 th, 2016

ETSI IoT/M2M Workshop 2016 featuring the Smart World. November 15 th -17 th, 2016 Abstraction and identity management in an open smart home Sébastien Bolle (speaker) André Bottaro David Excoffier IoT Research, Orange Labs 1 ETSI IoT/M2M Workshop 2016 featuring the Smart World November

More information

J2EE Interview Questions

J2EE Interview Questions 1) What is J2EE? J2EE Interview Questions J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces

More information

QuickTime and a Tools API Breakout. TIFF (LZW) decompressor are needed to see this picture.

QuickTime and a Tools API Breakout. TIFF (LZW) decompressor are needed to see this picture. Tools API Breakout The number of Semantic Web tools is growing very fast. When building Semantic Web applications, we would like to be able to assemble a set of tools, choosing the best-of-breed for each

More information

The Evolution of Java Persistence

The Evolution of Java Persistence The Evolution of Java Persistence Doug Clarke Oracle Ottawa, Canada Keywords: Java, Persistence, JPA, JAXB, JSON, REST Introduction The data access requirements of today s Java applications keep expanding

More information

The Three Software Stacks Required for IoT. Benjamin Cabé Eclipse

The Three Software Stacks Required for IoT. Benjamin Cabé Eclipse The Three Software Stacks Required for IoT Benjamin Cabé Eclipse Foundation @kartben IoT? Applications Collect, exchange & analyze data IoT? Applications Collect, exchange & analyze data Sensing / Actuating

More information

Introduction to OSGi. Marcel Offermans. luminis

Introduction to OSGi. Marcel Offermans. luminis Introduction to OSGi Marcel Offermans luminis Introduction Marcel Offermans marcel.offermans@luminis.nl Luminis Arnhem Apeldoorn Enschede IT solutions from idea to implementation with and for customers:

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Service-Oriented Programming (SOP) SOP A programming paradigm that

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

Sentinet for BizTalk Server SENTINET

Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and API Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication

More information

APPLICATION ARCHITECTURE JAVA SERVICE MANUAL

APPLICATION ARCHITECTURE JAVA SERVICE MANUAL 29 March, 2018 APPLICATION ARCHITECTURE JAVA SERVICE MANUAL Document Filetype: PDF 152.54 KB 0 APPLICATION ARCHITECTURE JAVA SERVICE MANUAL When building a (Micro-)Service Architecture, you may need a

More information

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices Zohar Sivan IBM Research Laboratory in Haifa IBM Labs in Haifa MMAPI Objectives Provide a standards-based Java multimedia framework for

More information

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web White Paper EVERY THING CONNECTED Is Putting Every Physical Thing Every Thing Connected The Internet of Things a term first used by technology visionaries at the AUTO-ID Labs at MIT in the 90s 1 has received

More information

Standard Open Source Cloud APIs for the Smart Home

Standard Open Source Cloud APIs for the Smart Home Standard Open Source Cloud APIs for the Smart Home Sébastien Bolle, André Bottaro, Martin Hund, Andreas Kraft, Jean-Pierre Combe, Hans-Werner Bitzer 1 Eclipse IoT Days Grenoble 2018 January, 19th 2018

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Towards a Telecommunication Service Oriented Architecture

Towards a Telecommunication Service Oriented Architecture Towards a Telecommunication Service Oriented Architecture Paolo Falcarin Jian Yu Politecnico di Torino, Italy paolo.falcarin@polito.it, jian.yu@polito.it Abstract Web Services are often used for providing

More information

SEPA SPARQL Event Processing Architecture

SEPA SPARQL Event Processing Architecture SEPA SPARQL Event Processing Architecture Enabling distributed, context aware and interoperable Dynamic Linked Data and Web of Things applications Luca Roffia (luca.roffia@unibo.it) Web of Things: members

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Web Service Definition The term "Web Services" can be confusing.

More information

Open source onem2m Platforms

Open source onem2m Platforms Open source onem2m Platforms Jaeho Kim, KETI jhkim@keti.re.kr What we need? Introduce onem2m Standard onem2m based Implementations Introduce Mobius and &Cube platforms Interworking demo & projects 2 What

More information

Data extraction from highway data model

Data extraction from highway data model Data extraction from highway data model Tuyen Le a and H. David Jeong b a Ph.D. Student, Dept. of Civil, Construction and Environmental Engineering, Iowa State University. Ames, Email: ttle@iastate.edu

More information

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT. Benjamin Cabé, Eclipse

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT. Benjamin Cabé, Eclipse A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT Benjamin Cabé, Eclipse Foundation @kartben Asset Tracking The solution The 3 IoT Software Stacks SECURITY ONTOLOGIES Hardware Abstraction Layer (HAL)

More information

OpenPlant Accelerating ISO Adoption Through Open Applications.

OpenPlant Accelerating ISO Adoption Through Open Applications. OpenPlant Accelerating ISO 15926 Adoption Through Open Applications. Presented By: Dr. Manoj Dharwadkar Director of Data Interoperability, Bentley Systems POSC Caesar Members Meeting - Houston February

More information

Sentinet for Microsoft Azure SENTINET

Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure 1 Contents Introduction... 2 Customer Benefits... 2 Deployment Topologies... 3 Cloud Deployment Model... 3 Hybrid Deployment Model...

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Equinox OSGi: Pervasive Componentization

Equinox OSGi: Pervasive Componentization Equinox OSGi: Pervasive Componentization Thomas Watson Equinox Development Lead IBM Lotus Jeff McAffer, Eclipse RCP and Equinox Lead IBM Rational Software 10/3/2006 Why is Eclipse interesting? Extensible

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

A Language-based Approach to Interoperability of IoT Platforms

A Language-based Approach to Interoperability of IoT Platforms COLLECTOR CoAP TEMPERATURE SENSOR HTTP/FTP/SMTP UDP Set Temperature 70 ºF Get Temperature 68 ºF END TO END PATTERN PUBLISH/SUBSCRIBE PATTERN HVAC COLLECTOR TEMPERATURE SENSOR HVAC TCP/UDP TEMPERATURE SENSOR

More information

The Bosch IoT Remote Manager

The Bosch IoT Remote Manager The Bosch IoT Remote Manager Device Management and Monitoring for IoT Version 7.0 Copyright Notice Bosch Software Innovations GmbH, 2018. All rights reserved, also regarding any disposal, exploitation,

More information