-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
37 lines (22 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
AsterixInspector
================
displays contents of files in Eurocontrol Asterix format.
Asterix is a binary data format standard for data exchange in aviation.
Author: Volker Poplawski ([email protected])
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.