OpenRTI Wiki
Brought to you by:
frohlich
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
OpenRTI
An open source HLA/RTI implementation.
Supported Platforms
People have reported to run OpenRTI on variants of Android and HP-UX.
Language bindngs
Installation
It's a usual cmake project.
Execute cmake from within a build directory of your choice, give this
cmake the source directory, generate build files for your native build
environment and compile the set of libraries/tests.
Specifically under a UNIX like environment:
Or depending on your c++ compile environment, you may need to take
different steps. For details refer to www.cmake.org.
Last edit: Mathias Fröhlich 2015-03-10
Good afternoon. I'm not very good at installing the program, if more stringent provision?
Hello. I've been trying to write some unit tests for my HLA application using OpenRTI (1516e bindings).
Is it possible to create two different RTI ambassadors (and therefore different federate ambassadors), and have them connect to the same thread mode?
I.e. I'm using the following code
to create an ambassador. But how do I make the second ambassador connect to the same federation as the first one?