diff --git a/examples/src/Simkit/README.md b/examples/src/Simkit/README.md index b68e2b837a30c48d2c446855de4b715103c78e76..ba1e59039e310247c50906e37cd92d1b27f5f9ed 100644 --- a/examples/src/Simkit/README.md +++ b/examples/src/Simkit/README.md @@ -1,8 +1,14 @@ -# Simkit DIS examples +# Simkit DIS Examples -This directory will hold a simple pair of basic Simkit programs. +This directory will include simple Simkit programs utilizing opendis7-java libraries +for output. -We will then make a pair of DIS-capable versions corresponding these same programs. +## Design Goals -Design goal: keep any DIS code to be entity oriented, -with focus of the servers to be centered on the production/handling/consumption of entities. +* Orient DIS code to share state changes from Simkit entities. +* Establish reference examples with corresponding output logs for test confirmation. +* Build interoperability mechanisms for distributed simulation in MOVES. + +## References + +* https://gitlab.nps.edu/abuss/MV3302ClassCode