Hello,
I have ASTERIX data of category 21 edition 2.1.
I would like to know how decode a specify edition, in this case 2.1. (If is possible).
#Cat 21 edition 2.1
hexstr = '150063f71b7b6bd3a70414470101000d4c011f718bff83c90fb8c556ffc1e49339ceb82a9ce82a9cb817c831f315b0120fb405c840000007f393182a9cf25161b6dc26a003c5c80010b301f7c359400c007e0c0004000e04044c7e0c07c40858'
Asterix_pkt = bytearray.fromhex(hexstr)
Many thanks
Hello,
I have ASTERIX data of category 21 edition 2.1.
I would like to know how decode a specify edition, in this case 2.1. (If is possible).
#Cat 21 edition 2.1
hexstr = '150063f71b7b6bd3a70414470101000d4c011f718bff83c90fb8c556ffc1e49339ceb82a9ce82a9cb817c831f315b0120fb405c840000007f393182a9cf25161b6dc26a003c5c80010b301f7c359400c007e0c0004000e04044c7e0c07c40858'
Asterix_pkt = bytearray.fromhex(hexstr)
Many thanks