ddmng / asterixInspector

A fork of AsterixInspector from http://asterix.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsterixInspector 
================

displays contents of files in Eurocontrol Asterix format. 
Asterix is a binary data format standard for data exchange in aviation.


Author: Volker Poplawski (volker@openbios.org)

Contributions by:
Ray Hayes (Cat23 specification)


Building from source
--------------------

This requires a working Qt 5.4 or greater environment including webengine

Run
	qmake

than run
	make


Modifying the Asterix specification
-----------------------------------

The specification definition AsterixInspector uses to decode files can be modified and extended to your needs.
To provide your own specification of a Asterix category look in the directory asterixSpecification/. 
Specification files in this directory are read during application start. Copy the one which closely resembles 
the one you need to a new file. In the <asterix> tag assign the category number and a version string to 
distinguish your version. Multiple versions for the same category can be specified. The version used for 
decoding is specified in the 'Specification' dialog before loading a data file.

About

A fork of AsterixInspector from http://asterix.sourceforge.net

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 93.1%Language:C 4.5%Language:QMake 1.0%Language:Yacc 0.7%Language:LLVM 0.4%Language:CSS 0.3%