Skip to content
Snippets Groups Projects
Commit ab7ab63a authored by codyt's avatar codyt
Browse files

Final Project

parent 2eb86af8
No related branches found
No related tags found
No related merge requests found
## 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.
## Final Course Projects
## Final Course Project Landas and Tackett
Create a dedicated subdirectory for each individual or team project.
......
......@@ -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;
......
<!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
## 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...
No preview for this file type
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