Accessing the Source Code
The OpenJAUS SDK is distributed as a set of C++ source code and associated files archived together in a zip file. This archive is available from a private Bitbucket workspace to which you were provided access to when you purchased the SDK. If you don't have the URL for the workspace or were not provided access, please contact support.
Download
- Navigate to the SDK Download page using the URL that was provided
- You should see the list of zip files which can be downloaded
- Click on the version you want to download
Extract the Source
- Extract the downloaded zip file
- The files in the archive are already under a top-level folder so you don't need to extract to a folder
- There will be a folder called
org.openjaus.sae-sdk.cpp
, which contains sub-folders such as:org.openjaus.buildtools.cpp
org.openjaus.cpp
org.openjaus.core-v1.1.cpp
- ...