Skip to content

st3rv04ka/ViralAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViralAir

Mode-S signal encoder

Mode-S Message Transmitter

Disclaimer

Important Notice

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.

No Liability

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.

Overview

This project is designed to transmit Mode-S messages, currently supporting only Automatic Dependent Surveillance-Broadcast (ADS-B).

Supported formats

  • ADSB (DF 17)

Features

  • High-performance Go implementation.
  • Easy to integrate with existing systems.

Getting Started

Prerequisites

Ensure you have Go installed on your system. You can download and install Go from the official website.

Installation

git clone https://github.com/st3rv04ka/ViralAir
go get . 
go build cmd/viralair/main.go