From 393bb8b064472a0b8f43bd2b7acbaeea11e56c6e Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 28 Feb 2018 11:50:17 -0800
Subject: [PATCH] updated project guidance

---
 projects/Assignments/homework3/README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/projects/Assignments/homework3/README.md b/projects/Assignments/homework3/README.md
index fc233eed9a..9a1432a7d3 100644
--- a/projects/Assignments/homework3/README.md
+++ b/projects/Assignments/homework3/README.md
@@ -2,16 +2,19 @@
 
 1. Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads
 
-1. Checkout Open-DIS-Java library from https://github.com/open-dis/open-dis-java
-   adapting a file from
+1. Optional: checkout Open-DIS-Java library source from https://github.com/open-dis/open-dis-java
+
+1. Otherwise just inspect files of interest from
    https://github.com/open-dis/open-dis-java/tree/master/src/main/java/edu/nps/moves/examples
 
 1. Plan a track of interest, described in YournameREADME.md documentation file...
 
-1. Modify example file OpenDisPduSender...
+1. Modify example file (TODO debug) OpenDisPduSender or (TODO copy and port) OpenDisEspduSender...
 
 1. Generate PDUs...
 
+1. Test PDU reading using Wireshark...
+
 1. Record PDU file using X3D-Edit...
 
-1. Playback PDU file using X3D-Edit...
\ No newline at end of file
+1. Playback PDU file using X3D-Edit...
-- 
GitLab