plane-watch / pw-pipeline

Takes in ADSB information and churns out JSON
https://plane.watch
GNU General Public License v3.0
8 stars 1 forks source link

Listing of all ICAO frames #188

Closed bluntelk closed 10 months ago

bluntelk commented 1 year ago

Feature

pw_ingest has a remote func that allows us to ask it to send all raw ADSB frames for a given ICAO to a topic message includes source and frame request includes just the ICAO

tool then takes the messages on that queue and outputs a nicely formatted version to stdout and to a file with the name ".adsb-frames"

another tool (like website.decode) can then display the list of decoded frames in JSON format for debugging

bluntelk commented 10 months ago

we have this now, ingest_tap and df_example_finder fulfil these requirements nicely and I have successfully used them to debug issues