Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/st3rv04ka/ViralAir
Mode-S signal encoder
https://github.com/st3rv04ka/ViralAir
Last synced: 13 days ago
JSON representation
Mode-S signal encoder
- Host: GitHub
- URL: https://github.com/st3rv04ka/ViralAir
- Owner: st3rv04ka
- License: apache-2.0
- Created: 2024-01-13T14:34:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T07:37:23.000Z (8 months ago)
- Last Synced: 2024-08-01T19:34:48.470Z (3 months ago)
- Language: Go
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://golang.org/dl/).
### Installation
```
git clone https://github.com/st3rv04ka/ViralAir
``````
go get .
``````
go build cmd/viralair/main.go
```