Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy committed Jan 25, 2025
1 parent a9a98ed commit 294197f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,22 @@ aero-decode -v -p tcp://127.0.0.1:6004 -t VFO52 -b 10500 -f jsondump=tcp://127.0
- [x] Implement translation of ACARSItem to JSON
- [x] libacars integration
- [ ] SBS forwarding
- [ ] AMBE decoding?
- [ ] Voice demodulation and storage (?)
- [ ] Long term test to ensure processor and memory usage is within expectations

## Requirements
Other configurations not mentioned may work but below is the configuration used for development and testing:
* SoapySDR 0.8.1
* ZeroMQ 4.3.5
* libcorrect (commit f5a28c74fba7a99736fe49d3a5243eca29517ae9)
* libacars 2.2.0
* QT 6.4+ (Core, Concurrent, Multimedia)

Unfortunately, the audio test harness requires Qt 5 in order to gain access to `monitor` audio inputs:
* Python 3
* PyQt5
* PyQt5 QtMultimedia
* PyZMQ
Unfortunately, the audio test harness requires Qt 5.15 in order to gain access to `monitor` audio inputs:
* Python 3.12 (earlier versions may work as well)
* PyQt5 5.15.10
* PyQt5 5.15.10 QtMultimedia
* PyZMQ 24.0.1 (earlier versions may work as well)

## Compiling

Expand Down

0 comments on commit 294197f

Please sign in to comment.