Closed georglysen closed 4 years ago
Can you please provide a sample pcap file for CAT011?
Certainly, here it is. Note, though, that it's not "official". It's from another tool under development. However, it is parsed as expected in this tool: https://sourceforge.net/projects/asterix/ The sample is also quite short, but the data items I245/STI and I430/FLS are included and affected by the changes to the specification above. test.zip
Edit: Sorry, I saw you asked for a pcap file - this is just a binary file I dumped from python. It is the binary data that I send to "asterix.parse". I hope this file also works.
Certainly, here it is. Note, though, that it's not "official". It's from another tool under development. However, it is parsed as expected in this tool: https://sourceforge.net/projects/asterix/ The sample is also quite short, but the data items I245/STI and I430/FLS are included and affected by the changes to the specification above. test.zip
Edit: Sorry, I saw you asked for a pcap file - this is just a binary file I dumped from python. It is the binary data that I send to "asterix.parse". I hope this file also works.
No Problem. Anyway thanks for the binary dump. I have made pcap out of it. Attaching it here. cat011_pcap.zip
Thank you for your submission. I pushed it to master branch.
Thank you for your submission. I pushed it to master branch.
Great, thanks. When is the next pypi release scheduled for?
I made some changes in CAT011 mainly in names of items and published new version of asterix and also pypi version .
Some data items in the Cat 011 spec are defined as binary data (e.g. '00b'), which does not seem to be supported. I've changed them all to unsigned integers instead.
I also made a small fix in data item 430 that is using the wrong number of bits. All changes included in the xml below: