- Crux
make
- Standard build tools (
gcc
,clang
, etc., depending on platform)
workspace/
├── crux/ # Dependency, must be built before CSky
└── csky/ # The main backend server
-
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
-
Build Crux:
cd workspace/crux make
-
Build CSky:
cd ../csky make
Once both Crux and CSky are built, you can run the ADS-B decoder:
./bin/csky_static -t <ip.ad.re.ss>:<port>
This project is licensed under the MIT License.
Feel free to open issues or submit pull requests for improvements.