LEO-Satellite-Communication-Simulation-Platform based on STK & OPNET
windows - MinGW - make
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
cmake --build .
windows - ninja
mkdir build
cd build
cmake -G "Ninja" ..
cmake --build .
./bin/LEO
├─bin // Executable files
├─dependencies // Third-party librariesr
│ ├─include
│ └─stk
│ ├─Debug
│ └─Release
├─include // Header files
├─libs // Static libraries
│ ├─Debug
│ └─Release
├─src // Source files
└─test // Test files
LEO-Satellite-Communication-Simulation-Platform based on STK & OPNET
This module depends upon a knowledge of Markdown.
Note: The license
badge image link at the top of this file should be updated with the correct :user
and :repo
.
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.