Skip to content

C++ library for the IEEE 1278.1a-1998 revision of the Open DIS messaging protocol

License

Notifications You must be signed in to change notification settings

crhowell3/libsersi

libsersi
(IEEE 1278.1a-1998)

Stargazers Conan Version Issues Contributors
Maintained

 

💭 About

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".

📕 Documentation

Will add Doxygen documentation in a future patch.

🔰 Getting Started

This library can be manually built and installed with CMake and make tools, or it can be imported from the Conan Center.

Building from Source

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

Importing with Conan

Conan 2.x is required to import this library.

Copyright © 2024-present Cameron Howell

About

C++ library for the IEEE 1278.1a-1998 revision of the Open DIS messaging protocol

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks