https://github.com/filipjonckers/asterix4py
Pure python library for decoding Eurocontrol Asterix binary data
https://github.com/filipjonckers/asterix4py
artas asterix cat48 cat62 eurocontrol mode-s python python3 radar
Last synced: 5 months ago
JSON representation
Pure python library for decoding Eurocontrol Asterix binary data
- Host: GitHub
- URL: https://github.com/filipjonckers/asterix4py
- Owner: filipjonckers
- License: mit
- Created: 2020-07-12T09:46:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T20:21:25.000Z (about 4 years ago)
- Last Synced: 2025-09-30T03:05:40.337Z (9 months ago)
- Topics: artas, asterix, cat48, cat62, eurocontrol, mode-s, python, python3, radar
- Language: Python
- Homepage:
- Size: 330 KB
- Stars: 26
- Watchers: 8
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asterix4py
[](https://www.python.org/)
[](https://github.com/filipjonckers/asterix4py/blob/master/LICENSE)
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](https://github.com/filipjonckers/asterix4py/graphs/contributors)
[](https://github.com/filipjonckers/asterix4py/releases)
[](https://github.com/filipjonckers/asterix4py/releases)
[](https://github.com/filipjonckers/asterix4py/releases)
[](https://github.com/filipjonckers/asterix4py/issues)
Pure python library for parsing/decoding EUROCONTROL ASTERIX protocol binary data.
This library tries to be an easy way to use Python as Asterix decoder without the need of a big library. Focus is currently not yet on speed but to be simple and userfriendly.
The code is based on the discontinued code from Wontor, adding missing functionalities and several bugfixes. Some simple code examples and Asterix sample files are included for testing purposes only.
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to contribute and/or redistribute it under certain conditions.
## Asterix
ASTERIX stands for All Purpose STructured EUROCONTROL SuRveillance Information EXchange. It is an ATM Surveillance Data Binary Messaging Format which allows transmission of harmonised information between any surveillance and automation system. ASTERIX defines the structure of the data to be exchanged over a communication medium, from the encoding of every bit of information up to the organisation of the data within a block of data - without any loss of information during the whole process. More about ASTERIX protocol you can find here: http://www.eurocontrol.int/services/asterix
## References
Based on the work of:
- Wontor - https://github.com/wontor/pyasterix
- Damir Salantic - https://github.com/CroatiaControlLtd/asterix
## Contributors
- Jake Hawkins - https://github.com/drumlight