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

ingest-tap #198

Closed bluntelk closed 1 year ago

bluntelk commented 1 year ago

Initial support for a new middleware to tap into the processing feed and capture raw messages and have them sent on the nats bus

Initial support for a client program to request either all frames from a specific feed (api-key) or specific icao from all feeds

With this I can start to narrow down beast frames causing us to see jumping planes.

Future work can include requesting the current list of API users (using the pw_atc_api nats endpoint) and displaying a choosable list of users to check out

As this is requestable over the nats bus, it can be requested by ATC and a summary maybe shown on the users dashboard?