From 8d88e2070569710241e61d670e9c6b5937aa5d8e Mon Sep 17 00:00:00 2001 From: "Fisher, Alexander (Alex) (Capt)" <alexander.fisher@nps.edu> Date: Sun, 12 Sep 2021 19:04:14 -0700 Subject: [PATCH] READ ME --- .../MV3500Cohort2021JulySeptember/homework3/Fisher/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 assignments/src/MV3500Cohort2021JulySeptember/homework3/Fisher/README diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Fisher/README b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Fisher/README new file mode 100644 index 0000000000..a842ce6d60 --- /dev/null +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Fisher/README @@ -0,0 +1,7 @@ +This is a simple example simulation of two entities moving towards each other and then a detonation +occuring when they collide. This was simply to test a few different types of PDUs (entity, comment, fire, and +detonation) in order to become familiar for the final project. + +Simple open Wireshark (or however you would like to caputre PDUs) and run the example simulation main class. + +Output capture shows what should be seen on your screen as well as PDU capture logs. -- GitLab