I would like to find a python program that receives and decodes ads-b messages from my receiver. First of all I tried to get the ads-b messages via TCP connection, but the problem is that some messages are 14 and others 28 characters long, and I don’t quite understand why. Also I get a lot of ads-b messages per second. Is there a python program that could decode them and return a table with the data of each aircraft on the screen?
I have tried to use that package, but I don’t know how I can decode the messages via TCP connection.