LIGHTWEIGHT REAL-TIME DISPLAY TOOL - USING OPEN SOURCE SOFTWARE

This paper will present our work developing a lightweight real-time display tool using opensource technologies. Specifically, the effort involves receiving data broadcast over UDP (User Datagram Protocol) from an IRIG 106 Chapter 10 compliant recorder and then selecting specific data elements for...

Full description

Bibliographic Details
Main Author: Ferrill, Micha
Other Authors: Avionics Test & Analysis Corporation
Language:en_US
Published: International Foundation for Telemetering 2016
Online Access:http://hdl.handle.net/10150/624236
http://arizona.openrepository.com/arizona/handle/10150/624236
Description
Summary:This paper will present our work developing a lightweight real-time display tool using opensource technologies. Specifically, the effort involves receiving data broadcast over UDP (User Datagram Protocol) from an IRIG 106 Chapter 10 compliant recorder and then selecting specific data elements for display within a web browser. A small processing engine written in Python runs the data collection and processing while a small web server also written in Python provides data values for display. The web browser portion utilizes an open-source JavaScript plotting library to display values in real time.