Skip to content

Feed fr24 from the probed decoder address#106

Merged
d4rken merged 1 commit into
devfrom
fix/aggregator-fr24-feed-addr
Jun 19, 2026
Merged

Feed fr24 from the probed decoder address#106
d4rken merged 1 commit into
devfrom
fix/aggregator-fr24-feed-addr

Conversation

@d4rken

@d4rken d4rken commented Jun 19, 2026

Copy link
Copy Markdown
Member

When FlightRadar24 is enabled, apl-aggregator writes fr24feed.ini so fr24feed reads BEAST data from the local decoder. The host in that file was hardcoded to 127.0.0.1:30005, even though the reachability check the enable path runs first uses AGG_DECODER_ADDR — so fr24 verified one endpoint but could be configured to read from another. The FlightAware path already feeds from the checked address.

The decoder address is now passed into the ini writer, so fr24 feeds from exactly the endpoint that was probed. No change on a default install — the value is identical.

fr24feed.ini hardcoded host=127.0.0.1:30005 while the reachability probe
checks AGG_DECODER_ADDR (which the piaware path already honors). Pass the
probed address into the ini writer so fr24 feeds from exactly the decoder
that was verified.
@d4rken d4rken merged commit c20c22b into dev Jun 19, 2026
7 checks passed
@d4rken d4rken deleted the fix/aggregator-fr24-feed-addr branch June 19, 2026 15:02
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.

1 participant