junzis / pyModeS

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

Programming ADS-B Out #37

Closed cjohn98 closed 4 years ago

cjohn98 commented 5 years ago

This is all great, you've done a really good job explaining how everything works.

I'm tasked with the job of creating an ADS-B Out for a school project. Any tips or advice for doing what you've done here in reverse?

junzis commented 5 years ago

Most of the ADS-B information except CPR position can be reversed easily since they are conversions between decimal and binary reprentation .

In order to get the CPR working, I would recommend looking at the ICAO Annex 10 - Vol3, for example at: http://antena.fe.uni-lj.si/literatura/Razno/Avionika/modes/CPRencoding.pdf

I am also interested in adding a ADS-B encoder to pyModeS. PR is very welcomed!

cjohn98 commented 5 years ago

Great thanks for the help! I'll let you know when we've finished and any tips/tricks I can think of.