Project

General

Profile

Wiki » History » Version 1

Tony Ciavarella, 06/04/2012 12:56 AM

1 1 Tony Ciavarella
h1. Disorder
2
3
Disorder is a practical C++ "Distributed Interactive Simulation (DIS)":http://en.wikipedia.org/wiki/Distributed_interactive_simulation library that conforms to the "IEEE":http://www.ieee.org 1278 standard.
4
5
Disorder is open source and released under the terms of the "MIT License":http://en.wikipedia.org/wiki/Distributed_interactive_simulation.
6
7
h2. Features
8
9
Some of the main features of Disorder are:
10
* full support for 1278.1-1995 PDUs
11
* built-in simulation entity management
12
* geospatial coordinate conversion
13
* extensible framework for logging, PDU manipulation and transmission, defining and handling custom PDUs, etc.
14
* optionally uses multiple threads to take advantage of modern multi-core CPUs
15
* included SISO compliant enumerations and bitfields headers
16
* leverages the goodness provided by other open source projects including "Boost":http://www.boost.org, "SEDRIS":http://www.sedris.org, and "Eigen":http://eigen.tuxfamily.org