This repository is now archived. Please use Lukter's fork instead: https://github.com/Lukter/adsb-ghost
This repository has:
- ADS-B encoder
- ADS-B decoder (imported from Mode-S)
- ADS-B ghost
- CRC calculator
- Ghost aircraft
- Util package with common functions
This project consists in the implementation of a ghost aircraft, simulating a real one. This aircraft use an ADS-B (Automatic dependent surveillance-broadcast).
- The ADS-B encoder is a WIP (work in progress) package to encode ADS-B frames.
- This package encode aircraft ID messages and WIP aircraft position.
- The features of this package can be seen at https://github.com/junzis/pyModeS
- CRC (Cyclic redundancy check) file is used to calculate CRC to frames.
###Util package features
- This package implements some common functions like hex2bin, bin2int, hex2int, crc, gray2int.