An application to demodulate and decode Plain Ol` Acars
- Last Stable Build: Never
- Current Build: None
- Last Release Candidate: None
- Demodulate ACARS from iq file:
src.acars.demod
- Decode demodulated ACARS:
src.acars.parse_acars_message
- libacars integration to be implemented
- An array of other DSP modules
- Plain Ol` ACARS i.e. MSK modulated 129 MHz - 137 MHz Frequencies
- Python 3.12.8
poetry install
So far I only have a basic python script local_test.py
that reads an iq file and demodulates it.
I will look into creating a CLI for usage. Something like: python3 -m poacars -i iq_file -o output_file
.
I will also look into making the project pip installable.
- J.-M Friedt and https://sourceforge.net/projects/gr-acars/. This project is the python equivalent of the gr-acars c code
- Dr. Marc Lichtman and https://pysdr.org/ for insight into DSP with Python
- Clone the repository
- install the dependencies by running
poetry install
- Create and checkout a new branch
feature/your_feature
- Commit your changes with descriptive commit messages
- Push your changes to your branch
- Submit a pull request to the main branch of the repository
This is a for fun project. There is no guarantee on updates, the usage, correctness or stability of the project.