From 75d697f22fc54cb1a7f563bde406c7cabddb701a Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 28 Feb 2018 14:37:15 -0800 Subject: [PATCH] updated to match progress --- projects/Assignments/homework3/README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/projects/Assignments/homework3/README.md b/projects/Assignments/homework3/README.md index 9a1432a7d3..46b15ce1e3 100644 --- a/projects/Assignments/homework3/README.md +++ b/projects/Assignments/homework3/README.md @@ -1,20 +1,24 @@ # Homework Assignment 3 (draft) -1. Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads +[ ] Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads -1. Optional: checkout Open-DIS-Java library source from https://github.com/open-dis/open-dis-java +[ ] 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 +[ ] Otherwise just inspect files of interest from + [edu.nps.moves.examples](https://github.com/open-dis/open-dis-java/tree/master/src/main/java/edu/nps/moves/examples)s -1. Plan a track of interest, described in YournameREADME.md documentation file... +[ ] Create YournameREADME.md documentation file and YourNameSomething from one of the example files... -1. Modify example file (TODO debug) OpenDisPduSender or (TODO copy and port) OpenDisEspduSender... +[ ] Plan a track of interest, described in YournameREADME.md documentation file... -1. Generate PDUs... +[ ] Copy, then Refactor/Rename example file OpenDisEspduSender or OpenDisPduSender... -1. Test PDU reading using Wireshark... +[ ] Modify your example file to produce track PDUs (and be cool) -1. Record PDU file using X3D-Edit... +[ ] Generate PDUs... -1. Playback PDU file using X3D-Edit... +[ ] Test PDU reading using Wireshark... + +[ ] Record PDU file using X3D-Edit... + +[ ] Playback PDU file using X3D-Edit... -- GitLab