EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA)

Size: px
Start display at page:

Download "EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA)"

Transcription

1 ENC 2015 Page 1 EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA) J. Doubek 1, M. Houdek 1, C. A. Pandele 2,3, A. Polivka 1, D. Chung 1 1 Iguassu Software Systems, Prague, Czech Republic 2 ESA, EGNOS Project Office, Toulouse, France 3 Institute of Space Science, Romania Abstract EVORA is a software tool being developed by Iguassu Software Systems under an ESA contract. It is the successor of the Real Time Performance Monitoring Tool (RTPMT), which measures performance of Satellite Based Augmentation Systems (SBAS) in real time. EVORA introduces new functions, capabilities and interfaces. Moreover, the software is presently being qualified to make sure it will give highly reliable results. The tool will be used by the ESA EGNOS Project Office, Thales Alenia Space France and other aviation end-users. EVORA is multi-constellation and multi-frequency real-time processor. It works with real, simulated or offline data. Real data is read from RTCM streams broadcast over the NTRIP network through internet. An example of a source of simulated data is the Support Platform for EGNOS Evolution and Demonstration (SPEED). EVORA provides users with performance analysis over specific region or station. At any moment the user can see protection levels, availability, continuity, position error, ESA Stanford diagrams and ARAIM results. EVORA implements algorithms from the Minimum Operational Performance Standards for Global Positioning System (MOPS) and it can also compute the dual frequency solution using the SBAS L5 frequency. The tool is divided in three parts: the receiver, the server and the client. The receiver is responsible for collecting data from input sources. The server then computes results for all SBAS regions and stations. It is written as a multi-process application capable of computing all analysis using inputs from different SBAS systems. The client is a Java applet visualizing results computed by the server. It can be comfortably run from the web browser without any additional installation. The client does not require any special computational power. Multiple users can be connected to the same server to visualize the results. Historical data can also be loaded. EVORA users can subscribe for events occurring during the processing. Such an event can be the loss of SBAS signal, misleading information, etc. Event notifications can also be sent to users by . EVORA creates automated HTML daily reports that include summary, statistics and graphs for all computed analysis.

2 ENC 2015 Page 2 1. EVORA overview The EVORA software tool is the successor of the Real-Time Performance Monitoring Tool (RTPMT). RTPMT was developed in the framework of the ESA Czech Incentive Scheme Call. It turned out to be very popular among users in ESA and elsewhere. This is due to a fact that the software works in true real-time and therefore provides valuable insight into SBAS performance. Although RTPMT is quite a powerful tool that is still being actively used, further evolutions have been identified to keep it up-to date. These new ideas were formalized in the EVORA contract. EVORA provides users with the multi-constellation and multi-frequency solutions, optimized processing algorithms, various input data sources and new analysis such as ARAIM, ESA Stanford diagrams, etc. The objective of the tool is also to obtain the DAL-E level of qualification with the support of TAS-F. Therefore users can trust the EVORA outputs and use them for non-safety of life applications. EVORA is a real-time performance monitoring tool processing all input data as soon as they arrive. The term real-time is relative, because EVORA is a data driven processor. Even though the most common usage is to use real time data, EVORA is also capable of processing data at slower or higher rates. The tool is divided in three parts: EVORA Receiver, EVORA Server and EVORA Client. EVORA Receiver processes messages from external sources (SPEED, NTRIP, SISNeT), extracts relevant information and sends messages to the EVORA Server. EVORA Server is the core of EVORA. It collects the messages from the EVORA Receiver, computes results and sends them to EVORA Clients. EVORA Clients are the graphic interfaces for users. It shows graphical representation of data received from the EVORA Server and allows the interaction with the server. Figure 1 shows the EVORA architectural design. Figure 1: EVORA architectural design 2. EVORA Receiver EVORA Receiver acts as the interface between the external data flow sources and EVORA Server. It converts external messages to EVORA internal format representing observation, navigation and SBAS messages. Those messages are then passed to the EVORA Server. The receiver allows connections to multiple systems like NTRIP, SISNeT, SPEED, etc. NTRIP is the Networked Transport of RTCM via Internet Protocol transferring RTCM messages over internet. For the NTRIP connection EVORA Client specifies which stations are to be monitored. NTRIP provides users with satellite ephemeris, station observations and SBAS messages. SISNeT is the protocol for broadcasting SBAS message over internet. It can serve as an auxiliary source of SBAS messages to NTRIP. EVORA can run without SISNeT when receiving SBAS corrections over the NTRIP network. SPEED is the platform for emulating SBAS systems and it uses its proprietary protocol for broadcasting

3 ENC 2015 Page 3 nominal and flexible messages. The architecture of the EVORA Receiver is shown in Figure 2. Server keeps information of all the users, their warning configuration and other settings. EVORA Server receives satellite ephemeris, observation data from various stations and SBAS corrections. The task of the server is to compute solutions for all available stations and for a defined geographic grid. Different results are available for different SBAS satellites for single and dual frequency solutions. Single frequency solutions are based on SBAS corrections broadcasted on L1 or L5. Dual frequency solution takes into account the combinations of L1 and L5. When L5 is not provided by the SBAS satellite, only L1 solutions are available. The algorithms for L1 solution implement the MOPS standard ([1]). Figure 2: EVORA Receiver architecture The current EVORA has two modes of operation: the real-time (NTRIP/SISNeT) mode and the SPEED mode. Each mode determines which input sources are accepted by the EVORA Receiver and sent forward for processing. In the real time mode only NTRIP and SISNeT inputs are taken into account as they represents real data streams. In the SPEED mode only the SPEED messages are processed. SPEED messages can come in real time rate or in any other rate (i.e. fast replay that is 7 times faster). EVORA Receiver has been designed to easily implement different type of inputs for future evolutions of the tool. 3. EVORA Server EVORA Server is the processing core of EVORA. It interfaces with the EVORA Receiver and the EVORA Client. EVORA Receiver passes to the server information coming from various streams. The server then performs all the necessary computations required by users. Results are then sent to the EVORA Client and stored locally in human readable text files. Furthermore, the EVORA Figure 3: EVORA Server architecture The main element of the EVORA Server is the EVORA Server Core. It is written in Python and receives the messages from the EVORA Receiver. It starts several instances of SBAS Processing Cores, each representing a unique SBAS satellite. The SBAS Processing Core is the responsible for making

4 ENC 2015 Page 4 computations through the interface to the GNSS processing library, which calculates the requested parameters and returns the results to the SBAS Processing Core. The GNSS processing library is developed in C++ and contains optimized GNSS algorithms to improve the server performance. The illustration of the server architecture is shown in Figure 3. EVORA Server is written as a multiprocessor application. It is recommended to run it on a machine with multiple cores, especially when there are more SBAS sources to be processed. The server computes solutions every second. When data input exceeds the computational capacity, the server can automatically skip some solutions to prevent the application crash. 4. EVORA Client The EVORA Client is the visualization part of EVORA. It is written in Java and can be run as an applet from the web browser. It continuously receives updated results that were computed in the EVORA Server. The client can be loaded on different computer than the server. This configuration is useful for separating the computational part from the visualization part. Moreover the EVORA Client does not require such a powerful machine as the server. Several EVORA Clients can be simultaneously connected to the EVORA Server allowing different users (e.g. from lab, office, home) to see real-time results and observe operational status of the tool. Each EVORA user has to have a registered account. Three account types are present: basic, advanced and admin. Basic account enables user to receive SBAS status, region results and results from particular stations. Moreover the Required Navigation Performance level can be specified. Advanced account adds to the functionality the warning management. Admin account can also manage stream sources and provides access to user management. EVORA visualizations can be split into three sections: the SBAS message content, geographical area results and station observation results. Each of the section shows results for single and dual frequency (when available). SBAS message part receives the augmentation messages from the server, performs the decoding and visualizes its content. Geographical area results show the XPL, availability, accuracy and continuity for a pre-defined area. And station results visualize for each station its details, computed position, position error, XPL, safety indexes, Stanford plots, ESA Stanford plots ([2]), satellites tracked by the station and ARAIM results. EVORA Client architecture is shown in the Figure 5. Figure 4: EVORA Client main window Figure 5: EVORA Client architecture

5 ENC 2015 Page 5 Before EVORA Client visualizes specific results, it sends a request for data to the server. Then the computed data is received and plots are updated every time new data are available. After the visualization is closed by the user, the client stops receiving updates for that analysis. This approach guarantees that only needed data are transferred between EVORA Server and EVORA Client. 5. EVORA functions EVORA performance analyses can be divided into three principal categories. Results for specific geographical area, as described in 5.1, results for observation stations, as presented in section 5.2, and results related to SBAS satellites, as presented in section 5.3. EVORA Client provides a user graphical interface which shows analysis result on a region map. Each point in the region is represented by a coloured square. The colour of the square is bounded to the actual point value (Figure 6). It is also possible to switch to contour plot mode where borders between individual points are smoothed using the interpolation algorithm. The graphical interface can show results for just one region or for combined regions from different SBAS sources. Such configuration allows seeing the performance of different SBAS systems on one geographical map. It is also possible to show the optimal view, where best received results from all sources are displayed (see Figure 7). Apart from computations, EVORA can also send alert messages to users, in case a special event occurs. Finally the tool produces daily HTML report including analysis graphs from the previous day Results for specific geographical area SBAS satellites provide augmentation messages that can be used to compute protection levels, availability and continuity over specific region. In EVORA, region is the rectangular geographical area consisting of several individual points in a grid. The area borders and the resolution of the grid are configurable. The region is specific for the SBAS system and can be even configured separately for a particular satellite. For example EGNOS satellites have service regions usually over Europe (ECAC), WAAS over United States (CONUS), MSAS over Japan (FIR), etc. EVORA Server computes protection levels, availability and continuity for each point in the region. Results are available for all active SBAS satellites and for two single frequency solutions (L1, L5) and dual frequency solution (L1+L5). Figure 6: Horizontal protection level over Europe from SBAS PRN 120 Figure 7: Optimal availability for all available SBAS sources Protection level graphs are updated every second, availability and continuity graphs every minute. Update intervals are

6 ENC 2015 Page 6 configurable and can be adjusted for specific needs. The configuration of geographical area analyses shall reflect the computational power of EVORA Server machine. For powerful machines the resolution of the region grid can be smaller. On the other hand, on computer with less computational power, smaller grid resolution might be needed. contain true station position, computed station position, position errors (PE), protection levels (PL), availability, continuity, safety indexes (SI), Stanford plot, ESA Stanford plot for all geometries ([2], Figure 8), ESA Stanford plot for worst combination ([2]) and the polar plot of visible satellites (Figure 9) Observation station results EVORA receives observation from several stations. Depending on the mode, those stations provide real time data from NTRIP or emulated observations from SPEED Ranging and Integrity Monitoring Stations (RIMS). Each NTRIP station broadcast just one observation per epoch while the SPEED station offers observables on RIMS channels A and B. Figure 9: Polar plot at station TLSE0. NSE, PE, and SI are provided through textual and graphical form. Graphs contain values on y-axis while the x-axis holds the time (see Figure 10). Graphics is continuously redrawn as new values are received. Horizontal PE is also plotted on a polar position graph allowing the user to inspect the error distribution from the true origin (see Figure 11). PE values are available just for connected stations, but EVORA is able to plot the accuracy map over a region using the Kriging algorithm from available values. Figure 8: ESA Stanford plot for all geometries at station BRN. Station results are computed for each active SBAS satellite and for two single frequency solutions (L1, L5) and the dual frequency solution (L1+L5). For each combination, EVORA Client shows the map of all connected stations and user can interactively select stations for which the analyses window will be opened. Results for each station

7 ENC 2015 Page 7 having any additional information. EVORA provides SBAS message visualization and satellite monitoring status. SBAS message visualization decodes incoming SBAS messages and shows user the decoded information. Data are provided in tabular format, but in the case of ionosphere also the graphical view is present. Output is updated every time new SBAS message arrives. Figure 10: Horizontal position error (HPE) and protection level (HPL) at station BRN. Blue line is the HPE, green line is the HPL, yellow line shows number of visible satellites and pink line is the number of satellites used for the SBAS solution. Satellite monitoring status shows on a graphical timeline information, when satellite was monitored, not monitored or was declared as not used (Figure 12). This information comes directly from the integrity part of SBAS messages. Figure 11: Horizontal position plot at station ALB. Apart from the SBAS solution, station position and PL can be computed using the Advanced Receiver Autonomous Monitoring (ARAIM) approach. ARAIM inspects individual constellations and satellites and when specific criteria are met, satellites or entire constellation can be removed from the solution. More details can be found in [3]. All station results are stored by the EVORA Server and historical data up to 24 hours can be retrieved directly from the EVORA Client Results related to SBAS satellite The content of SBAS augmentation messages can be independently interpreted without Figure 12: Monitored satellites. Intervals when a satellite is monitored are shown in blue. When the state of a satellite is "do not use", it is shown in red Warning management User with advanced or admin rights can set up a warning management to be informed when a special event occurs. User is informed through a dialog in the EVORA Client or by receiving an . Warnings can be global or related to a specific SBAS satellite. It is also possible to define custom warnings through the user script. Warnings are available only for the real time mode of EVORA. Global warnings include notifications when EVORA Server starts or stop, when specific

8 ENC 2015 Page 8 observation station is connected or disconnected and when the server disk space is low. SBAS satellite specific warnings are set separately for each augmentation satellite. User can be informed when the satellite signal is lost or received and when the specific processing core started or stopped the observation processing. Detailed configuration for particular observation stations is also available. It is possible to monitor when system is available/unavailable for horizontal/vertical navigation and when misleading or hazardously misleading information occurs. Furthermore, the administrator can easily define its own custom warnings. 6. Conclusions EVORA is a software tool for monitoring the real time performance of SBAS Systems. It computes single frequency and dual frequency solutions and has multi constellation support. EVORA consists of three independent modules: the EVORA Receiver responsible for collecting input data, the EVORA Server performing all the calculations and the EVORA Client visualizing results. Input data can be real time delivered through NTRIP streams or simulated via the SPEED platform. The tool is being qualified to the DAL-E level with the support of TAS-F. EVORA computes protection levels, availability and continuity for specified regions. It visualizes observation station results including position solution, position errors, protection levels, availability, continuity, Stanford and ESA Stanford graph, ARAIM results and satellite positions. User can also inspect the content of incoming SBAS messages and see the history of monitored satellites. The tool will be ready in July 2015 for the navigation community, aviation experts and anyone interested in SBAS real time performance analysis. It already has two important user entities waiting for its release. Iguassu will be happy to discuss with you how EVORA could provide to you detailed real-time information about the SBAS of your interest. Please contact miroslav.houdek@iguassu.eu for further information. References [1] Minimum Operational Performance Standards (MOPS) for airborne navigation equipment (2D and 3D) using the Global Positioning System (GPS) augmented by the Wide Area Augmentation System (WAAS) [2] M. Tossaint, J. Samson, F. Toran, J. Ventura-Traveset, The Stanford-ESA Integrity Diagram: Focusing on SBAS Integrity [3] J. Blanch, T. Walter, P. Enge, Advanced RAIM User Algorithm Description: Integrity Support Message Processing, Fault Detection, Exclusion, and Protection Level Calculation

EUTERPE - EUROPEAN TEST CENTRE FOR RECEIVER PERFORMANCE EVALUATION

EUTERPE - EUROPEAN TEST CENTRE FOR RECEIVER PERFORMANCE EVALUATION ABSTRACT EUTERPE - EUROPEAN TEST CENTRE FOR RECEIVER PERFORMANCE EVALUATION David Jiménez-Baños (1), Michel Tossaint (1), Jean-Luc Gerner (1), Rafael Lucas-Rodríguez (2) (1) Radio Navigation Systems and

More information

MSAS current status. Japan Civil Aviation Bureau S TSAT A ATELLITE-BASED S UGMENTATION. MTSAT Satellite-based Augmentation System

MSAS current status. Japan Civil Aviation Bureau S TSAT A ATELLITE-BASED S UGMENTATION. MTSAT Satellite-based Augmentation System MSAS current status Japan Civil Aviation Bureau Civil Aviation Bureau Ministry of Land, Infrastructure and Transport 1 Contents Overview of MSAS MSAS Status Process for MSAS Commissioning Results of OT&E

More information

The European EGNOS System:

The European EGNOS System: The European EGNOS System: Status, performances, information to users and Evolution Plans Presented by: Dr J. Ventura-Traveset Head of EGNOS Mission and System Evolution Section European Space Agency (ESA),

More information

The European GNSS Programmes EGNOS and Galileo

The European GNSS Programmes EGNOS and Galileo The European GNSS Programmes EGNOS and Galileo 6th ICG Conference Pieter De Smet European Commission 5 September 2011 1. State of Play of EGNOS 2. State of Play of Galileo 5 September, 2011 The European

More information

Internet-Based Satellite Navigation Receivers using EGNOS: the ESA SISNET Project

Internet-Based Satellite Navigation Receivers using EGNOS: the ESA SISNET Project Internet-Based Satellite Navigation Receivers using EGNOS: the ESA SISNET Project Félix Torán-Martí (1), Javier Ventura-Traveset (1), Juan Carlos de Mateo (2) (1) European Space Agency (ESA) GNSS-1 Project

More information

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS 1. INTRODUCTION Navigation technologies with precision approach and landing systems, for civilian and military purposes, enable aircrafts to perform their

More information

Monitoring the position integrity in road transport localization based services

Monitoring the position integrity in road transport localization based services Monitoring the position integrity in road transport localization based services José Santa, Benito Úbeda, Rafael Toledo, Antonio F. G. Skarmeta Department of Information and Communications Engineering

More information

Asseco Poland Company Presentation

Asseco Poland Company Presentation Asseco Poland Company Presentation October 2015 2 Asseco at a Glance Founded in 1991 The largest IT company in Poland 6th largest software producer in Europe Traded on the WSE, included in the WIG20 Blue

More information

CHARACTERISTICS OF DEEP GPS SIGNAL FADING DUE TO IONOSPHERIC SCINTILLATION FOR AVIATION RECEIVER DESIGN

CHARACTERISTICS OF DEEP GPS SIGNAL FADING DUE TO IONOSPHERIC SCINTILLATION FOR AVIATION RECEIVER DESIGN CHARACTERISTICS OF DEEP GPS SIGNAL FADING DUE TO IONOSPHERIC SCINTILLATION FOR AVIATION RECEIVER DESIGN Jiwon Seo, Todd Walter, Tsung-Yu Chiou, and Per Enge Stanford University ABSTRACT Aircraft navigation

More information

Alberding DGNSS solutions for inland waterways

Alberding DGNSS solutions for inland waterways Alberding DGNSS solutions for inland waterways December 2012 1/29 Alberding DGNSS solutions for inland waterways Tamás Horváth Alberding GmbH DISC 12 Vukovar 13 December 2012 Alberding DGNSS solutions

More information

How To Use Gss Software In Trimble Business Center

How To Use Gss Software In Trimble Business Center Trimble Business Center software technical notes Trimble Business Center Software Makes Processing GNSS Survey Data Effortless Trimble Business Center is powerful surveying office software designed to

More information

Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map

Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map Mark Schnur EES 5053 Remote Sensing Fall 2007 University of Texas at San Antonio, Department of Earth and Environmental Science, San Antonio,

More information

EGNOS Operations and Performance Monitoring. ESESA Aviation Workshop 26th 27th October 2010

EGNOS Operations and Performance Monitoring. ESESA Aviation Workshop 26th 27th October 2010 EGNOS Operations and Performance Monitoring ESESA Aviation Workshop 26th 27th October 2010 Content 1. ESSP Introduction 2. EGNOS Operation 3. EGNOS Performance 2 1. ESSP Introduction AENA DFS DGAC ENAV

More information

Monitoreo GNSS. Uso prác)co de sistemas GNSS Aplicaciones en el sector de la aviación

Monitoreo GNSS. Uso prác)co de sistemas GNSS Aplicaciones en el sector de la aviación Monitoreo GNSS Uso prác)co de sistemas GNSS Aplicaciones en el sector de la aviación Taller de capacitación técnica y operacional sobre sistemas globales de navegación por satélite 28 de Noviembre de 2013,

More information

Rafael Lucas EUROPEAN SPACE AGENCY. Rafael.Lucas.Rodriguez@esa.int

Rafael Lucas EUROPEAN SPACE AGENCY. Rafael.Lucas.Rodriguez@esa.int ESA Navigation Support Facilities Rafael Lucas EUROPEAN SPACE AGENCY Rafael.Lucas.Rodriguez@esa.int Background The ESA/ESTEC Radionavigation laboratory was created in 1989 to support the application of

More information

Provision of Emergency Communication Messages through Satellite Based Augmentation Systems for GNSS: The ESA ALIVE Concept

Provision of Emergency Communication Messages through Satellite Based Augmentation Systems for GNSS: The ESA ALIVE Concept Provision of Emergency Communication Messages through Satellite Based Augmentation Systems for SUMMARY Javier VENTURA TRAVESET, Ankit Raj MATHUR and Felix TORAN, European Space Agency (ESA), EGNOS Project,

More information

To facilitate the trials, MagicSBAS

To facilitate the trials, MagicSBAS Vehicle tracking trial results for SBAS in South Africa Information from SANSA The SATSA (SBAS Awareness and Training for South Africa) project was established to facilitate SBAS (satellite based augmentation

More information

INTEGRITY AND CONTINUITY ANALYSIS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT FROM GPS. Integrity and Continuity Analysis 08/01/14 08/01/14 08/01/14

INTEGRITY AND CONTINUITY ANALYSIS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT FROM GPS. Integrity and Continuity Analysis 08/01/14 08/01/14 08/01/14 INTEGRITY AND CONTINUITY ANALYSIS FROM GPS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT Prepared by: M Pattinson (NSL) 08/01/14 Checked by: L Banfield (NSL) 08/01/14 Approved by: M Dumville (NSL) 08/01/14

More information

The ESA SISNeT Technology: Real-Time Access to the EGNOS Services through Wireless Networks and the Internet

The ESA SISNeT Technology: Real-Time Access to the EGNOS Services through Wireless Networks and the Internet The ESA SISNeT Technology: Real-Time Access to the EGNOS Services through Wireless Networks and the Internet F. Torán-Martí, Dr. J. Ventura-Traveset (1); Dr. R. Chen (2) (1) ESA GNSS-1 Project Office,

More information

Alberding GNSS data management & monitoring tools

Alberding GNSS data management & monitoring tools Alberding GNSS data management & monitoring tools 1/24 Alberding GNSS data management & monitoring tools Tamás Horváth Alberding GmbH EUREF 2013 Symposium, 29-31 May 2013, Budapest, Hungary Alberding GNSS

More information

XpoLog Center Suite Log Management & Analysis platform

XpoLog Center Suite Log Management & Analysis platform XpoLog Center Suite Log Management & Analysis platform Summary: 1. End to End data management collects and indexes data in any format from any machine / device in the environment. 2. Logs Monitoring -

More information

European Position Determination System. Guidelines For Cross- Border Data Exchange

European Position Determination System. Guidelines For Cross- Border Data Exchange European Position Determination System Guidelines For Cross- Border Data Exchange Version 1.0 21 September 2006 Copyright: Publisher: 2007 by the International EUPOS Steering Committee Office of the International

More information

GNSS integrity monitoring for the detection and mitigation of interference

GNSS integrity monitoring for the detection and mitigation of interference GNSS integrity monitoring for the detection and mitigation of interference Dr. Shaojun Feng Centre for Transport Studies Outline GNSS vulnerability GNSS integrity monitoring Cases study GAARDIAN ERAIM

More information

GNSS MONITORING NETWORKS

GNSS MONITORING NETWORKS SPACE GNSS MONITORING NETWORKS Satellite communications, earth observation, navigation and positioning and control stations indracompany.com GNSS MONITORING NETWORKS GNSS MONITORING NETWORKS Indra s solutions

More information

A totally SDR-based Low Cost Augmentation System for Institutional Applications

A totally SDR-based Low Cost Augmentation System for Institutional Applications A totally SDR-based Low Cost Augmentation System for Institutional Applications R. Capua, L. Gattuso, A. Caporale, M. Giangolini, F. Frittella, C. D Amico, D. Tufillaro 21 January 2016 R. Capua DO-11-DO-01

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

RELEASE NOTES. Trimble. SPS Series Receivers. Introduction. New features and changes

RELEASE NOTES. Trimble. SPS Series Receivers. Introduction. New features and changes RELEASE NOTES Trimble SPS Series Receivers Introduction New features and changes Version 4.41 Revision A April 2011 F Corporate office Trimble Navigation Limited Engineering and Construction group 5475

More information

Client Overview. Engagement Situation. Key Requirements

Client Overview. Engagement Situation. Key Requirements Client Overview Our client is one of the leading providers of business intelligence systems for customers especially in BFSI space that needs intensive data analysis of huge amounts of data for their decision

More information

RAIM for Ship and Rig Management

RAIM for Ship and Rig Management RAIM for Ship and Rig Management Maritime Applications Institute of Space Technology and Space Applications University FAF Munich, Germany PhD Student Diana Fontanella Diana.Fontanella@unibw.de PhD Student

More information

An Analytical Evaluation for Hazardous Failure Rate in a Satellite-based Train Positioning System w.r.t. the ERTMS Train Control Systems

An Analytical Evaluation for Hazardous Failure Rate in a Satellite-based Train Positioning System w.r.t. the ERTMS Train Control Systems An Analytical Evaluation for Hazardous Failure Rate in a Satellite-based Train Positioning System w.r.t. the ERTMS Train Control Systems A. Neri 1, A. Filip 2, F. Rispoli 3, and A.M. Vegni 1 1 RADIOLABS

More information

Satellite Navigation, Wireless Networks and the Internet. Greater together than the sum of the parts?

Satellite Navigation, Wireless Networks and the Internet. Greater together than the sum of the parts? Satellite Navigation, Wireless Networks and the Internet Greater together than the sum of the parts? Satellite Navigation, Wireless Networks & Internet Felix Toran, Javier Ventura-Traveset, Alberto Garcia,

More information

Provide network RTK Services in a few simple steps

Provide network RTK Services in a few simple steps RTRef System Provide network RTK Services in a few simple steps What is RTRef? RTRef is a software system to provide GNSS network corrections for accurate positioning. The system includes a web-based interface

More information

Technical Specification. Solutions created by knowledge and needs

Technical Specification. Solutions created by knowledge and needs Technical Specification Solutions created by knowledge and needs The industrial control and alarm management system that integrates video, voice and data Technical overview Process Architechture OPC-OCI

More information

Doc 9849 AN/457. Approved by the Secretary General and published under his authority. First Edition 2005. International Civil Aviation Organization

Doc 9849 AN/457. Approved by the Secretary General and published under his authority. First Edition 2005. International Civil Aviation Organization Doc 9849 AN/457 Global Navigation Satellite System (GNSS) Manual Approved by the Secretary General and published under his authority First Edition 2005 International Civil Aviation Organization AMENDMENTS

More information

Alberding precision agriculture solutions

Alberding precision agriculture solutions Alberding precision agriculture solutions Alberding GmbH AGRITECHNICA 2015, 8 14 November 2015, Hanover, Germany Presentation by: Tamás Horváth & Katrin Arendholz Alberding GmbH - Precision agriculture

More information

Enabling RTK-like positioning offshore using the global VERIPOS GNSS network. Pieter Toor GNSS Technology Manager

Enabling RTK-like positioning offshore using the global VERIPOS GNSS network. Pieter Toor GNSS Technology Manager Enabling RTK-like positioning offshore using the global VERIPOS GNSS network Pieter Toor GNSS Technology Manager Introduction PPP/RTK Positioning Techniques PPP-AR Technology Presentation Overview PPP-AR

More information

Web Traffic Capture. 5401 Butler Street, Suite 200 Pittsburgh, PA 15201 +1 (412) 408 3167 www.metronomelabs.com

Web Traffic Capture. 5401 Butler Street, Suite 200 Pittsburgh, PA 15201 +1 (412) 408 3167 www.metronomelabs.com Web Traffic Capture Capture your web traffic, filtered and transformed, ready for your applications without web logs or page tags and keep all your data inside your firewall. 5401 Butler Street, Suite

More information

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5 SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7

More information

Alberding-QC. a multi-purpose GNSS service performance monitoring tool. Tamás Horváth. Alberding GmbH

Alberding-QC. a multi-purpose GNSS service performance monitoring tool. Tamás Horváth. Alberding GmbH a multi-purpose GNSS service performance monitoring tool Alberding GmbH EUREF 2014 Symposium, 4-7 June 2014, Vilnius, Lithuania 1/22 Outline Alberding GmbH Displacement monitoring with low-cost GNSS receivers

More information

Real-Time GNSS in Routine EPN Operations Concept

Real-Time GNSS in Routine EPN Operations Concept Real-Time GNSS in Routine EPN Operations Concept EPN Real-time Working Group D. Dettmering, G. Weber, C. Bruyninx, H. v.d.marel W. Gurtner, J. Torres, A. Caporali Status: December 3, 2006 1 CONTENT 1 Introduction

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

Presentation Outline. The NavSAS group; Examples of Software-Radio Technology in GNSS;

Presentation Outline. The NavSAS group; Examples of Software-Radio Technology in GNSS; Telemobility 2008 Progetto Galileo ed altri GNSS Development of GPS-Galileo Galileo Software Radio Receivers Marco Pini - NavSAS group Presentation Outline The NavSAS group; Basic on Software-Radio Technology;

More information

Best Practices for Deploying and Managing Linux with Red Hat Network

Best Practices for Deploying and Managing Linux with Red Hat Network Best Practices for Deploying and Managing Linux with Red Hat Network Abstract This technical whitepaper provides a best practices overview for companies deploying and managing their open source environment

More information

With the rapid development of

With the rapid development of INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt. 9, 309 321 (1999) Design and Implementation of a Web-based Internet Performance Management System Using SNMP MIB-II By Seong Jin Ahn, Ł

More information

Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall.

Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall. Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall. 5401 Butler Street, Suite 200 Pittsburgh, PA 15201 +1 (412) 408 3167 www.metronomelabs.com

More information

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Vincent LUI, Hong Kong SAR, China Key words: GPS reference station network, Internet, Spider, data management, integrity

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Zuverlässige Navigation für die Luftfahrt. Boubeker Belabbas Institute of Communications and Navigation

Zuverlässige Navigation für die Luftfahrt. Boubeker Belabbas Institute of Communications and Navigation www.dlr.de Chart 1 TU Graz > 5. Navigations-Get-Together > Boubeker Belabbas > 9.10.2012 Zuverlässige Navigation für die Luftfahrt Boubeker Belabbas Institute of Communications and Navigation www.dlr.de

More information

Fundamentals of LoadRunner 9.0 (2 Days)

Fundamentals of LoadRunner 9.0 (2 Days) Fundamentals of LoadRunner 9.0 (2 Days) Quality assurance engineers New users of LoadRunner who need to load test their applications and/or executives who will be involved in any part of load testing.

More information

Inform IT. Features and Benefits. Overview. Process Information Web Server Version 3.2/1

Inform IT. Features and Benefits. Overview. Process Information Web Server Version 3.2/1 Overview Inform IT Process Information Web Server Version 3.2/1 Features and Benefits Real-time and historical process monitoring: Process Information Web Server (PIWS) allows web based querying, monitoring

More information

WAAS Performance Analysis Report October 2005 WIDE-AREA AUGMENTATION SYSTEM PERFORMANCE ANALYSIS REPORT. Report #14

WAAS Performance Analysis Report October 2005 WIDE-AREA AUGMENTATION SYSTEM PERFORMANCE ANALYSIS REPORT. Report #14 WAAS Performance Analysis Report October 5 WIDE-AREA AUGMENTATION SYSTEM PERFORMANCE ANALYSIS REPORT Report #1 Reporting Period: July 1 to September 3, 5 October 5 FAA/William J. Hughes Technical Center

More information

StruxureWare TM Center Expert. Data

StruxureWare TM Center Expert. Data StruxureWare TM Center Expert Data End to end data center infrastructure management software for monitoring and control of power, cooling, security and energy usage from the building through IT systems

More information

PRODUCT INFORMATION. Insight+ Uses and Features

PRODUCT INFORMATION. Insight+ Uses and Features PRODUCT INFORMATION Insight+ Traditionally, CAE NVH data and results have been presented as plots, graphs and numbers. But, noise and vibration must be experienced to fully comprehend its effects on vehicle

More information

Automated Model Based Testing for an Web Applications

Automated Model Based Testing for an Web Applications Automated Model Based Testing for an Web Applications Agasarpa Mounica, Lokanadham Naidu Vadlamudi Abstract- As the development of web applications plays a major role in our day-to-day life. Modeling the

More information

Cisco Performance Visibility Manager 1.0.1

Cisco Performance Visibility Manager 1.0.1 Cisco Performance Visibility Manager 1.0.1 Cisco Performance Visibility Manager (PVM) is a proactive network- and applicationperformance monitoring, reporting, and troubleshooting system for maximizing

More information

Computer Organization & Architecture Lecture #19

Computer Organization & Architecture Lecture #19 Computer Organization & Architecture Lecture #19 Input/Output The computer system s I/O architecture is its interface to the outside world. This architecture is designed to provide a systematic means of

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

Propsim enabled Aerospace, Satellite and Airborne Radio System Testing

Propsim enabled Aerospace, Satellite and Airborne Radio System Testing www.anite.com Propsim enabled Aerospace, Satellite and Airborne Radio System Testing Anite is now part of Keysight Technologies Realistic and repeatable real-time radio channel emulation solutions for

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

UPS System Capacity Management Configuration Utility

UPS System Capacity Management Configuration Utility StruxureWare Power Monitoring 7.0 UPS System Capacity Management Configuration Utility User Guide UPS System Capacity Management Configuration Utility This document provides an overview of the StruxureWare

More information

A Design and Implementation of Network Traffic Monitoring System for PC-room Management

A Design and Implementation of Network Traffic Monitoring System for PC-room Management A Design and Implementation of Network Traffic Monitoring System for PC-room Management Yonghak Ahn, Oksam Chae Dept. of Computer Engineering, Kyunghee University, Sochen-ri, Giheung-eup, Yongin-si, Gyeonggi-do

More information

Windows 2003 Performance Monitor. System Monitor. Adding a counter

Windows 2003 Performance Monitor. System Monitor. Adding a counter Windows 2003 Performance Monitor The performance monitor, or system monitor, is a utility used to track a range of processes and give a real time graphical display of the results, on a Windows 2003 system.

More information

ZK Performance Test. ZK Community, Professional, Enterprise Edition. Sam Chuang Timothy Clare. Potix Corportation

ZK Performance Test. ZK Community, Professional, Enterprise Edition. Sam Chuang Timothy Clare. Potix Corportation ZK Performance Test ZK Community, Professional, Enterprise Edition Sam Chuang Timothy Clare Potix Corportation Contents Introduction... 4 Terminology in testing... 4 Technology... 4 Products... 5 Test

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

magicsbas: A SOUTH-AMERICAN SBAS WITH NTRIP DATA

magicsbas: A SOUTH-AMERICAN SBAS WITH NTRIP DATA magicsbas: A SOUTH-AMERICAN SBAS WITH NTRIP DATA I. Alcantarilla, GMV S.A. J. Caro, GMV S.A. A.Cezón, GMV S.A. J. Ostolaza, GMV S.A. BIOGRAPHY I. Alcantarilla, J. Caro, A. Cezón and J. Ostolaza are part

More information

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT SPOT THE ODD ONE BEFORE IT IS OUT flexaware.net Streaming analytics: from data to action Do you need actionable insights from various data streams fast?

More information

Streaming Real-Time IGS Data and Products Using NTRIP

Streaming Real-Time IGS Data and Products Using NTRIP Streaming Real-Time IGS Data and Products Using NTRIP Georg Weber Federal Agency for Cartography and Geodesy (BKG), Frankfurt, Germany 1. Introduction The Real-Time IGS Working Group developed the RTIGS

More information

Assembly, Integration & Verification of Systems-of-Systems Simulation capability applied to the Galileo Mission Segment

Assembly, Integration & Verification of Systems-of-Systems Simulation capability applied to the Galileo Mission Segment SESP 2012: Simulation and EGSE facilities 1 ESTEC Noordwijk Assembly, Integration & Verification of Systems-of-Systems Simulation capability applied to the Galileo Mission Segment Richard Lowe (1), Simon

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 21: The Global Positioning System

GEOGRAPHIC INFORMATION SYSTEMS Lecture 21: The Global Positioning System GEOGRAPHIC INFORMATION SYSTEMS Lecture 21: The Global Positioning System The Global Positioning System - recognize that GPS is only one of several Global Navigation Satellite Systems (GNSS) - the Russian

More information

Pepperstone MetaTrader 4 User Guide:

Pepperstone MetaTrader 4 User Guide: Pepperstone MetaTrader 4 User Guide: Here is a picture of what the MT4 main screen looks like: Main menu (access to the program menu and settings); Toolbars (quick access to the program features and settings);

More information

THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals

THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals Full Marks 100 (Theory 75, Practical 25) Introduction to Computers :- What is Computer?

More information

Visualization of Semantic Windows with SciDB Integration

Visualization of Semantic Windows with SciDB Integration Visualization of Semantic Windows with SciDB Integration Hasan Tuna Icingir Department of Computer Science Brown University Providence, RI 02912 hti@cs.brown.edu February 6, 2013 Abstract Interactive Data

More information

CAR/SAM STRATEGY FOR THE EVOLUTION OF AIR NAVIGATION SYSTEMS

CAR/SAM STRATEGY FOR THE EVOLUTION OF AIR NAVIGATION SYSTEMS CNS/ATM/SG/1 Appendix C to the Report on Agenda Item 4 4C-1 APPENDIX C CAR/SAM STRATEGY FOR THE EVOLUTION OF AIR NAVIGATION SYSTEMS First Edition Rev 2.0 TABLE OF CONTENTS Page 1. INTRODUCTION... 2 1.1

More information

Education and Training in GNSS

Education and Training in GNSS Education and Training in GNSS Mourad BOUZIANI Department of Geodesy and Surveying ESGIT, IAV Hassan II, Morocco Cordinator of GNSS Master Curriculum CRASTE-LF, Affiliated to the United Nations OUTLINE

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Tape RAID Option Guide r11.5 D01183-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

Radiological Assessment Display and Control System

Radiological Assessment Display and Control System Features Fast, real-time data acquisition and control Highly reliable communication with remote terminal units Collecting, converting, integrating and analyzing data from all monitors Detecting, annunciating

More information

Local monitoring by low cost devices and free and open sources softwares

Local monitoring by low cost devices and free and open sources softwares Local monitoring by low cost devices and free and open sources softwares Abstract Ludovico Biagi, Florin-Catalin Grec, Marco Negretti, Maria Grazia Visconti Politecnico di Milano, DICA@ComoCampus The purpose

More information

EGNOS: an emerging technology to support urban transport. POLIS Bruxelles November 2011

EGNOS: an emerging technology to support urban transport. POLIS Bruxelles November 2011 EGNOS: an emerging technology to support urban transport POLIS Bruxelles November 2011 21 October 2011 : GALILEO becomes a reality What is EGNOS? 6 Navigation Land Earth Stations 34 Ranging & Integrity

More information

Software Requirements Specification

Software Requirements Specification METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...

More information

Getting Started Guide for the VSX Series

Getting Started Guide for the VSX Series Getting Started Guide for the VSX Series July 2004 Edition 3725-21286-005/A GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom and the Polycom logo design are registered trademarks

More information

Network device management solution.

Network device management solution. Network device management solution. iw Management Console Version 3 you can Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems and

More information

RELEASE NOTES. Trimble VRS 3 Net GNSS Infrastructure Software. Introduction. New features. Enhancements. Supported operating systems and SQL Server

RELEASE NOTES. Trimble VRS 3 Net GNSS Infrastructure Software. Introduction. New features. Enhancements. Supported operating systems and SQL Server RELEASE NOTES Trimble VRS 3 Net GNSS Infrastructure Software Introduction New features Enhancements Supported operating systems and SQL Server Minimum system requirements Updating the software Version

More information

Improved metrics collection and correlation for the CERN cloud storage test framework

Improved metrics collection and correlation for the CERN cloud storage test framework Improved metrics collection and correlation for the CERN cloud storage test framework September 2013 Author: Carolina Lindqvist Supervisors: Maitane Zotes Seppo Heikkila CERN openlab Summer Student Report

More information

CMS Central Monitoring System

CMS Central Monitoring System General In This Section CMS for Windows CMS Hardware CMS Functional Spec Relational Database Monitoring Interface Communication Network CMS Central Monitoring System General CMS Central Monitoring System

More information

ON-LINE REMOTE CONTROL OF MATLAB SIMULATIONS BASED ON ASYNCHRONOUS COMMUNICATION MODEL

ON-LINE REMOTE CONTROL OF MATLAB SIMULATIONS BASED ON ASYNCHRONOUS COMMUNICATION MODEL ON-LINE REMOTE CONTROL OF MATLAB SIMULATIONS BASED ON ASYNCHRONOUS COMMUNICATION MODEL L. Čirka, M. Kalúz, M. Fikar Faculty of Chemical and Food Technology, STU in Bratislava Radlinského 9, 812 37, Bratislava

More information

Why it may be time to consider Certified Avionics for UAS (Unmanned Aerial Vehicles/Systems) White paper

Why it may be time to consider Certified Avionics for UAS (Unmanned Aerial Vehicles/Systems) White paper Why it may be time to consider Certified Avionics for UAS (Unmanned Aerial Vehicles/Systems) White paper UAS growth There are a number of different UAS types flying today in multiple applications. There

More information

The Business case for monitoring points... PCM architecture...

The Business case for monitoring points... PCM architecture... The Business case for monitoring points... Points Condition Monitoring (PCM) measures key parameters related to the performance of switch machines and turnouts in real time at every movement. Intelligent

More information

Table of Contents 1. Introduction... 3 2. Installing Sxblue Server... 4 3. Principle of Operation... 6 4. Server Configuration... 7 4.

Table of Contents 1. Introduction... 3 2. Installing Sxblue Server... 4 3. Principle of Operation... 6 4. Server Configuration... 7 4. SXBlue Server Table of Contents 1. Introduction... 3 2. Installing Sxblue Server... 4 3. Principle of Operation... 6 4. Server Configuration... 7 4.1 Server Status... 7 4.1.1 Info Clients... 8 4.1.2 Infos

More information

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim***

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim*** Visualization Issues of Mass Data for Efficient HMI Design on Control System in Electric Power Industry Visualization in Computerized Operation & Simulation Tools Dong-Joo Kang* Dong-Kyun Kang** Balho

More information

orrelog Ping Monitor Adapter Software Users Manual

orrelog Ping Monitor Adapter Software Users Manual orrelog Ping Monitor Adapter Software Users Manual http://www.correlog.com mailto:info@correlog.com CorreLog, Ping Monitor Users Manual Copyright 2008-2015, CorreLog, Inc. All rights reserved. No part

More information

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO A. Schneider E. Ivask Fraunhofer Institute for Integrated Circuits Tallinn Technical University Branch Lab EAS Dresden Department of Computer Engineering

More information

Ball Aerospace s COSMOS Open Source Test System

Ball Aerospace s COSMOS Open Source Test System Ball Aerospace s COSMOS Open Source Test System Ryan J. Melton Ball Aerospace & Technologies Corp. Boulder, CO ABSTRACT Ball Aerospace COSMOS is a free and readily available open source test and operations

More information

magicsbas: A SOUTH-AMERICAN SBAS EXPERIMENT WITH NTRIP DATA

magicsbas: A SOUTH-AMERICAN SBAS EXPERIMENT WITH NTRIP DATA magicsbas: A SOUTH-AMERICAN SBAS EXPERIMENT WITH NTRIP DATA I. Alcantarilla, GMV S.A. J. Caro, GMV S.A. A. Cezón, GMV S.A. J. Ostolaza, GMV S.A. F. Azpilicueta, Universidad de La Plata. BIOGRAPHY I. Alcantarilla,

More information

PATROL From a Database Administrator s Perspective

PATROL From a Database Administrator s Perspective PATROL From a Database Administrator s Perspective September 28, 2001 Author: Cindy Bean Senior Software Consultant BMC Software, Inc. 3/4/02 2 Table of Contents Introduction 5 Database Administrator Tasks

More information

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Review of the Air Force Academy No 2 (24) 2013 BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Marian ALEXANDRU, Vlad URSU Transilvania University of Brasov, Romania Abstract: A study of how to implement

More information

S m a r t M a s t e B T E C O R P O R A T I O N USER MANUAL

S m a r t M a s t e B T E C O R P O R A T I O N USER MANUAL S m a r t M a s t e rtm 2014 B T E C O R P O R A T I O N USER MANUAL S m a r t M a s t e r T M 2 0 1 4 U s e r M a n u a l P a g e 1 o f 2 3 Contents Contents...1 Introduction...2 Audience...2 SmartMaster

More information

Introduction. Page1of13

Introduction. Page1of13 BookMap User Guide Introduction BookMap is an innovative analysis and trading application that delivers a consolidated visualization of past and present market depth. Using a configurable color scheme,

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information