Skip to content

Update install-acarsdec.md#33

Open
f00b4r0 wants to merge 2 commits into
airframesio:mainfrom
f00b4r0:patch-1
Open

Update install-acarsdec.md#33
f00b4r0 wants to merge 2 commits into
airframesio:mainfrom
f00b4r0:patch-1

Conversation

@f00b4r0

@f00b4r0 f00b4r0 commented Jun 24, 2026

Copy link
Copy Markdown

install-acarsdec is quite outdated since TLeconte's version has been archived a couple years ago, so here's a quick like-for-like update to use the currently maintained version.
HTH

Summary by CodeRabbit

  • Documentation
    • Updated the acarsdec installation guide to match a newer build process and command-line interface.
    • Refreshed configuration examples, option references, and the Airframes feed setup to use the latest long-form flags.
    • Revised the systemd service example to reflect the updated startup command.

Update to use f00b4r0's maintained version.
@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for airframes-documentation ready!

Name Link
🔨 Latest commit 6e5f65b
🔍 Latest deploy log https://app.netlify.com/projects/airframes-documentation/deploys/6a3bd0da8e40dc0008c95334
😎 Deploy Preview https://deploy-preview-33--airframes-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@f00b4r0, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2ed22a6b-c4aa-47f5-8f22-a4136999c710

📥 Commits

Reviewing files that changed from the base of the PR and between 78bc93c and 6e5f65b.

📒 Files selected for processing (1)
  • docs/decoders/install-acarsdec.md
📝 Walkthrough

Walkthrough

The docs/decoders/install-acarsdec.md guide is updated to reflect a newer acarsdec build: the clone source changes to f00b4r0/acarsdec, the CMake -Drtl=ON flag is removed, and all CLI examples and the systemd ExecStart migrate from short flags (-o/-j/-r/-s) to long-form flags (--output json:udp:..., --rtlsdr, --airspy).

Changes

acarsdec Install Guide CLI Update

Layer / File(s) Summary
CLI flags, examples, and systemd unit
docs/decoders/install-acarsdec.md
Clone source changed to f00b4r0/acarsdec, CMake -Drtl=ON removed; Basic usage, Key command-line options table, and Feeding to Airframes examples rewritten to use new long-form flags; systemd ExecStart migrated from -o/-j/-r style to --output json:udp:host=...,port=... and --rtlsdr style.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 Hop hop, the flags have changed today,
No -o or -r to lead the way.
Now --output json carries the stream,
Long-form args fulfil the dream.
CMake flags trimmed, the repo anew—
A cleaner guide for me and you! 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title matches the changed file, but it is too generic to convey the main acarsdec CLI and install-doc update. Use a more specific title such as "Update acarsdec installation docs for the maintained fork and new CLI".
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/decoders/install-acarsdec.md`:
- Line 54: The options table entry uses an inconsistent flag name, so update the
`-output` reference to match the rest of the documentation and the `--output`
usage shown in the examples. Fix the table row in the install-acarsdec docs so
the `output` option is labeled consistently with the CLI flag used elsewhere,
keeping the surrounding options table wording unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a0082688-2d2d-4789-b4f4-085dd211389d

📥 Commits

Reviewing files that changed from the base of the PR and between 9cd3bd5 and 78bc93c.

📒 Files selected for processing (1)
  • docs/decoders/install-acarsdec.md

Comment thread docs/decoders/install-acarsdec.md Outdated
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants