Feeds and Merged Feeds
1. Feeds basics
In Feeds, you define physical/logical data sources (Beast, BaseStation, etc.).
For each feed, set:
AddressandPortFormatConnectionTypeEnabled
After saving, verify:
- feed connection status,
- increasing message counters,
- non-empty
AircraftList.json.
2. Merged Feeds
Use Merged Feeds to build one logical output from multiple sources.
Operating model:
- Keep raw inputs in
Feeds. - Publish user-facing output through merged feeds when needed.
3. Feed Filter
Apply filters carefully:
- First confirm raw input works without filters.
- Then narrow using ICAO/MLAT and other rules.
- Re-check list and map after each filter change.
4. Common issue: selected feed still shows too much
Symptom: selecting a specific feed still shows aircraft from other feeds.
Checklist:
- Verify
feedIdmapping in output data. - Verify frontend sends the correct
feedparameter. - Compare
All feedsvs single feed for the same bbox. - Repeat test on a second feed for the same user.