Mode-S signal encoder
This software is provided for educational and research purposes only. It is not intended for use in actual operational environments or in any situation where it could interfere with real-world aviation or communication systems. Users are solely responsible for ensuring that their use of this software complies with all applicable laws, regulations, and ethical guidelines.
The author and contributors of this project accept no liability for any misuse of this software or any damages that might arise from its use.
This project is designed to transmit Mode-S messages, currently supporting only Automatic Dependent Surveillance-Broadcast (ADS-B).
- ADSB (DF 17)
- High-performance Go implementation.
- Easy to integrate with existing systems.
Ensure you have Go installed on your system. You can download and install Go from the official website.
git clone https://github.com/st3rv04ka/ViralAir
go get .
go build cmd/viralair/main.go