Skip to content
Snippets Groups Projects
Commit 31b26b57 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

add docummentation links

parent a1ae9dc4
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,22 @@ utilize opendis7-java libraries for PDU output.
* Establish reference examples with corresponding output logs for test confirmation.
* Build interoperability mechanisms for distributed simulation in MOVES.
## TODO
a. Refactor OpenDis7Examples.ExampleSimulationProgram 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)
* https://github.com/ahbuss/Simkit
* https://gitlab.nps.edu/abuss/MV3302ClassCode
## SimkitExamples
Design outline: [SimkitSimpleDiscreteEventSimulationModelForDIS.docx](documentation/SimkitSimpleDiscreteEventSimulationModelForDIS.docx)
a. SimpleServer
* [SimpleServer.java](SimpleServer.java)
* [run.RunSimpleServer.java](run/RunSimpleServer.java) and [run.RunSimpleServerLog.txt](run/RunSimpleServerLog.txt)
......@@ -26,3 +35,4 @@ b. Two Crane Berths
* [ShipArrivalProcess.java](ShipArrivalProcess.java)
* [TwoCraneBerths.java](TwoCraneBerths.java)
* [run.RunTwoCranesBerth.java](run/RunTwoCranesBerth.java) and [run.RunTwoCranesBerthLog.txt](run/RunTwoCranesBerthLog.txt)
* [HarborWithTwoCranes.docx](documentation/HarborWithTwoCranes.docx) and [WrittenAssignment5Solution.docx](documentation/WrittenAssignment5Solution.docx)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment