Control System for Amateur Telescope Experience

Size: px
Start display at page:

Download "Control System for Amateur Telescope Experience"

Transcription

1 Control System for Amateur Telescope Experience Departamento de Informática, Universidad Técnica Federico Santa María, Avenida España 1680, Valparaiso, Chile

2 Agenda Introduction Scientific/Technological Novelty System Architecture Deployment Experiences Conclusions

3 What is CSAT? A Telescope Control System (TCS) Generic software for amateur telescopes Based on ALMA Common Software (ACS) Developed by ALMA-UTFSM Group First step towards professional generic TCS

4 The Problem Observatories reimplement their TCSs over and over again Reusing old telescopes Reduce cost of academic observatories Robotic and distributed telescopes Common patterns between telescopes Specific instruments of each one Integrate, port and deploy wide spectrum of external software

5 The Solution gtcs: generic Telescope Control System Bazaar paradigm: community development Advantage: there are not so many telescopes Problem: almost every telescope is different Step-by-step: show that is plausible First step: A prototype for amateur telescopes

6 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage.

7 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage. Specific objectives The system must:

8 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage. Specific objectives The system must: be capable to decide if the object is or not in the visible field of the sky.

9 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage. Specific objectives The system must: be capable to decide if the object is or not in the visible field of the sky. provide Presetting.

10 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage. Specific objectives The system must: be capable to decide if the object is or not in the visible field of the sky. provide Presetting. provide Pointing.

11 CSAT Goals General objective To have first-hand case study to feedback in the gtcs design, and use the telescope for first prototype of gtcs usage. Specific objectives The system must: be capable to decide if the object is or not in the visible field of the sky. provide Presetting. provide Pointing. provide Tracking.

12 System Architecture

13 System Architecture There are four software layers: Hardware access layer (1/4) In this layer the DevIOs are placed.

14 System Architecture There are four software layers: Hardware access layer (1/4) In this layer the DevIOs are placed. New hardware only change this layer device component

15 System Architecture There are four software layers: (Logical + Devices control) layer (2/4) This layer has components that do control over the Dev* components. For example, Telescope over DevTelescope.

16 System Architecture There are four software layers: (Logical + Devices control) layer (2/4) This layer has components that do control over the Dev* components. For example, Telescope over DevTelescope. Also, are present logical components, as Pointing, Tracking and Calculations.

17 System Architecture There are four software layers: Interface layer (3/4) This layer is compound by CSATStatus and CSATControl.

18 System Architecture There are four software layers: Interface layer (3/4) This layer is compound by CSATStatus and CSATControl. These are the entry points for external applications.

19 System Architecture There are four software layers: Interface layer (3/4) This layer is compound by CSATStatus and CSATControl. These are the entry points for external applications. CSATStatus: read-only operations. CSATControl: send commands.

20 System Architecture There are four software layers: Clients layer (4/4) Hevelius: easy-to-use GUI designed for teaching purposes.

21 System Architecture There are four software layers: Clients layer (4/4) Hevelius: easy-to-use GUI designed for teaching purposes. External clients wrapper: a wrapper for external applications that connect to a telescope.

22 System Architecture There are four software layers: Clients layer (4/4) Hevelius: easy-to-use GUI designed for teaching purposes. External clients wrapper: a wrapper for external applications that connect to a telescope. ACS Object Explorer: GUI to access the interface of a component.

23 Generic Control Design (1/3) Control several amateur telescopes Uses the generic ACS DevIO abstraction Defines a generic telescope interface to be implemented: Set axis velocity Get axis velocity Get current axis position Different control for each axis type (called mount) In particular for equatorial and alt/azm telescopes

24 Generic Control Design (2/3)

25 Generic Control Design (3/3)

26 External Applications Wrapper (1/3) Scenario CSAT works with the Hevelius GUI, but... External application compatibility is a key-feature (Amateur) Astronomers want to use other existing front-ends These applications usually interacts with telescopes They use some standard protocol to connect to the telescope

27 External Applications Wrapper (2/3) Our response Solution: a CSAT client that binds a serial port service Result: enhance CSAT usability using star catalogs, graphical interfaces, etc. Available protocols: LX200 and Nexstar Opportunity: use several mounts with the same interface!

28 External Applications Wrapper (3/3)

29 Goals achieved Control for altitude/azimuth mounted telescopes, as well as Equatorial mounted ones. Manual and automatic pointing model. Tracking capabilities. Geographic information configuration. Current support for Nexstar 4 SE, Meade LX200 GPS and Meade LX200 EMC telescopes. Hevelius GUI client for CSAT. External applications wrapper

30 Deployment methodology To deploy CSAT on new telescopes you should follow these steps: 1. Study the communication protocol. 2. Develop simple test clients. 3. Encapsulate the communication code into DevIOs. 4. Write a DevTelescope interface, using the corresponding DevIOs

31 UTFSM Deployment (1/2) CSRG Laboratory (Valparaíso) CSAT development platform: Celestron Nexstar 4 SE telescope MEADE Lunar Planetary Imager GARMIN GPS Nexstar simulator (ACS based and stand-alone) CCD GUI for testing 10-month development

32 UTFSM Deployment (2/2)

33 Santa Martina/PUC Deployment (1/2) Observatorio UC at Cerro Santa Martina (Santiago) Meade LX200 GPS telescope DevIO implementation and protocol adaptation Amateur observation and tracking testing 2-month development during a summer job

34 Santa Martina/PUC Deployment (2/2)

35 OCA/UCN Deployment (1/2) Observatorio Cerro Armazones (Atacama desert) Equatorial Meade LX200 EMC Protocol adaptation from PUC experience Amateur observation and tracking testing more exhaustive 3-days development (Plus the previous experience with LX200 telescopes)

36 OCA/UCN Deployment (2/2)

37 Conclusions Developing generic interfaces for telescopes is possible! CSAT was a productive way of learning from the astronomical instrumentation domain The usage of ACS framework provides the tools for: Component distribution Generic interfaces Runtime configuration Multi-language support Concurrent access Software testing ACS is a good platform for a gtcs implementation Most of the patterns of CSAT are the basis of gtcs

38 Future Work Design a general architecture for the gtcs gtcs workshop will be held at the UTFSM An implementation of gtcs will be developed

39 Questions? This work has been supported by project ALMA-CONICYT Software Development for ALMA: Building Up Expertise to Meet ALMA Software Requirements withing a Chilean University. The development over the Meade LX200 GPS telescope on the Santa Martina Observatory could not have been done without the collaboration of the Pontificia Universidad Católica. The development over the Equatorial Meade LX200 and the testing over the 84 [cm] telescope on Cerro Armazones could not have been done without the collaboration of the Universidad Católica del Norte and Roland Lemke, who has also given us support with his participation on the gtcs discussions. Jorge Ibsen has been of great help during the whole process.

Integrating a university team in the ALMA software development process: A successful model for distributed collaborations

Integrating a university team in the ALMA software development process: A successful model for distributed collaborations Integrating a university team in the ALMA software development process: A successful model for distributed collaborations Matias Mora a,b, Jorge Ibsen c, Gianluca Chiozzi d, Nicolás Troncoso a,b,rodrigotobar

More information

Informatics and Astronomy at the UCN: Jaime A. Pavlich Mariscal

Informatics and Astronomy at the UCN: Jaime A. Pavlich Mariscal Informatics and Astronomy at the UCN: Current Status and Future Perspectives Jaime A. Pavlich Mariscal Overview Astronomy at UCN o Instituto de Astronomía (IA) o Observatorio Cerro Armazones (OCA) Informatics

More information

Descripción y Areas del Dpto. de Computación de ALMA (ADC)

Descripción y Areas del Dpto. de Computación de ALMA (ADC) Descripción y Areas del Dpto. de Computación de ALMA (ADC) Tzu-Chiang Shen Gerente del Grupo de Software Departamento de Computación ALMA Joint ALMA Observatory ADC s Mission To operate and maintain high-quality

More information

Copyright 2011 - bizagi

Copyright 2011 - bizagi Copyright 2011 - bizagi 1. Process Automation with bizagi... 3 Description... 3 Objectives... 3 Target Audience Profile... 4 Duration... 4 2. Part I Basic concepts to build a bizagi solution... 5 Description...

More information

How To Design A Project

How To Design A Project RODRIGO TISI Universidad Católica de Chile B 1 S 1 P 1 T 1 PL 1 M Six Ways to Approach Architecture Collaborative studio projects tested as full-scale models allow students of architecture to learn about

More information

1994 1997 Colegio Cristóbal Colón High School, Melipilla.

1994 1997 Colegio Cristóbal Colón High School, Melipilla. Name : César A. Fernández Soto Rut : 13.772.126 0 PESONAL INFORMATION Born: January 4, 1980 Nacionality: Chilean Phone: 56 2 5691178 Emai: cfernand@inf.utfsm.cl ADDRESS General Bulnes 666, Apartment 801,

More information

TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS

TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS TMT.SFT.DRD.12.001.REL05 October 15, 2012 TMT.SFT.DRD.12.001.REL05 PAGE 2 OF 16 TABLE OF CONTENTS 1 INTRODUCTION 4 1.1 Purpose... 4 1.2 Scope... 4 1.3

More information

A Data Management System for UNICORE 6. Tobias Schlauch, German Aerospace Center UNICORE Summit 2009, August 25th, 2009, Delft, The Netherlands

A Data Management System for UNICORE 6. Tobias Schlauch, German Aerospace Center UNICORE Summit 2009, August 25th, 2009, Delft, The Netherlands A Data Management System for UNICORE 6 Tobias Schlauch, German Aerospace Center UNICORE Summit 2009, August 25th, 2009, Delft, The Netherlands Outline Objectives Concept Implementation Overview Test Scenario

More information

Autoguiding System Essentials

Autoguiding System Essentials Doug Anderson Shoestring Astronomy www.shoestringastronomy.com Autoguiding System Essentials Amateur astrophotography is more popular today than it has ever been. This is due primarily to the widespread

More information

IV&V Workshop 2010: IV&V MADE Testbed Requirements and Configurations

IV&V Workshop 2010: IV&V MADE Testbed Requirements and Configurations Workshop 2010: MADE Testbed Requirements and s David Soto September 17, 2010 L-3 Communications 1 Agenda Testbed Requirements ISS Space Station Description of 1553 Architecture (3-tier system) MADE Testbed

More information

TheSkyX Supported Telescopes

TheSkyX Supported Telescopes TheSkyX Supported Telescopes The table below lists the "go to" and "push to" telescope models supported by TheSky6 Serious Astronomer Edition. For step-by-step setup instructions on how to setup and control

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

CESAER Seminar. Evaluation of Highly Integrated Programmes (Joint and Double Degrees) with US Institutions. Torino, October 20, 2011

CESAER Seminar. Evaluation of Highly Integrated Programmes (Joint and Double Degrees) with US Institutions. Torino, October 20, 2011 CESAER Seminar Torino, October 20, 2011 Evaluation of Highly Integrated Programmes (Joint and Double Degrees) with US Institutions Highly integrated curricula Joint Degrees Dual Degrees Double degrees....

More information

Polar Alignment by Iterating on One Star and Polaris

Polar Alignment by Iterating on One Star and Polaris Polar Alignment by Iterating on One Star and Polaris Michael A. Covington Artificial Intelligence Center The University of Georgia Working paper; this copy printed April 8, 2001 This document is: http://www.covingtoninnovations.com/astro/iterating.pdf

More information

ING TECHNICAL SPECIFICATION DATA ACQUISITION SYSTEM INTERFACE VERSION 00.00 DATE 970801 AUTHOR

ING TECHNICAL SPECIFICATION DATA ACQUISITION SYSTEM INTERFACE VERSION 00.00 DATE 970801 AUTHOR ING TECHNICAL SPECIFICATION DATA ACQUISITION SYSTEM INTERFACE VERSION 00.00 DATE 970801 AUTHOR 1. INTRODUCTION. Page 1 1.0 Purpose of document. 1 1.1 Document version control. 1 1.2 Scope of the document.

More information

A SOA visualisation for the Business

A SOA visualisation for the Business J.M. de Baat 09-10-2008 Table of contents 1 Introduction...3 1.1 Abbreviations...3 2 Some background information... 3 2.1 The organisation and ICT infrastructure... 3 2.2 Five layer SOA architecture...

More information

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1 Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter

More information

Service-Oriented Architecture and Software Engineering

Service-Oriented Architecture and Software Engineering -Oriented Architecture and Software Engineering T-86.5165 Seminar on Enterprise Information Systems (2008) 1.4.2008 Characteristics of SOA The software resources in a SOA are represented as services based

More information

Green Migration from Oracle

Green Migration from Oracle Green Migration from Oracle Greenplum Migration Approach Strong Experiences on Oracle Migration Automate all tasks DDL Migration Data Migration PL-SQL and SQL Scripts Migration Data Quality Tests ETL and

More information

Bernie Velivis President, Performax Inc

Bernie Velivis President, Performax Inc Performax provides software load testing and performance engineering services to help our clients build, market, and deploy highly scalable applications. Bernie Velivis President, Performax Inc Load ing

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

A Web-based Dashboard for the High-level Monitoring of ALMA

A Web-based Dashboard for the High-level Monitoring of ALMA A Web-based Dashboard for the High-level Monitoring of ALMA Emmanuel Pietriga a, Giorgio Filippi b, Luis Véliz a, Fernando del Campo a, Jorge Ibsen b,c a INRIA Chile - CIRIC, Santiago, Chile; b ESO, Garching,

More information

SOA-14: Continuous Integration in SOA Projects Andreas Gies

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

More information

Improving the usability of Kenzo, a Common Lisp system for Algebraic Topology

Improving the usability of Kenzo, a Common Lisp system for Algebraic Topology Improving the usability of Kenzo, a Common Lisp system for Algebraic Topology Jónathan Heras, Vico Pascual, Julio Rubio and Francis Sergeraert {jonathan.heras,vico.pascual,julio.rubio}@unirioja.es, francis.sergeraert@ujf-grenoble.fr

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

FUTURE VIEWS OF FIELD DATA COLLECTION IN STATISTICAL SURVEYS

FUTURE VIEWS OF FIELD DATA COLLECTION IN STATISTICAL SURVEYS FUTURE VIEWS OF FIELD DATA COLLECTION IN STATISTICAL SURVEYS Sarah Nusser Department of Statistics & Statistical Laboratory Iowa State University nusser@iastate.edu Leslie Miller Department of Computer

More information

Using Chroot to Bring Linux Applications to Android

Using Chroot to Bring Linux Applications to Android Using Chroot to Bring Linux Applications to Android Mike Anderson Chief Scientist The PTR Group, Inc. mike@theptrgroup.com Copyright 2013, The PTR Group, Inc. Why mix Android and Linux? Android under Linux

More information

Elements of robot assisted test systems

Elements of robot assisted test systems 1 (9) Matti Vuori, 2013-12-16 RATA project report Elements of robot assisted test systems Table of contents: 1. General... 2 2. Overall view to the system the elements... 2 3. There are variations for

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Buying a Commercial Telescope

Buying a Commercial Telescope CHAPTER TWO Buying a Commercial Telescope Musings on Telescope Usage This book is unashamedly intended to inspire amateur astronomers to join the exciting new breed of amateurs who use high-tech to observe

More information

Lecture Objectives. Software Life Cycle. Software Engineering Layers. Software Process. Common Process Framework. Umbrella Activities

Lecture Objectives. Software Life Cycle. Software Engineering Layers. Software Process. Common Process Framework. Umbrella Activities Software Life Cycle Lecture Objectives What happens in the life of software To look at the life cycle of a software To understand the software process and its related elements To relate to the different

More information

An Analysis of Reference Architectures for the Internet of Things

An Analysis of Reference Architectures for the Internet of Things 2015 An Analysis of Reference Architectures for the Internet of Things Everton Cavalcante 1,2, Marcelo Pitanga Alves 3, Thais Batista 1, Flavia C. Delicato 3, Paulo F. Pires 3 1 DIMAp, Federal University

More information

EasySOA: Service Design & Monitoring

EasySOA: Service Design & Monitoring EasySOA: Service Design & Monitoring Business Requirements Document Version Public Deliverable, V1.0 Date December 31 st, 2012 Authors EasySOA partners: Inria / EasiFab, Bull, Nuxeo, Open Wide, Talend

More information

Certification Report

Certification Report Certification Report EAL 2+ Evaluation of Issued by: Communications Security Establishment Certification Body Canadian Common Criteria Evaluation and Certification Scheme 2008 Government of Canada, Communications

More information

Total Exploration & Production: Field Monitoring Case Study

Total Exploration & Production: Field Monitoring Case Study Total Exploration & Production: Field Monitoring Case Study 1 Summary TOTAL S.A. is a word-class energy producer and provider, actually part of the super majors, i.e. the worldwide independent oil companies.

More information

RUP Design. Purpose of Analysis & Design. Analysis & Design Workflow. Define Candidate Architecture. Create Initial Architecture Sketch

RUP Design. Purpose of Analysis & Design. Analysis & Design Workflow. Define Candidate Architecture. Create Initial Architecture Sketch RUP Design RUP Artifacts and Deliverables RUP Purpose of Analysis & Design To transform the requirements into a design of the system to-be. To evolve a robust architecture for the system. To adapt the

More information

An Easier Way for Cross-Platform Data Acquisition Application Development

An Easier Way for Cross-Platform Data Acquisition Application Development An Easier Way for Cross-Platform Data Acquisition Application Development For industrial automation and measurement system developers, software technology continues making rapid progress. Software engineers

More information

Data centres in the. Virtual Observatory. F. Genova, IVOA Small Project meeting, September 2006 1

Data centres in the. Virtual Observatory. F. Genova, IVOA Small Project meeting, September 2006 1 Data centres in the Virtual Observatory F. Genova, IVOA Small Project meeting, September 2006 1 VO status (1) Many national projects Very different contexts/financing agencies A really world-wide, global

More information

Developing the Architectural Framework for SOA Adoption

Developing the Architectural Framework for SOA Adoption Developing the Architectural Framework for SOA Adoption Oliver Sims Enterprise Architect oliver.sims@open-it.co.uk Copyright Open-IT Limited 2005 Agenda Service Orientation just a good technology? The

More information

The Role of the Software Architect

The Role of the Software Architect IBM Software Group The Role of the Software Architect Peter Eeles peter.eeles@uk.ibm.com 2004 IBM Corporation Agenda Architecture Architect Architecting Requirements Analysis and design Implementation

More information

A Management Tool for Component-Based Real-Time Supervision and Control Systems

A Management Tool for Component-Based Real-Time Supervision and Control Systems A Management Tool for Component-Based Real-Time Supervision and Control Systems Sandro Santos Andrade, Raimundo José de Araújo Macêdo Distributed Systems Laboratory (LaSiD) Post-Graduation Program on Mechatronics

More information

SNMP Management of KIV-19s using the. TELEGRID KIV-19 Remote SNMP Proxy (KRSP TM )

SNMP Management of KIV-19s using the. TELEGRID KIV-19 Remote SNMP Proxy (KRSP TM ) SNMP Management of KIV-19s using the TELEGRID KIV-19 Remote SNMP Proxy (KRSP TM ) By: Igal Sharret President, TELEGRID Technologies, Inc. ABSTRACT Modern Network Management Systems (NMSs) utilize the Simple

More information

Building Lab as a Service (LaaS) Clouds with TestShell

Building Lab as a Service (LaaS) Clouds with TestShell Building Lab as a Service (LaaS) Clouds with TestShell Introduction Test labs represent a large ongoing investment and an opportunity for significant savings. Many technology organizations are seeking

More information

Federated, Generic Configuration Management for Engineering Data

Federated, Generic Configuration Management for Engineering Data Federated, Generic Configuration Management for Engineering Data Dr. Rainer Romatka Boeing GPDIS_2013.ppt 1 Presentation Outline I Summary Introduction Configuration Management Overview CM System Requirements

More information

Government of Chile www.gob.cl

Government of Chile www.gob.cl Roadmap for the Fostering of Technology Development and Innovation in the Field of Astronomy in Chile Government of Chile www.gob.cl 1 2 Atronomy, Techology, Industry Roadmap for the Fostering of Technology

More information

Core J2EE Patterns, Frameworks and Micro Architectures

Core J2EE Patterns, Frameworks and Micro Architectures Core J2EE Patterns, Frameworks and Micro Architectures Deepak.Alur@sun.com Patterns & Design Expertise Center Sun Software Services January 2004 Agenda Patterns Core J2EE Pattern Catalog Background J2EE

More information

Software Process Improvement

Software Process Improvement Software Process Improvement Departamento de Informática Universidad Técnica Federico Santa María Valparaíso, Chile Motivation Immaturity of software engineering - state of the practice 3 critical factors:

More information

A New Data Visualization and Analysis Tool

A New Data Visualization and Analysis Tool Title: A New Data Visualization and Analysis Tool Author: Kern Date: 22 February 2013 NRAO Doc. #: Version: 1.0 A New Data Visualization and Analysis Tool PREPARED BY ORGANIZATION DATE Jeff Kern NRAO 22

More information

DCS110 CATVisor COMMANDER

DCS110 CATVisor COMMANDER Broadband Cable Networks April 13, 2006 1(5) DCS110 CATVisor COMMANDER Introduction CATVisor Commander is the standalone software tool for configuring, adjusting and monitoring Teleste Headend and HFC

More information

Integration of Mobile Agents and Web Services

Integration of Mobile Agents and Web Services Integration of Mobile Agents and Web Services Jan Peters Fraunhofer Institut für Graphische Datenverarbeitung Fraunhoferstraße 5, 64283 Darmstadt, Germany jan.peters@igd.fraunhofer.de Abstract. The web

More information

Implementing Intercluster Lookup Service

Implementing Intercluster Lookup Service Appendix 11 Implementing Intercluster Lookup Service Overview When using the Session Initiation Protocol (SIP), it is possible to use the Uniform Resource Identifier (URI) format for addressing an end

More information

Two patterns for cloud computing: Secure Virtual Machine Image Repository and Cloud Policy Management Point

Two patterns for cloud computing: Secure Virtual Machine Image Repository and Cloud Policy Management Point Two patterns for cloud computing: Secure Virtual Machine Image Repository and Cloud Policy Management Point EDUARDO B. FERNANDEZ, Universidad Tecnica Federico Santa Maria, Chile RAUL MONGE, Universidad

More information

Managing Cloud Computing Services in the Enterprise

Managing Cloud Computing Services in the Enterprise WHITE PAPER Managing Cloud Computing Services in the Enterprise THE VALUE OF A SINGLE, INTEGRATED CLOUD MANAGEMENT PLATFORM Managing Cloud Computing Services in the Enterprise 2 How does your organization

More information

Dependable (Safe/Reliable) Systems. ARO Reliability Workshop Software Intensive Systems

Dependable (Safe/Reliable) Systems. ARO Reliability Workshop Software Intensive Systems Dependable (Safe/Reliable) Systems Composing, Analyzing and Validating s to Assess / Develop / Validate Methods and Supporting Tools for the Creation of Dependable Systems ARO Reliability Workshop Intensive

More information

Cisco Application Networking for BEA WebLogic

Cisco Application Networking for BEA WebLogic Cisco Application Networking for BEA WebLogic Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Software Development with Real- Time Workshop Embedded Coder Nigel Holliday Thales Missile Electronics. Missile Electronics

Software Development with Real- Time Workshop Embedded Coder Nigel Holliday Thales Missile Electronics. Missile Electronics Software Development with Real- Time Workshop Embedded Coder Nigel Holliday Thales 2 Contents Who are we, where are we, what do we do Why do we want to use Model-Based Design Our Approach to Model-Based

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

Ground System Architecture Workshop

Ground System Architecture Workshop Ground System Architecture Workshop Defining System Interfaces in System of Systems with SOA 2010 Northrop Grumman Corporation. All rights reserved. (Log # DSD 10 13) March 1-4, 2010 Jean Tsao Yeng-Zhong

More information

GlassFish Security. open source community experience distilled. security measures. Secure your GlassFish installation, Web applications,

GlassFish Security. open source community experience distilled. security measures. Secure your GlassFish installation, Web applications, GlassFish Security Secure your GlassFish installation, Web applications, EJB applications, application client module, and Web Services using Java EE and GlassFish security measures Masoud Kalali PUBLISHING

More information

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED BUSINESS INTEGRATION MODEL LANGUAGE SPECIFICATIONS

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED BUSINESS INTEGRATION MODEL LANGUAGE SPECIFICATIONS SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED BUSINESS INTEGRATION MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework

More information

Masters in Computing and Information Technology

Masters in Computing and Information Technology Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits

More information

Masters in Networks and Distributed Systems

Masters in Networks and Distributed Systems Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to

More information

Bridge Development and Operations for faster delivery of applications

Bridge Development and Operations for faster delivery of applications Technical white paper Bridge Development and Operations for faster delivery of applications HP Continuous Delivery Automation software Table of contents Application lifecycle in the current business scenario

More information

Enterprise Integration: operational models of business processes and workflow systems *

Enterprise Integration: operational models of business processes and workflow systems * Enterprise Integration: operational models of business processes and workflow systems. 1 Enterprise Integration: operational models of business processes and workflow systems * G.Bruno 1, C.Reyneri 2 and

More information

Motion Sensor Driven Gestrure Recognition for Future Internet Application Development

Motion Sensor Driven Gestrure Recognition for Future Internet Application Development Driven Gestrure Recognition for Future Internet Application Development Kostas Stravoskoufos, Stelios Sotiriadis, Alexandros Preventis, Euripides G.M. Petrakis Intelligent Systems Laboratory Department

More information

Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers

Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers Whitepaper: Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers Whitepaper: Managing Cloud Services in the Enterprise 2 The cloud has revolutionized the way businesses operate

More information

MyCompany Professional Web Developer Certification Examination Specification

MyCompany Professional Web Developer Certification Examination Specification MyCompany Professional Web Developer Certification Examination Specification Introduction This is a sample of an exam specification and is not representative of any actual exam specification. The exam

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

DIABLO VALLEY COLLEGE CATALOG 2014-2015

DIABLO VALLEY COLLEGE CATALOG 2014-2015 COMPUTER SCIENCE COMSC The computer science department offers courses in three general areas, each targeted to serve students with specific needs: 1. General education students seeking a computer literacy

More information

Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP

Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP NuDesign OEM Product Family The SCTE HMS subcommitte has devised an extensive set of standards for outside and inside

More information

ICS 434 Advanced Database Systems

ICS 434 Advanced Database Systems ICS 434 Advanced Database Systems Dr. Abdallah Al-Sukairi sukairi@kfupm.edu.sa Second Semester 2003-2004 (032) King Fahd University of Petroleum & Minerals Information & Computer Science Department Outline

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 6 Professional Graduate Diploma in IT SOFTWARE ENGINEERING 2

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 6 Professional Graduate Diploma in IT SOFTWARE ENGINEERING 2 BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 6 Professional Graduate Diploma in IT SOFTWARE ENGINEERING 2 EXAMINERS REPORT Friday 2 nd October 2015 Answer any THREE

More information

Chapter 2 Addendum (More on Virtualization)

Chapter 2 Addendum (More on Virtualization) Chapter 2 Addendum (More on Virtualization) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ More on Systems Virtualization Type I (bare metal)

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

Monitoring Nginx Server

Monitoring Nginx Server Monitoring Nginx Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

NexStar Communication Protocol

NexStar Communication Protocol NexStar Communication Protocol This document describes the serial commands supported by the Celestron NexStar hand control. This information applies to the NexStar GPS, NexStar GPS-SA, NexStar iseries,

More information

VisuSniff: A Tool For The Visualization Of Network Traffic

VisuSniff: A Tool For The Visualization Of Network Traffic VisuSniff: A Tool For The Visualization Of Network Traffic Rainer Oechsle University of Applied Sciences, Trier Postbox 1826 D-54208 Trier +49/651/8103-508 oechsle@informatik.fh-trier.de Oliver Gronz University

More information

Teaching Astronomy in the University of Granada. Eduardo Battaner Departamento de Física Teórica y del Cosmos

Teaching Astronomy in the University of Granada. Eduardo Battaner Departamento de Física Teórica y del Cosmos Teaching Astronomy in the University of Granada Eduardo Battaner Departamento de Física Teórica y del Cosmos Some history University created by Charles V in the XVI century (An arabic Madraza was created

More information

Fondap Conicyt Rodrigo Palma Behnke SERC Team January, 6th 2015

Fondap Conicyt Rodrigo Palma Behnke SERC Team January, 6th 2015 Fondap Conicyt Rodrigo Palma Behnke SERC Team January, 6 th 2015 Overview Based on the current energy challenge in Chile, a long term vision for solar energy development is presented and analyzed. Parinacota

More information

CGI::Auto Automatic Web-Service Creation

CGI::Auto Automatic Web-Service Creation CGI::Auto Automatic Web-Service Creation Davide Sousa, Alberto Simões, and José João Almeida Departamento de Informática Universidade do Minho kevorkyan@gmail.com,{ambs,jj}@di.uminho.pt Abstract. The creation

More information

Organization and Staffing

Organization and Staffing Large Synoptic Survey Telescope (LSST) Organization and Staffing Robert McKercher LPM-103 Latest Revision Date: September 3, 2013 Change Record Version Date Description Owner name 1 9/3/2013 Initial Version

More information

Product Line Development - Seite 8/42 Strategy

Product Line Development - Seite 8/42 Strategy Controlling Software Product Line Evolution An infrastructure on top of configuration management Michalis Anastasopoulos michalis.anastasopoulos@iese.fraunhofer.de Outline Foundations Problem Statement

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

Easy configuration of NETCONF devices

Easy configuration of NETCONF devices Easy configuration of NETCONF devices David Alexa 1 Tomas Cejka 2 FIT, CTU in Prague CESNET, a.l.e. Czech Republic Czech Republic alexadav@fit.cvut.cz cejkat@cesnet.cz Abstract. It is necessary for developers

More information

Capability Maturity Framework for e-government: A Multi-dimensional Model and Assessing Tool *

Capability Maturity Framework for e-government: A Multi-dimensional Model and Assessing Tool * Capability Maturity Framework for e-government: A Multi-dimensional Model and Assessing Tool * Marcelo Iribarren 1, Gastón Concha 1, Gonzalo Valdes 1, Mauricio Solar 1, María T. Villarroel 2, Patricio

More information

Annual review FLORENCE 2013. WP4 Network: prototypes

Annual review FLORENCE 2013. WP4 Network: prototypes Annual review FLORENCE 2013 WP4 Network: prototypes WP4 prototypes Task 4.1 Smart SPD driven transmission P1: SPD-driven Smart Transmission Layer Task 4.2 Distributed self-x models P2: Recognizing and

More information

Location: [North America] [United States] [Home Working, United States]

Location: [North America] [United States] [Home Working, United States] Architect II Location: [North America] [United States] [Home Working, United States] Category: Information Technology Job Type: Fixed term, Full-time PURPOSE OF POSITION: The Architect II role is expected

More information

Object oriented design process

Object oriented design process Unit IV Design Object oriented design process 1.Apply design axioms to design classes 1.1 Refine and complete the static UML class diagram 1.2 Iterate and refine again 2. Design the access layer 2.1 create

More information

Software Process Improvement CMM

Software Process Improvement CMM Software Process Improvement CMM Marcello Visconti Departamento de Informática Universidad Técnica Federico Santa María Valparaíso, Chile Software Engineering Institute Founded by the Department of Defense

More information

Cisco ROSA Video Service Manager (VSM) Version 05.03

Cisco ROSA Video Service Manager (VSM) Version 05.03 Data Sheet Cisco ROSA Video Service Manager (VSM) Version 05.03 The Cisco ROSA Video Service Management (VSM) system provides service providers with a complete, powerful solution for the management of

More information

Towards a New Model for the Infrastructure Grid

Towards a New Model for the Infrastructure Grid INTERNATIONAL ADVANCED RESEARCH WORKSHOP ON HIGH PERFORMANCE COMPUTING AND GRIDS Cetraro (Italy), June 30 - July 4, 2008 Panel: From Grids to Cloud Services Towards a New Model for the Infrastructure Grid

More information

Using Symantec NetBackup with Symantec Security Information Manager 4.5

Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights

More information

Science planning for the Gemini 8m telescopes

Science planning for the Gemini 8m telescopes Science planning for the Gemini 8m telescopes Steve Wampler, Kim Gillies, Phil Puxley, and Shane Walker Gemini 8m Telescopes Project, 950 N. Cherry Ave, Tucson, AZ 85719 ABSTRACT The new 8-meter class

More information

Design Considerations for a Wireless Sensor Network Architecture Attached to a Cognitive Training System for the Elderly

Design Considerations for a Wireless Sensor Network Architecture Attached to a Cognitive Training System for the Elderly Design Considerations for a Wireless Sensor Network Architecture Attached to a Cognitive Training System for the Elderly Bruno Salgues, Jorge A. Pardiñas Mir Télécom TIC et Santé, Institut Mines Télécom,

More information

Static Analysis and Validation of Composite Behaviors in Composable Behavior Technology

Static Analysis and Validation of Composite Behaviors in Composable Behavior Technology Static Analysis and Validation of Composite Behaviors in Composable Behavior Technology Jackie Zheqing Zhang Bill Hopkinson, Ph.D. 12479 Research Parkway Orlando, FL 32826-3248 407-207-0976 jackie.z.zhang@saic.com,

More information

System Component Deployment in a Realtime Embedded Software Defined Radio (SDR) Architecture

System Component Deployment in a Realtime Embedded Software Defined Radio (SDR) Architecture System Component Deployment in a Realtime Embedded Software Defined Radio (SDR) Architecture Dawn Szelc The MITRE Corp. Lead System Engineer Mark Adams Exigent International VP Wireless Engineering Outline

More information

Interactive Intuitive Graphical Simulation Package for the Analysis of Electric Distribution System

Interactive Intuitive Graphical Simulation Package for the Analysis of Electric Distribution System Interactive Intuitive Graphical Simulation Package for the Analysis of Electric Distribution System Raúl Vilcahuamán S. abc a) Escuela de Post Grado b) Departamento de Ingeniería Eléctrica Universidad

More information

Citrix XenDesktop & XenApp

Citrix XenDesktop & XenApp VMware Management Pack for Citrix XenDesktop & XenApp How Blue Medora Complements vrealize VMware provides best-ofbreed management for Virtualization / Cloud vsphere via vrealize Operations How Blue Medora

More information