junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
546 stars 153 forks source link

Implement all-call and short roll-call replies #84

Closed boringow closed 3 years ago

boringow commented 3 years ago

I did not understand the CRC you are using since it is super compressed. I made myself a more human-readable one, which is also fast, although I think it is a bit slower than yours, I have not checked. Apart from that, I managed to do the other functionalities we can extract from DF4,5 and 11 messages. I can change anything if necessary 👍

junzis commented 3 years ago

Thank you for the PR! I updated the code and added the unit tests. Looks good to merge now :+1: