{"id":38101205,"url":"https://github.com/airframesio/aero-cli","last_synced_at":"2026-01-16T21:13:49.526Z","repository":{"id":274114723,"uuid":"912618110","full_name":"airframesio/aero-cli","owner":"airframesio","description":"Command-line based INMARSAT Aero demodulator for SatCom ACARS","archived":false,"fork":false,"pushed_at":"2025-01-25T00:30:00.000Z","size":334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T01:20:56.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airframesio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-06T03:32:18.000Z","updated_at":"2025-01-25T00:30:03.000Z","dependencies_parsed_at":"2025-01-25T01:32:40.130Z","dependency_job_id":null,"html_url":"https://github.com/airframesio/aero-cli","commit_stats":null,"previous_names":["airframesio/aero-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/airframesio/aero-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airframesio%2Faero-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airframesio%2Faero-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airframesio%2Faero-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airframesio%2Faero-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airframesio","download_url":"https://codeload.github.com/airframesio/aero-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airframesio%2Faero-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T21:13:48.273Z","updated_at":"2026-01-16T21:13:49.518Z","avatar_url":"https://github.com/airframesio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aero-cli\n\n![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/airframesio/acars-decoder-typescript)\n[![Contributors](https://img.shields.io/github/contributors/airframesio/aero-cli)](https://github.com/airframesio/aero-cli/graphs/contributors)\n[![Activity](https://img.shields.io/github/commit-activity/m/airframesio/aero-cli)](https://github.com/airframesio/aero-cli/pulse)\n[![Discord](https://img.shields.io/discord/1067697487927853077?logo=discord)](https://discord.gg/8Ksch7zE)\n\n## Example\nRunning `aero-cli` is similar to running SDRReceiver and JAERO: `aero-publish` is interchangeable with SDRReceiver and `aero-decode` is interchangeable with JAERO.\n\nTo run `aero-publish`, make sure to at the minimum include the SoapySDR driver string `driver=rtlsdr` with an optional `,serial=NNNNNNNN` appended for binding with specific SDR in the event of many. `sdr_54W_all.ini` can be found in `samples_ini/` withint the SDRReceiver repository.\n```bash\naero-publish -d driver=rtlsdr --enable-biast sdr_54W_all.ini\n```\n\nTo run `aero-decode`:\n```bash\naero-decode -v -p tcp://127.0.0.1:6004 -t VFO52 -b 10500 -f jsondump=tcp://127.0.0.1:4444\n```\n\n## TODO\n- [x] Implement C-band support (1200/10500)\n- [x] Implement test harness that streams audio from audio-out into a ZeroMQ topic for samples testing (mostly for burst mode)\n- [x] Cut out plane registration database code from AeroL\n- [x] Implement ACARS frame forwarding functionality\n- [x] Implement translation of ACARSItem to JSON\n- [x] libacars integration\n- [ ] SBS forwarding\n- [ ] Voice demodulation and storage (?)\n- [ ] Long term test to ensure processor and memory usage is within expectations\n- [ ] Test to compare messages between JAERO and aero-decode to ensure we aren't losing any data\n\n## Requirements\nOther configurations not mentioned may work but below is the configuration used for development and testing:\n* SoapySDR 0.8.1\n* ZeroMQ 4.3.5\n* libcorrect (commit f5a28c74fba7a99736fe49d3a5243eca29517ae9)\n* libacars 2.2.0\n* QT 6.4+ (Core, Concurrent, Multimedia)\n\nUnfortunately, the audio test harness requires Qt 5.15 in order to gain access to `monitor` audio inputs:\n * Python 3.12 (earlier versions may work as well)\n * PyQt5 5.15.10\n * PyQt5 5.15.10 QtMultimedia\n * PyZMQ 24.0.1 (earlier versions may work as well)\n\n## Compiling\n\n```\ngit clone https://github.com/airframesio/aero-cli.git\ncd aero-cli\nmkdir build \u0026\u0026 cd build\ncmake ..\n```\n\n```\nmake \u0026\u0026 make install\n```\n\n## Credits\n* JAERO team\n* SDRReceiver team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairframesio%2Faero-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairframesio%2Faero-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairframesio%2Faero-cli/lists"}