-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (16 loc) · 921 Bytes
/
README
File metadata and controls
26 lines (16 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is an initial attempt to Create a Decoder for Some Eurocontrol Messages.
I/ How to use the Script:
python pydec.py "Binary_File_Name" > "Output text"
II/ Some Refrences: On the "Doc" Directory.
1/ ICAO: Annex 10 to the Convention on International Civil Aviation.
Volume 4 "Surveillance And Collision Avoidance Systems"
- In this file You find the Char Map for the 6-bit char Encoding for the
aircraft Identification Characters.
"Character coding for transmission of aircraft identification by data link"
Table 3-8
2/ ICAO: Technical Provisions for Mode S Services and Extended Squitter
- Here you find all the BDS codes & their formats.
take a look at the "TABLES FOR SECTION A.2" Appendix A.
You will find all the tables that defines all the BDS codes formats.
3/ The Sample Code for Cat048 is taken from Here:
https://github.com/CroatiaControlLtd/asterix/tree/master/asterix/sample_data