Closed andermatt64 closed 1 year ago
Nice additions. I'd love to see this happen. Would be good to have the JSON keys match in case, but also to come even closer to @szpajder 's dump format (if possible) overall!
Since we have the app
element that indicates jaero and version, do you think the top level jaero
element is necessary? I suppose since dumpvdl2 has the vdl2
top level element, this matches that.
Since we have the
app
element that indicates jaero and version, do you think the top leveljaero
element is necessary?
Practically speaking, I don't think it's necessary. I put it in just to closer match the dump JSON format
@andermatt64 This is some really great work. Thanks for taking all of our feedback here and on the ADSBX Discord.
Looks good to me! I think you could add
seqno
too.
I tried adding it but the value seems to be always 00
. I suspect it may be a value used internally to reassemble fragmented messages
Hey @jontio ... would love to see this merged. We have quite a few live streams using this to airframes.io by quite a few people. @andermatt64 has done a great job. Think you could take a look and consider it?
Can confirm. I have installed around 40 of these builds with zero issues. Would really like to see it in the main build. Its tricky/confusing to point people to different repos.
Sorry I've been putting this off a bit as it's big and I've been doing other things recently. I was planning on going through it and do a bit of testing myself. But as people have tested it as seems to be working well I'll just pull it in. Thanks @andermatt64 and everyone else for their work.
Note
Apologies for the gigantic PR, my original PR was smaller but after talking to others, there's a real need for multiple feeder outputs with differing formats.
What changed?
ACARSslot
)QString::sprintf
to useQString::arg
-- manually verified that output does not differ with said changes for formats 1,2,3,JSON,JSONdump with the provided samplepopulatepublicvars
JAERO
andmoc_predefs.h
to git ignoreTesting
QString::arg
does not alter output formats with provided sample WAVsSettings Dialog Changes
Newly added options to Settings -> Decoding panel
Newly added Settings -> Feeder panel
Newly added create/edit dialog for feeders
Example JSONdump Format Output