Hacker News new | ask | show | jobs
by ihuman 2672 days ago
Do you mean 30002 (raw output over TCP)? I'm trying to get data out of dump1090, not feed it data. If that's the case, I'd still have to write my own decoder to process the raw adsb packets.
1 comments

I mean 30003, that outputs things like:

MSG,4,,,738065,,,,,,,,420,179,,,0,,0,0,0,0 MSG,3,,,738065,,,,,,,35000,,,34.81609,34.07810,,,0,0,0,0

That's what I've done in the past; I was just wondering if there was a better way.
I think one could open yet another port and output a JSON entry per line with much more information, and just don't care about the old standards.