GitXplorerGitXplorer
1

asterixInspector

public
6 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
0451a49f0e9c4324052e4270461df5c2012a733e

Update Qt requirements in README

committed 6 years ago
Unverified
9992ffb5288163bb8f900a6eb97974a70a0036f9

Add a widget to load binary data from textual hex dump

committed 6 years ago
Unverified
774239a99837652c7858812f2f5ed785cdd302ce

Switch to QWebEngine and QWebEngineWidgets

committed 6 years ago
Unverified
346b35635183f54ad1286e124128c302e3ef9d07

Split bytes in hex view

110110111 committed 6 years ago
Unverified
493a08113ce7397bdb3e509d0990a844882d7c21

Add spec dir ~/opt/asterixInspector/share/asterixSpecification to the list of searched dirs

committed 6 years ago
Unverified
06293bb6d203ce5444c107a6cb08e41f0a17bf28

Upstream asterixInspector-0.12.3 release

110110111 committed 6 years ago

README

The README file for this repository.

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 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.