Skip to content

An ARINC 424 model & parser that allows you to explore aeronautical data in an object-oriented way.

License

Notifications You must be signed in to change notification settings

malstraem/arinc424.net

Repository files navigation

work in progress and target on ver. 20 of the specification (with potential up to 23 with backward compatibility)

any reviews and PRs are welcome

nuget package will be deployed once the API is stabilized

Overview

While the ARINC 424 specification describes entities (or records) with 132-byte fixed-length string, this library creates a database object model via building entities using reflection and runtime compilation.

Most terms are converted according to the specification into associated enumerations or numeric values ​​on the fly.

In addition, relationships between entities are established after the building stage.

In practice, this allows you to explore and manipulate the tree-like representation of ARINC 424 database.

See docs to know how specification is mapped.

Build and prerequisites

  • .NET 8
  • dotnet build

The project actively uses the Roslyn API to generate converters of specification terms to internal types. Use a suitable IDE to view the generated code.

Releases

No releases published

Packages

No packages published

Languages