C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation (DIS) application protocol. This library was implemented according to the IEEE Std 1278.1a-1998 publication. The name libsersi
is derived from the words "serialize" and "simulation".
Will add Doxygen documentation in a future patch.
This library can be manually built and installed with CMake and make tools, or it can be imported from the Conan Center.
To build from source, CMake 3.22+ is required. On Linux, run the following commands to build and install:
mkdir build
cd build
cmake ..
make
To build Linux package files, run
make package
To install the library into your CMAKE_INSTALL_PREFIX
, run
make install
Conan 2.x is required to import this library.
Copyright © 2024-present Cameron Howell