Getting Started
The OpenJAUS SDK is a collection of C++ code and other files which provide an implementation of the JAUS standard and related JAUS Services. It consists of ...
Wed, 17 Jul, 2019 at 3:17 PM
Applicable SDK Version(s): ALL OpenJAUS uses a custom, open source version of premake4 (source, documentation). What is premake? From the ...
Thu, 5 Jul, 2018 at 11:26 AM
Next: Running the Example Applications Compiling for Windows Install Microsoft Visual Studio (MSVS). Note: Versions 2010, 2012, 2013, and 2015 have a...
Wed, 27 Jan, 2021 at 11:21 AM
Previous: Compiling the SDK A number of example applications are provided to demonstrate the functionality available in the OpenJAUS SDK and are general...
Wed, 27 Jan, 2021 at 11:22 AM
Next: Adding Services to a Component In the OpenJAUS SDK, a JAUS component is represented as a class and the desired JAUS services are added to a com...
Mon, 19 Aug, 2019 at 2:31 PM
Previous: Create a Component Services are added to a component using inheritance. This adds support to the component’s message and protocol behavior ...
Tue, 30 Apr, 2019 at 11:50 AM
JAUS Services Protocol Behavior All JAUS services are described by a JAUS Service Definition (JSD) which specifies the message set and protocol required fo...
Tue, 18 Sep, 2018 at 3:47 PM
The JAUS standard relies on a component based message passing architecture. This message passing mechanism is the fundamental method for communications with...
Mon, 1 Oct, 2018 at 8:19 PM
When attempting to run an application that depends on the OpenJAUS SDK libraries, the libraries must be installed in a location that can be found by the ope...
Mon, 1 Jun, 2020 at 3:54 PM