System Software for Sensor Networks

Size: px
Start display at page:

Download "System Software for Sensor Networks"

Transcription

1 System Software for Sensor Networks IST Co-operating Objects Workshop Brussels, June 23 rd 24 th, 2005 Dr. Pedro José Marrón University of Stuttgart, Group 1/30

2 Outline Motivation What are sensor networks? Example applications Selected system software for sensor networks Operating systems: TinyOS Data mangement systems: TinyDB Adaptive system software The TinyCubus project Conclusion 2/30

3 Outline Motivation What are sensor networks? Example applications Selected system software for sensor networks Operating systems: TinyOS Data mangement systems: TinyDB Adaptive system software The TinyCubus project Conclusion 3/30

4 What are Sensor Networks? Definition: Collections of small devices that: Are equipped with sensors Communicate Ad-Hoc with each other Exchange and process data Have limited resources Are mostly static Source: UC Berkeley Source: Crossbow Technologies Inc. 4/30

5 How does the Future Look Like? Definition: Collections of small devices that: Are equipped with sensors and actuators Communicate Ad-Hoc and using infrastructure Process data and interact with services Have limited resources Are static and mobile Source: UC Berkeley Source: Crossbow Technologies Inc. 5/30

6 Hardware Platforms BTNode Moteiv Telos Smartdust Crossbox MICAs Teco Particle Teco Node 6/30

7 Sensor Network Applications Habitat Monitoring Applications Great Duck Island (GDI) System Hogthorb Sow heat period monitoring Environment Observation and Forecasting Systems ALERT National Weather Service Floodnet River monitoring in UK Health Applications Care in the Community UK UbiCare UK Military Applications WINS Surveillance and exploration Odyssey Underwater surveillance 7/30

8 Sensor Network Applications Intelligent Building Monitoring Structure Health Monitoring System US, Canada Sustainable Bridges EU Project Intelligent Traffic Systems Safe Traffic Sweden Vehicular Networks (CarTalk 2000) EU Project Smart Room Environments Aware Home Georgia Institute of Technology Sense-R-Us University of Stuttgart... and many more 8/30

9 Sensor Network Applications Intelligent Building Monitoring Structure Health Monitoring System US, Canada Sustainable Bridges EU Intelligent Traffic Systems/Vehicular Networks Safe Traffic Sweden Vehicular Networks (CarTalk 2000) Smart Room Environments Aware Home Georgia Tech EU Sense-R-Us University of Stuttgart... and many more 9/30

10 Sustainable Bridges Goal: Cost-effective monitoring of bridges to detect structural defects Simple and complex data: temperature, vibration Noise detection and localization Data sampling: 40 KHz! Time synch.: 60 µs Sensor lifetime: 3 years! Hybrid network topology Static sensor nodes 10/30

11 Vehicular Networks Cartalk Goal: Development of a cooperative driver assistance system Provide an Ad-Hoc warning system for: Traffic jams Accidents Lane/highway merging Standard query interface: Avg speed/temperature, road conditions Location, position 11/30

12 Sense-R-Us Goal: Smart environment used to store and query context information Types of nodes Red = Rooms Blue = People Yellow = Gateways Types of queries Location Meetings Meeting duration 12/30

13 Application Differences Property Sust. Bridges VANETs Sense-R-Us Data Model Specific Generic Generic Query Model Push-based Pull-based Pull/Push Prog. Paradigm Pub/Sub Query-based Query-based Topology hybrid ad-hoc hybrid Dist. Transparency Energy Mobility Real-time Time Synch. Reconfiguration Not important Medium Very important 13/30

14 Application Differences Property Sust. Bridges VANETs Sense-R-Us Data Model Specific Generic Generic Query Model Push-based Pull-based Pull/Push Prog. Paradigm Pub/Sub Query-based Query-based Topology hybrid ad-hoc hybrid How can we deal with this complexity? Dist. Transparency Energy Mobility Real-time Time Synch. Reconfiguration Not important Medium Very important 13/30

15 Outline Motivation What are sensor networks? Example applications Selected system software for sensor networks Operating systems: TinyOS Data mangement systems: TinyDB Adaptive system software The TinyCubus project Conclusion 14/30

16 Available System Software Most solutions are custom-made Ethernut Sensoria Contiki MantisOS... TinyOS is the most common research system software used It is becoming the standard for sensor networks 15/30

17 The TinyOS Project Goal: Development of an operating system for sensor networks Philosophy: Provide a minimal framework for sensor networks Allow abstractions to emerge Methodology: Event-driven architecture CAD-like programming model and language (nesc) Based on the specification of components Component interface: provides, uses, signals and handles 16/30

18 TinyOS Program Example Messaging component: Handles the event: TX_packet_done Sends signal: msg_send_done Uses interface: TX_packet Provides interface: send_msg Keeps internal state 17/30

19 The TinyDB System Goal: Development of an acquisitional query processor layer for sensor networks Philosophy: Efficient data acquisition is our business Only continuous queries are important Methodology: Implementation as a component of TinyOS Definition of an acquisitional query language (ACQL) In-network query processing and classification of query types Reduce communication overhead Reduce energy consumption 18/30

20 Acquisitional Query Language Data model: Entire sensor network is a single table Columns contain all the attributes in the network Rows specify the individual sensor data Query model: All queries create a continuous data stream Query language is SQL-based with new language features Traditional SQL with aggregation operators Event processing capabilities Creation of storage points Specification of lifetime queries 19/30

21 Advantages of TinyDB Nice database abstraction on top of a generic operating system for sensor networks Powerful programming abstraction New functionality can be added to TinyDB Aggregation functions are extensible Non-database abstractions like events are provided as part of the operating system Actuators integrated in the operating system Growing community of users, developers and commercial support (Intel, Xbow, etc.) 20/30

22 Limitations of TinyDB No possibility to reconfigure the application or incorporate new code at run-time Requirements of the application must be known at compile time Applications are responsible for providing most services Applications have no control over optimization parameters 21/30

23 Outline Motivation What are sensor networks? Example applications Selected system software for sensor networks Operating systems: TinyOS Data mangement systems: TinyDB Adaptive system software The TinyCubus project Conclusion 22/30

24 Adaptive Approaches Almost all algorithms found in sensor networks attempt at some form of adaptation Data Acquisition methods can be active or passive Data Dissemination tries to minimize route maintenance Data Storage tries to optimize space or localization Data Retrieval and Processing try to optimize routes, sampling rate, operator use Adaptation/Optimization based on: Application knowledge Semantic knowledge System parameters 23/30

25 The Case for Adaptive Systems Adaptation is equivalent to optimization Adaptation/Optimization is intrinsic to sensor network processing System software should provide support for adaptation Avoid duplication of efforts Allow for flexible applications System software should not restrict the application Provide control over optimization parameters System software should be configurable Allowing for reconfigurations on the fly, especially in mobile environments 24/30

26 The TinyCubus Project Goal: Development of a generic reconfigurable system software for sensor networks Philosophy: Flexibility and adaptation are the key issues Methodology: Implementation on top of TinyOS Definition of generic frameworks to allow for flexibility and adaptation Provision of a set of standard components System components Data management and querying components 25/30

27 TinyCubus Architecture A 0 A 1 A m Tiny Configuration Engine O2 Opt. Param. Application Components TinyCubus Operating System/Hardware O1 Topology Manager A 3 A 2 A 1 App. Req. S 1 S 2 S 3 Sys. Param. User Defined Components System Components Tiny Data Mgmt. Framework Data Mgmt. Components TinyOS Tiny Cross Layer Framework State Repository Hardware Abstraction Layer S 0 S 1... S n 26/30

28 Outline Motivation What are sensor networks? Example applications Selected system software for sensor networks Operating systems: TinyOS Data mangement systems: TinyDB Adaptive system software The TinyCubus project Conclusion 27/30

29 Current Steps Research issue identification as part of the Embedded Wisents Consortium Coordination Action, 6th Framework, IST, Priority 2, September 1 st 2004 August 31 st partner from the Netherlands, Denmark, Sweden, Italy, Switzerland, France, England, Spain, Germany Work on studies regarding: Applications and application scenarios Paradigms for algorithms and interactions Vertical functions System architectures and programming models Research roadmap preparation 28/30

30 What are we looking for? Industrial collaboration! For the following fields: Sensor network applications Adaptation and adaptive algorithms Cross-layer issues for sensor networks Security in sensor networks In order to develop our understanding of specific needs In order to evaluate current solutions which are the result of current (ongoing) research 29/30

31 Thank You for Your Attention Dr. Pedro José Marrón University of Stuttgart, Group Universitätsstr. 38 D Stuttgart Germany Phone: Fax: /30

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis Part I: Introduction to Wireless Sensor Networks Xenofon Fafoutis Sensors 2 DTU Informatics, Technical University of Denmark Wireless Sensor Networks Sink Sensor Sensed Area 3 DTU Informatics,

More information

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Hybrid Communication CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Contents Project Overview Hybrid Communication Concepts Services Enabled by Hybrid Communication

More information

Service-Based Universal Application Interface for Demand Response Energy Systems (UC Berkeley Project)

Service-Based Universal Application Interface for Demand Response Energy Systems (UC Berkeley Project) Service-Based Universal Application Interface for Demand Response Energy Systems (UC Berkeley Project) Goal: Develop and demonstrate an application development environment for a scalable and extendible

More information

TinyDB and TASK. Sensor Network in a Box SMARTER SENSORS IN SILICON 1

TinyDB and TASK. Sensor Network in a Box SMARTER SENSORS IN SILICON 1 TinyDB and TASK Sensor Network in a Box SMARTER SENSORS IN SILICON 1 Overview What is TinyDB? A query processing system for extracting information from a network of TinyOS sensors. Requires no embedded

More information

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany Sichere Intelligente Mobilität Testfeld Deutschland Safe Intelligent Mobility Field Test Germany The German Approach to Field Testing of Cooperative Systems Dr. Christian Weiß Daimler AG Group Research

More information

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS SAMUEL MADDEN, MICHAEL J. FRANKLIN, JOSEPH HELLERSTEIN, AND WEI HONG Proceedings of the Fifth Symposium on Operating Systems Design and implementation

More information

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

Lecture 8 Wireless Sensor Networks: Overview

Lecture 8 Wireless Sensor Networks: Overview Lecture 8 Wireless Sensor Networks: Overview Reading: Wireless Sensor Networks, in Ad Hoc Wireless Networks: Architectures and Protocols, Chapter 12, sections 12.1-12.2. I. Akyildiz, W. Su, Y. Sankarasubramaniam

More information

UNECE statistics for SDGs

UNECE statistics for SDGs UNECE statistics for SDGs S TAT I S T I C S UNECE work on statistics for SDGs Conference of European Statisticians (CES) Declaration of the role of national statistical offices in measuring and monitoring

More information

Wireless Sensor networks: a data centric overview. Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students

Wireless Sensor networks: a data centric overview. Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students Wireless Sensor networks: a data centric overview Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students Wireless embedded sensor networks Thousands of tiny low

More information

Wireless Ad-Hoc Networks

Wireless Ad-Hoc Networks Wireless Ad-Hoc Networks Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan Outline Part 1 Motivation Wireless Ad hoc networks Comparison with infrastructured networks Benefits Evolution Topologies Types

More information

Generic Model and Architecture for Cooperating Objects in Sensor Network Environments

Generic Model and Architecture for Cooperating Objects in Sensor Network Environments Generic Model and Architecture for Cooperating Objects in Sensor Network Environments Pedro José Marrón, Daniel Minder, Andreas Lachenmann, Olga Saukh and Kurt Rothermel University of Stuttgart, Institute

More information

Agilla/Agimone: Middleware for Sensor Networks

Agilla/Agimone: Middleware for Sensor Networks Agilla/Agimone: Middleware for Sensor Networks Motivation Existing sensor network software lacks flexibility Entire network runs just one application Cannot adapt to changes in the environment the network

More information

Data Storage In Wireless Sensor Databases

Data Storage In Wireless Sensor Databases http://www2.cs.ucy.ac.cy/~dzeina/ Data Storage In Wireless Sensor Databases Demetris Zeinalipour Department of Computer Science University of Cyprus* enext WG1 Workshop on Sensor and Ad-hoc Networks University

More information

Enhancing resilience of communities and territories through smart technologies. A SunShine perspective

Enhancing resilience of communities and territories through smart technologies. A SunShine perspective All truths are easy to understand once they are discovered; the point is to discover them. Enhancing resilience of communities and territories through smart technologies. A SunShine perspective Dr. Eng.

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

Backbone Discovery In Thick Wireless Linear Sensor Netorks

Backbone Discovery In Thick Wireless Linear Sensor Netorks Backbone Discovery In Thick Wireless Linear Sensor Netorks October 28, 2014 Imad Jawhar1, Xin Li2, Jie Wu3, and Nader Mohamed1 1 College of Information Technology, United Arab Emirates University, Al Ain,

More information

NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36)

NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36) NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36) NATO UNCLASSIFIED Project Manager: Lt Col Paulo Viegas Nunes nunes.pfv@mail.exercito.pt Agenda MN CD E&T Objective

More information

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany 1 Sichere Intelligente Mobilität Testfeld Deutschland Safe Intelligent Mobility Field Test Germany The German Approach to Field Testing of Cooperative Systems Matthias Schulze Daimler AG Group Research

More information

CE693: Adv. Computer Networking

CE693: Adv. Computer Networking CE693: Adv. Computer Networking L-13 Sensor Networks Acknowledgments: Lecture slides are from the graduate level Computer Networks course thought by Srinivasan Seshan at CMU. When slides are obtained from

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

Internet of things. F r o m t h e n e t w o r k t o. Ing. Patrizia Macrina Ericsson

Internet of things. F r o m t h e n e t w o r k t o. Ing. Patrizia Macrina Ericsson Internet of things F r o m t h e n e t w o r k t o NETWORKED Ing. Patrizia Macrina Ericsson agenda Introduction IoT Technologies Challenges IoT Market Potential IoT Benefits for Society Conclusion Military

More information

Bridging the standardization gap

Bridging the standardization gap Bridging the standardization gap Optimizing the interface to standardization in a research project s work plan Prof. Dr. Michael Lawo COPRAS Conference, Brussels January 17 th, 2007 Content (1) The wearit@work

More information

Smart City Aspern laying the foundation for a sustainable energy system ASCR 2016 All rights reserved.

Smart City Aspern laying the foundation for a sustainable energy system ASCR 2016 All rights reserved. Aspern Smart City Research Smart City Aspern laying the foundation for a sustainable energy system ASCR All rights reserved. Seestadt Aspern Facts and Figures 20.000 Jobs Total size:2.4 million m² Appartements

More information

Smart Energy Field Trials: Insights from the FINESCE Project in the FI-PPP. Dr. Fiona Williams, Project Coordinator

Smart Energy Field Trials: Insights from the FINESCE Project in the FI-PPP. Dr. Fiona Williams, Project Coordinator Smart Energy Field Trials: Insights from the FINESCE Project in the FI-PPP Dr. Fiona Williams, Project Coordinator ICT in Smart Energy Field Trials 1. From re-active to pro-active energy management 2.

More information

Wireless Sensor Networking Support to Military Operations on Urban Terrain. A. Grilo, R. Silva, P. Nunes, J. Martins, M. Nunes

Wireless Sensor Networking Support to Military Operations on Urban Terrain. A. Grilo, R. Silva, P. Nunes, J. Martins, M. Nunes Wireless Sensor Networking Support to Military Operations on Urban Terrain A. Grilo, R. Silva, P. Nunes, J. Martins, M. Nunes Layout Motivation Overview of Project UbiSec&Sens MOUT WSN Architecture Networking

More information

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe VANETs Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe April 15 th 2005 Marc Torrent Moreno 1 Main Motivation

More information

Space Policy and ESDP. The use of satellites in space for security purposes

Space Policy and ESDP. The use of satellites in space for security purposes Space Policy and ESDP The use of satellites in space for security purposes 14 February 2008 Geraldine Naja-Corbin Head, Institutional Matters and Strategic Studies European Space Agency Overview I ESA

More information

AEGIS Advanced Big Data Value Chains for Public Safety and Personal Security

AEGIS Advanced Big Data Value Chains for Public Safety and Personal Security AEGIS Advanced Big Data Value Chains for Public Safety and Personal Security Dr. Yury Glikman AEGIS Project Manager Fraunhofer FOKUS 17 January 2017 Information and Networking Day ICT 14, 15, 16, 17 -

More information

the real-time Internet routing observatory

the real-time Internet routing observatory the real-time Internet routing observatory Luca Sani TOP-IX MEETING, 26 September 2017 1/22 Our research interest: the Internet AS-level ecosystem Why is it important? To identify Internet topological

More information

Context Aware Computing

Context Aware Computing CPET 565/CPET 499 Mobile Computing Systems Context Aware Computing Lecture 7 Paul I-Hai Lin, Professor Electrical and Computer Engineering Technology Purdue University Fort Wayne Campus 1 Context-Aware

More information

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication WSN Wireless sensor networks consist of large number of sensor

More information

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1 Presented by Viraj Anagal Kaushik Mada Presented to Dr. Mohamed Mahmoud ECE 6900 Fall 2014 Date: 09/29/2014 1 Outline Motivation Overview Wireless Sensor Network Components Characteristics of Wireless

More information

European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105

European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105 European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105 A Holistic Approach in the Development and Deployment of WSN-based

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

IRMOS Newsletter. Issue N 5 / January Editorial. In this issue... Dear Reader, Editorial p.1

IRMOS Newsletter. Issue N 5 / January Editorial. In this issue... Dear Reader, Editorial p.1 IRMOS Newsletter Issue N 5 / January 2011 In this issue... Editorial Editorial p.1 Highlights p.2 Special topic: The IRMOS Repository p.5 Recent project outcomes p.6 Keep in touch with IRMOS p.8 Dear Reader,

More information

Partner in a European project & how to get there - View from Russian Insider on project ISTOK.Ru

Partner in a European project & how to get there - View from Russian Insider on project ISTOK.Ru Information Society Technologies to Open Knowledge. Russia Partner in a European project & how to get there - View from Russian Insider on project ISTOK.Ru Oleg Luksha Russian Technology Transfer Network

More information

The Emergence of Networking Abstractions and Techniques in TinyOS

The Emergence of Networking Abstractions and Techniques in TinyOS The Emergence of Networking Abstractions and Techniques in TinyOS CS295-1 Paper Presentation Mert Akdere 10.12.2005 Outline Problem Statement & Motivation Background Information TinyOS HW Platforms Sample

More information

ISO/IEC JTC 1/SWG 5 N 11

ISO/IEC JTC 1/SWG 5 N 11 ISO/IEC JTC 1/SWG 5 N 11 ISO/IEC JTC 1/SWG 5 Internet of Things (IoT) Secretariat: KATS (Korea, Republic of) Document type: Title: Status: Contributions An Overview of ISO/IEC JTC 1/WG 7: Information Technology

More information

«Città 5G» - sperimentazione MISE & «5G CITY» - H2020 5G-PPP

«Città 5G» - sperimentazione MISE & «5G CITY» - H2020 5G-PPP ITALIA 5G: Speciale Sperimentazioni: l esperienza di Wind Tre «Città 5G» - sperimentazione MISE & «5G CITY» - H2020 5G-PPP Milan 10-04-2018 5G: Objectives and Partner ecosystem Leaders Universities and

More information

C-ITS Deployment in Austria & European Harmonisation Activities

C-ITS Deployment in Austria & European Harmonisation Activities C-ITS Deployment in Austria & European Harmonisation Activities DI Manfred Harrer Head of Department Telematic Services ASFINAG Maut Service GmbH Salzburg, IBTTA, 6.9.2018 Agenda What is the motivation

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

Global Deployment of SD-WAN. Mike Howell October 2017

Global Deployment of SD-WAN. Mike Howell October 2017 Global Deployment of SD-WAN Mike Howell October 2017 Rentokil Initial Rentokil Initial is a member of the FTSE100 and is an international pest control and hygiene services company. 35,000+ employees 1800

More information

The development process of the Online S3 project. Anastasia Panori, INTELSPACE Innovation Technologies S.A.

The development process of the Online S3 project. Anastasia Panori, INTELSPACE Innovation Technologies S.A. The development process of the Online S3 project Anastasia Panori, INTELSPACE Innovation Technologies S.A. Online S3 Final Workshop, Brussels 25 04 2018 Some general information Proposal submission: September

More information

Introduction to Vehicular Networks

Introduction to Vehicular Networks CS 795/895 Vehicular Networks Introduction to Vehicular Networks Dr. Michele Weigle Department of Computer Science Old Dominion University mweigle@cs.odu.edu http://www.cs.odu.edu/~mweigle/courses/cs795-s07/

More information

Fortum SGEM Program Presentation of ongoing research activities

Fortum SGEM Program Presentation of ongoing research activities Fortum SGEM Program Presentation of ongoing research activities MV and LV Network Automation Solutions in EU Benchmarking Research 1 Existing Distribution Grid Little change in the past few decades Mostly

More information

WoO. Web of Objects PROJECT SUMMARY OBJECTIVES OBJECTS MODELLING EXPECTED RESULTS UNIQUE SELLING POINTS / BUSINESS VALUE

WoO. Web of Objects PROJECT SUMMARY OBJECTIVES OBJECTS MODELLING EXPECTED RESULTS UNIQUE SELLING POINTS / BUSINESS VALUE WoO Web of Objects PROJECT SUMMARY WoO will deliver a service infrastructure simplifying the management of IoT business applications in smart city, building and home environments. OBJECTIVES Interoperability

More information

How can the Future Internet

How can the Future Internet How can the Future Internet enable Smart Energy? Presented by Werner Mohr (Coordinator), Nokia Siemens Networks on behalf of the FINSENY project Smart Energy enabled by Future Internet Workshop FINSENY

More information

Success Story Pekka Eloranta, CoMoSeF Co-ordinator Celtic-Plus Proposers Day 28 October 2015 in Antwerp

Success Story Pekka Eloranta, CoMoSeF Co-ordinator Celtic-Plus Proposers Day 28 October 2015 in Antwerp Success Story Pekka Eloranta, Co-ordinator Celtic-Plus Proposers Day 28 October 2015 in Antwerp 1 2 Why? Source: Mediheli.fi Source: KSML.fi Lähde: KSML.fi Lähde: Mediheli.fi 3 History 4 History 5 History

More information

Public Sensing Using Your Mobile Phone for Crowd Sourcing

Public Sensing Using Your Mobile Phone for Crowd Sourcing Institute of Parallel and Distributed Systems () Universitätsstraße 38 D-70569 Stuttgart Public Sensing Using Your Mobile Phone for Crowd Sourcing 55th Photogrammetric Week September 10, 2015 Stuttgart,

More information

NIS-Directive and Smart Grids

NIS-Directive and Smart Grids NIS-Directive and Smart Grids Workshop on European Smart Grid Cybersecurity: Emerging Threats and Countermeasures Marie Holzleitner Table of Content Aims & Objectives Affected Parties Selected Requirements

More information

Wireless structural health monitoring from research to reliable application

Wireless structural health monitoring from research to reliable application Wireless structural health monitoring from research to reliable application Markus Krüger MPA Universität i Stuttgart & TTI GmbH TGU Smartmote The Gartner Hyper Cycle 2006 1 The Gartner Hyper Cycle 2010

More information

General Overview & Annex 1: Global Smart Grid Inventory

General Overview & Annex 1: Global Smart Grid Inventory General Overview & Annex 1: Global Smart Grid Inventory 2 nd EU-US Workshop on Smart Grid Assessment Methodologies Washington DC, 7 th November 2011 Michele de Nigris, RSE, ISGAN Chair Russ Conklin, U.S.

More information

jwebdust: A Java-based Generic Application Environment for Wireless Sensor Networks

jwebdust: A Java-based Generic Application Environment for Wireless Sensor Networks jwebdust: A Java-based Generic Application Environment for Wireless Sensor Networks Ioannis Chatzigiannakis 1, Georgios Mylonas 2, and Sotiris Nikoletseas 1 1 Research Academic Computer Technology Institute,

More information

OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE. Dr. Angelos Amditis Research Director, ICCS

OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE. Dr. Angelos Amditis Research Director, ICCS OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE Dr. Angelos Amditis Research Director, ICCS OUTLINE Introduction L3Pilot: Pilot Testing INFRAMIX: Hybrid Infrastructure SAFERtec:Cyber-security / Security

More information

Shaping smarter and more sustainable cities from WSIS to Habitat III

Shaping smarter and more sustainable cities from WSIS to Habitat III Shaping smarter and more sustainable cities from WSIS to Habitat III Cristina Bueti Advisor ITU-T 2 May 2016 Who are we? What do we do? Allocation of global radio spectrum and satellite orbits Committed

More information

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

The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions

The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions Michelle Wetterwald (Eurecom) / Jérémie Leguay (TCF) et al. 2nd ETSI TC ITS Workshop 10-12 February 2010 - ETSI,

More information

Outcomes of the ITU Regional Workshop on the Internet of Things (IoT) and Future Networks. (19-20 June 2017, Saint Petersburg, Russia)

Outcomes of the ITU Regional Workshop on the Internet of Things (IoT) and Future Networks. (19-20 June 2017, Saint Petersburg, Russia) Outcomes of the ITU Regional Workshop on the Internet of Things (IoT) and Future Networks (19-20 June 2017, Saint Petersburg, Russia) Current situation International standardization of IoT, future networks

More information

Agent based System Architecture for Wireless Sensor Networks

Agent based System Architecture for Wireless Sensor Networks Agent based System Architecture for Wireless Sensor Networks Sajid Hussain, Elhadi Shakshuki, Abdul Wasey Matin Jodrey School of Computer Science Acadia University Wolfville, Nova Scotia, Canada B4P 2R6

More information

FTTH Technology Considerations

FTTH Technology Considerations FTTH Technology Considerations Wolfgang Fischer wfischer@cisco.com 2009 Cisco Systems, Inc. All rights reserved. 1 Trends for access bitrates 2008 Cisco Systems, Inc. All rights reserved. 2 Video as a

More information

ICT in Natural Disasters

ICT in Natural Disasters The All TeRrain Advanced NeTwork of Ubiquitous MobiLe Asynchronous Systems Winston Seah SV Rao Institute for Infocomm Research {winston,raosv}@i2r.a-star.edu.sg Marcelo Ang, Jr Dept of Mech Engr, NUS mpeangh@nus.edu.sg

More information

5G EVE Project Overview & Greek facility presentation. October 11 th 2018

5G EVE Project Overview & Greek facility presentation. October 11 th 2018 5G EVE Project Overview & Greek facility presentation October 11 th 2018 Outline 5G EVE Overview 5G EVE Vision 5G EVE Objectives 5G EVE Timeline 5G EVE Greek facility overview 5G EVE Greek facility high

More information

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs)

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) Sekhar KONDEPUDI Ph.D. Vice Chair FG-SSC & Coordinator Working Group 1 ICT role and roadmap for

More information

VITP: An Information Transfer Protocol for Vehicular Computing

VITP: An Information Transfer Protocol for Vehicular Computing VITP: An Information Transfer Protocol for Vehicular Computing Marios D. Dikaiakos, Saif Iqbal,Tamer Nadeem, Liviu Iftode Adapted from the work of Marios D. Dikaiakos 2nd ACM International Symposium on

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

ALARP - A railway automatic track warning system based on distributed personal mobile terminals

ALARP - A railway automatic track warning system based on distributed personal mobile terminals ALARP - A railway automatic track warning system based on distributed personal mobile terminals ALARP project motivations, facts and objectives The ALARP system The MT (design and ongoing prototyping)

More information

Data Management in Sensor Networks

Data Management in Sensor Networks Data Management in Sensor Networks Ellen Munthe-Kaas Jarle Søberg 1 Outline Sensor networks Characteristics Motes Application domains Data management TinyOS TinyDB 2 Sensor Networks Base station (gateway)

More information

Anna Butenko User-centered innovation and regulatory framework

Anna Butenko User-centered innovation and regulatory framework Anna Butenko User-centered innovation and regulatory framework Energy prosumers market access in EU regulation Presentation Structure Theoretic framework: Regulatory disconnection Energy prosumers market

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

More information

Audio made smart and easy. Network audio systems for security, announcements and background music

Audio made smart and easy. Network audio systems for security, announcements and background music Audio made smart and easy Network audio systems for security, announcements and background music Top reasons for network audio Network audio systems are intelligent devices, just like IP video cameras,

More information

Provisioning and Operation of Virtual Networks

Provisioning and Operation of Virtual Networks Provisioning and Operation of Virtual Networks KIVS 2011 Workshop on Network Virtualization Sebastian Meier sebastian.meier@ikr.uni-stuttgart.de 10.03.2011 Universität Stuttgart Institute of Communication

More information

QUO VADIS RFID TECHNOLOGY?

QUO VADIS RFID TECHNOLOGY? QUO VADIS RFID TECHNOLOGY? EMERGING RFID TECHNOLOGY ROADMAP O. Vermesan, SINTEF, Oslo, Norway D. Grosso, Montalbano Technology, Genova,, Italy F. Dell'Ova,, ST Microelectronics, Rousset,, France C. Prior,

More information

ONELAB and Beyond. Prof. Serge Fdida. University P&M Curie, Paris 6, France

ONELAB and Beyond. Prof. Serge Fdida. University P&M Curie, Paris 6, France ONELAB and Beyond Prof. Serge Fdida University P&M Curie, Paris 6, France http://www.lip6.fr/rp IST 2006 Brussels, December 2006 1 ONELAB Rationale & History Grounded on ENEXT (NoE) Identification of critical

More information

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Presentation Outline 1. SSA Programme short introduction 2. SWE Service Domains 3. Precursor Services

More information

Deutsche Telekom s Smart Energy Activities. Metering Billing/CRM Europe 2012 I October 2012

Deutsche Telekom s Smart Energy Activities. Metering Billing/CRM Europe 2012 I October 2012 Deutsche Telekom s Smart Energy Activities. Metering Billing/CRM Europe 2012 I October 2012 The Energy Sector is facing dramatic change. Climate change Energy awareness The energy e change sector is facing

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

Integrated Routing and Query Processing in Wireless Sensor Networks Integrated Routing and Query Processing in Wireless Sensor Networks T.Krishnakumar Lecturer, Nandha Engineering College, Erode krishnakumarbtech@gmail.com ABSTRACT Wireless Sensor Networks are considered

More information

White Paper: VANTIQ Digital Twin Architecture

White Paper: VANTIQ Digital Twin Architecture Vantiq White Paper www.vantiq.com White Paper: VANTIQ Digital Twin Architecture By Paul Butterworth November 2017 TABLE OF CONTENTS Introduction... 3 Digital Twins... 3 Definition... 3 Examples... 5 Logical

More information

DRIVE-C2X presentation Interoperability challenges

DRIVE-C2X presentation Interoperability challenges DRIVE-C2X presentation Interoperability challenges Interoperability for cooperative mobility systems TNO, Helmond, 17 November 2011 Francois FISCHER, Andreas FESTAG on behalf of DRIVE-C2X Contents DRIVE

More information

IoT Mashups with the WoTKit

IoT Mashups with the WoTKit IoT Mashups with the WoTKit Mike Blackstock, Rodger Lea Media and Graphics Interdisciplinary Centre University of British Columbia Vancouver, Canada Motivation IoT mashups are simple, personal, situational,

More information

Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications

Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications General figures 2 Project type: Integrated Project (IP) Co-funded by: the European Commission

More information

Software Technology for Self-Adaptive Systems

Software Technology for Self-Adaptive Systems Software Technology for Self-Adaptive Systems Danny Weyns, Mauro Caporuscio, Morgan Ericsson, Jesper Andersson, S. Pllana, Welf Löwe Department of Computer Science danny.weyns@kuleuven.be Overview Self-adaptation

More information

Energy Efficient Buildings (EeB) in Horizon 2020 and Smart Specialisation

Energy Efficient Buildings (EeB) in Horizon 2020 and Smart Specialisation Energy Efficient Buildings (EeB) in Horizon 2020 and Smart Specialisation Dr. Panteleimon Panagiotou Head of Unit Information & Communication Technologies Engineering & Natural Sciences Competent Support

More information

Ahadjitse, Yaovi(1) Mohamed Shawky(2) (1)Université du Québec en Outaouais, Gatineau, Canada (2) Universitéde Technologiede Compiégne, France

Ahadjitse, Yaovi(1) Mohamed Shawky(2) (1)Université du Québec en Outaouais, Gatineau, Canada (2) Universitéde Technologiede Compiégne, France IlhamBenyahia(1) Ahadjitse, Yaovi(1) Mohamed Shawky(2) (1)Université du Québec en Outaouais, Gatineau, Canada (2) Universitéde Technologiede Compiégne, France ACGM-2012 1 Outline 1. Introduction 2. Existing

More information

APC by Schneider Electric Elite Data Centre Partner

APC by Schneider Electric Elite Data Centre Partner Data Centre Solutions...energy efficient by design APC by Schneider Electric Elite Data Centre Partner APC s leading Elite Data Centre Solutions Partner providing customers with expert advice, integration

More information

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION V. A. Dahifale 1, N. Y. Siddiqui 2 PG Student, College of Engineering Kopargaon, Maharashtra, India 1 Assistant Professor, College of Engineering

More information

Joint Research Centre

Joint Research Centre Joint Research Centre the European Commission's in-house science service Serving society Stimulating innovation Supporting legislation Innovation in Support to Policies: Setting the Stage - the Role of

More information

Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper

Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper CS428: Information Processing for Sensor Networks, and STREAM meeting Presented by

More information

Interoperability Platform and Standardization Efforts

Interoperability Platform and Standardization Efforts Interoperability Platform and Standardization Efforts FP7-SEC-2013-1 Funded by European Commission Project ID 607768 ETSI Workshop Sophia Antipolis, 10 May 2016 REDIRNET - The static and streamed data

More information

Challenges, Technologies and Components of Wireless Sensor Networks

Challenges, Technologies and Components of Wireless Sensor Networks Challenges, Technologies and Components of Wireless Sensor Networks S. Aiswariya 1, V. Jonsi Rani 2, S. Suseela 3 Department of Computer Science and Engineering Periyar Maniammai Institute of Science and

More information

Innovative SOFC Architecture based on Triode Operation. Deliverable D6.2 Web site dedicated to the scientific community

Innovative SOFC Architecture based on Triode Operation. Deliverable D6.2 Web site dedicated to the scientific community Innovative SOFC Architecture based on Triode Operation Deliverable D6.2 Web site dedicated to the scientific community July, 2014 PROJECT DETAILS Title: Innovative SOFC Architecture based on Triode Operation

More information

BUILDING AUTOMATION OF THE FUTURE

BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE Building automation over IP: With its revolutionary Smart Building concept, MICROSENS enables building automation at low cost. Because,

More information

Context-aware Services for UMTS-Networks*

Context-aware Services for UMTS-Networks* Context-aware Services for UMTS-Networks* * This project is partly financed by the government of Bavaria. Thomas Buchholz LMU München 1 Outline I. Properties of current context-aware architectures II.

More information

European agreement on the Implementation of the European Hairdressing Certificates

European agreement on the Implementation of the European Hairdressing Certificates European agreement on the Implementation of the European Hairdressing Certificates 1. Introduction The Social Partners, UNI europa Hair and Beauty and Coiffure EU, share a longstanding commitment to better

More information

Logical architecture of an advanced WTG health monitoring system

Logical architecture of an advanced WTG health monitoring system Logical architecture of an advanced WTG health monitoring system ReliaWind project, Work Package 3 EWEA 2011, Brussels European Wind Energy Association conference Dr. VIHAROS Zsolt János Head: Manufacturing

More information

European Cybersecurity PPP European Cyber Security Organisation - ECSO November 2016

European Cybersecurity PPP European Cyber Security Organisation - ECSO November 2016 European Cybersecurity PPP European Cyber Security Organisation - ECSO November 2016 Présentation Géraud Canet geraud.canet@cea.fr ABOUT THE CYBERSECURITY cppp 3 AIM 1. Foster cooperation between public

More information

smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks

smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks Nils Hoeller, Christoph Reinke, Dirk Kukulenz, Volker Linnemann Institute of Information Systems University

More information

GRID4EU - Large-Scale Demonstration of Advanced Smart Grid Solutions with wide Replication and Scalability Potential for EUROPE

GRID4EU - Large-Scale Demonstration of Advanced Smart Grid Solutions with wide Replication and Scalability Potential for EUROPE GRID4EU - Large-Scale Demonstration of Advanced Smart Grid Solutions with wide Replication and Scalability Potential for EUROPE ISGAN Annex1 Webinar, January 23 rd 2014 Rémy Garaude-Verdier, ERDF, GRID4EU

More information

Control Challenges in the Vehicle Infrastructure Initiative (VII)

Control Challenges in the Vehicle Infrastructure Initiative (VII) Control Challenges in the Vehicle Infrastructure Initiative (VII) Hemant Sardar Automotive IEEE TCAC Workshop on Open Problems & Challenges in Automotive Control Introduction Background of ITS Overview

More information

A Grid-Enabled Component Container for CORBA Lightweight Components

A Grid-Enabled Component Container for CORBA Lightweight Components A Grid-Enabled Component Container for CORBA Lightweight Components Diego Sevilla 1, José M. García 1, Antonio F. Gómez 2 1 Department of Computer Engineering 2 Department of Information and Communications

More information