Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckuethe/skyshark
Python decoder for ACARS messages, roughly inspired by wireshark
https://github.com/ckuethe/skyshark
acars acarsdec python
Last synced: 3 days ago
JSON representation
Python decoder for ACARS messages, roughly inspired by wireshark
- Host: GitHub
- URL: https://github.com/ckuethe/skyshark
- Owner: ckuethe
- License: mit
- Created: 2018-01-18T05:26:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T18:30:12.000Z (almost 6 years ago)
- Last Synced: 2024-12-09T12:14:46.360Z (about 1 month ago)
- Topics: acars, acarsdec, python
- Language: Python
- Size: 41 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skyshark
Skyshark is a python decoder for ACARS messages, roughly inspired by
wireshark. It parses JSON output from
[acarsdec](https://github.com/TLeconte/acarsdec) and attempts to guess
the meaning of received messages. Where possible, it will disambiguate
messages types with multiple interpretations using other metadata, such
as aircraft registration or flight ID.Along with some of the message decoders, there is some tooling that uses
[MongoDB](https://github.com/mongodb/mongo) as its backing store for
aircraft registration (not every country is as nice as the US about
publishing downloadable databases), as well as ADSB observations from
[dump1090](https://github.com/mutability/dump1090)