From 9c95fa964bb0db5455872cad98576da4069111a0 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 15 May 2022 09:01:33 -0700
Subject: [PATCH] prepare for work on Simkit DIS Examples

---
 examples/src/Simkit/README.md | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/examples/src/Simkit/README.md b/examples/src/Simkit/README.md
index b68e2b837a..ba1e59039e 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
-- 
GitLab