diff --git a/projects/Assignments/FinalProjects/2018March/LandasTackettDeMoura/README.md b/projects/Assignments/FinalProjects/2018March/LandasTackettDeMoura/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a704e52cd0e75e5a801b3642b756d0b74085a1da
--- /dev/null
+++ b/projects/Assignments/FinalProjects/2018March/LandasTackettDeMoura/README.md
@@ -0,0 +1,7 @@
+## Final Course Projects 2018March
+
+Create a dedicated subdirectory for each individual or team project.
+
+Example:  `SmithJones`
+
+See the course syllabus for details on how to document your project.
diff --git a/projects/Assignments/FinalProjects/README.md b/projects/Assignments/FinalProjects/README.md
index 902eb6cc6e8b1b1b07790028bf4248d195268b65..9c68fc1349c97a3311b9191937a19e6500bb7e97 100644
--- a/projects/Assignments/FinalProjects/README.md
+++ b/projects/Assignments/FinalProjects/README.md
@@ -1,4 +1,4 @@
-## Final Course Projects
+## Final Course Project Landas and Tackett
 
 Create a dedicated subdirectory for each individual or team project.
 
diff --git a/projects/Assignments/homework2/TackettMulticastSender.java b/projects/Assignments/homework2/TackettMulticastSender.java
index 6942dfa6743786eb8f51464d0ccadab51a956aaa..e500d7f913b32de639edf2e538c4a44867eff1c3 100644
--- a/projects/Assignments/homework2/TackettMulticastSender.java
+++ b/projects/Assignments/homework2/TackettMulticastSender.java
@@ -12,7 +12,7 @@ import java.net.*;
 
 
 public class TackettMulticastSender {
-    public static final String MULTICAST_ADDRESS = "239.1.2.15";
+    public static final String MULTICAST_ADDRESS = "172.20.144.145";
     public static final int DESTINATION_PORT = 1717;
     /** How many routers can be crossed */
     public static final int TTL = 10;
diff --git a/projects/Assignments/homework3/Tackett_Assignment3_README.html b/projects/Assignments/homework3/Tackett_Assignment3_README.html
new file mode 100644
index 0000000000000000000000000000000000000000..466feff569a72d4a83bbad9b443a6054fa3d69a9
--- /dev/null
+++ b/projects/Assignments/homework3/Tackett_Assignment3_README.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<title>Tackett_Assignment3_README</title>
+<style type="text/css">/*...*/</style>
+</head>
+<body>
+<h2>Homework Assignment 3 Checklist</h2>
+<ol>
+  <li><p>[x] Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads</p></li>
+  <li><p>[x] Optional: checkout Open-DIS-Java library source from https://github.com/open-dis/open-dis-java</p></li>
+  <li><p>[x] Otherwise just inspect files of interest from  <a href="https://github.com/open-dis/open-dis-java/tree/master/src/main/java/edu/nps/moves/examples">edu.nps.moves.examples</a></p></li>
+  <li><p>[x] Copy README.md and create YournameREADME.md documentation file...</p></li>
+  <li><p>[x] Plan a track of interest, described in YournameREADME.md documentation file...</p>
+  <pre><code>Track of interest is a sample from a run route I did recently.
+</code></pre></li>
+  <li><p>[x] Copy, then Refactor/Rename example file OpenDisEspduSender.java or OpenDisPduSender.java as YourNameSomething.java</p></li>
+  <li><p>[x] Modify your example file to produce track PDUs (and be cool)</p></li>
+  <li><p>[x] Generate PDUs...</p></li>
+  <li><p>[x] Test PDU reading using Wireshark...</p>
+  <pre><code>IP address for my machine is 172.20.148.166
+</code></pre></li>
+  <li><p>[x] Record PDU file using X3D-Edit...</p></li>
+  <li><p>[x] Playback PDU file using X3D-Edit...</p></li>
+</ol>
+</body>
+</html>
\ No newline at end of file
diff --git a/projects/Assignments/homework3/Tackett_Assignment3_README.md b/projects/Assignments/homework3/Tackett_Assignment3_README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ec5cbee9d81ee3b426d62ab3014fa17ff92a4a9f
--- /dev/null
+++ b/projects/Assignments/homework3/Tackett_Assignment3_README.md
@@ -0,0 +1,28 @@
+## Homework Assignment 3 Checklist
+
+1. [x] Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads
+
+1. [x] Optional: checkout Open-DIS-Java library source from https://github.com/open-dis/open-dis-java
+
+1. [x] 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)
+
+1. [x] Copy README.md and create YournameREADME.md documentation file...
+
+1. [x] Plan a track of interest, described in YournameREADME.md documentation file...
+
+        Track of interest is a sample from a run route I did recently.
+
+1. [x] Copy, then Refactor/Rename example file OpenDisEspduSender.java or OpenDisPduSender.java as YourNameSomething.java
+
+1. [x] Modify your example file to produce track PDUs (and be cool)
+
+1. [x] Generate PDUs...
+
+1. [x] Test PDU reading using Wireshark...
+
+        IP address for my machine is 172.20.148.166
+
+1. [x] Record PDU file using X3D-Edit...
+
+1. [x] Playback PDU file using X3D-Edit...
diff --git a/projects/MulticastExample/MulticastReceiver/build/classes/.netbeans_automatic_build b/projects/MulticastExample/MulticastReceiver/build/classes/.netbeans_automatic_build
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/projects/MulticastExample/MulticastReceiver/build/classes/.netbeans_update_resources b/projects/MulticastExample/MulticastReceiver/build/classes/.netbeans_update_resources
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/projects/MulticastExample/MulticastReceiver/build/classes/multicastreceiver/MulticastReceiver.class b/projects/MulticastExample/MulticastReceiver/build/classes/multicastreceiver/MulticastReceiver.class
index e1a915237414dc52b65fccb0c8215ee80688cf34..1a1b9022da0a69e3ae81819894cd57a81b18b10e 100644
Binary files a/projects/MulticastExample/MulticastReceiver/build/classes/multicastreceiver/MulticastReceiver.class and b/projects/MulticastExample/MulticastReceiver/build/classes/multicastreceiver/MulticastReceiver.class differ