Wiki » History » Revision 6
Revision 5 (Tony Ciavarella, 06/04/2012 01:05 AM) → Revision 6/38 (Tony Ciavarella, 06/04/2012 01:07 AM)
h1. Disorder
Disorder is a practical C++ "Distributed Interactive Simulation":http://en.wikipedia.org/wiki/Distributed_interactive_simulation (DIS) library that conforms to the "IEEE":http://www.ieee.org 1278 standard.
Disorder is open source and released under the terms of the "MIT License":http://www.opensource.org/licenses/mit-license.php.
h2. Features
Some of the main features of Disorder are:
* full support for 1278.1-1995 PDUs
* built-in simulation entity management
* geospatial coordinate conversion
* extensible framework for logging, PDU manipulation and transmission, defining and handling custom PDUs, etc.
* optionally uses multiple threads to take advantage of modern multi-core CPUs
* included SISO compliant enumerations and bitfields headers
* 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
* good documentation
h2. Documentation
* [[Installation]]
* API Reference Manual
* Examples
h2. Contributing