The ARINC 429 Decoder is a program designed to decode airplane information (French). The data is encoded using BCD and BNR. This project aims to decode the transmitted data and extract relevant information for analysis and monitoring purposes.
This project is written in C++.
- Decodes ARINC 429 data encoded in BCD and BNR formats.
- Provides detailed decoding of various airplane parameters.
- Designed for analysis and monitoring of airplane data.
Decoder_Demo.mp4
To use the ARINC 429 Decoder, follow these steps:
- Clone the repository to your local machine.
- Compile the source code using a C++ compiler.
- Run a data concentrator.
- Monitor and analyze the decoded airplane information.