From aed5aedd422b5986ca08393ac04e8429cbb11523 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Fri, 20 May 2022 06:51:01 -0700 Subject: [PATCH] editorial, improve links --- examples/src/SimkitOpenDis7Examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/src/SimkitOpenDis7Examples/README.md b/examples/src/SimkitOpenDis7Examples/README.md index ea16070c4d..e16f3da189 100644 --- a/examples/src/SimkitOpenDis7Examples/README.md +++ b/examples/src/SimkitOpenDis7Examples/README.md @@ -11,13 +11,13 @@ utilize opendis7-java libraries for PDU output. ## TODO -a. Refactor OpenDis7Examples.ExampleSimulationProgram to extract re-usable DIS +a. Refactor [OpenDis7Examples.ExampleSimulationProgram.java](../OpenDis7Examples/ExampleSimulationProgram.java) to extract re-usable DIS network parameters, setup and teardown as a convenient superclass. b. Add initial PDU outputs to these examples. ## References -* [Discrete Event Simulation Modeling.pdf](documentation/Discrete Event Simulation Modeling.pdf) +* [Discrete Event Simulation Modeling](documentation/Discrete Event Simulation Modeling.pdf) manual for Simkit * https://github.com/ahbuss/Simkit * https://gitlab.nps.edu/abuss/MV3302ClassCode -- GitLab