Skip to content

Repository files navigation

CSky: ADS-B decoder in Cback to basics

Requirements

  • Crux
  • make
  • Standard build tools (gcc, clang, etc., depending on platform)

Directory Structure

workspace/
├── crux/    # Dependency, must be built before CSky
└── csky/    # The main backend server

Installation

  1. Clone this repository and Crux:

    git clone https://github.com/your-repo/csky.git workspace/csky
    git clone https://github.com/meslab/crux.git workspace/crux
  2. Build Crux:

    cd workspace/crux
    make
  3. Build CSky:

    cd ../csky
    make

Usage

Once both Crux and CSky are built, you can run the ADS-B decoder:

./bin/csky_static -t <ip.ad.re.ss>:<port>

License

This project is licensed under the MIT License.

Contributing

Feel free to open issues or submit pull requests for improvements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages