Skip to content
Snippets Groups Projects
Commit 47ea60db authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

Merge origin/master

parents 9496a267 bfa9ac76
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* This work is provided under a BSD open-source license, see project license.html and license.txt * This work is provided under a BSD open-source license, see project license.html and license.txt
* @author brutzman@nps.edu * @author brutzman@nps.edu
*/ */
package MV3500Cohort2021JulySeptember.homework3.Schlessel; // package MV3500Cohort2021JulySeptember.homework3.Schlessel;
import edu.nps.moves.dis7.entities.swe.platform.surface._001Poseidon; import edu.nps.moves.dis7.entities.swe.platform.surface._001Poseidon;
import edu.nps.moves.dis7.entities.swe.platform.surface._002Triton; import edu.nps.moves.dis7.entities.swe.platform.surface._002Triton;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* This work is provided under a BSD open-source license, see project license.html and license.txt * This work is provided under a BSD open-source license, see project license.html and license.txt
* @author max.schlessel@nps.edu * @author max.schlessel@nps.edu
*/ */
package MV3500Cohort2021JulySeptember.homework3.Schlessel; // package MV3500Cohort2021JulySeptember.homework3.Schlessel;
import edu.nps.moves.dis7.enumerations.*; // match any import edu.nps.moves.dis7.enumerations.*; // match any
import edu.nps.moves.dis7.pdus.*; // match any of the PDU classes, easier than listing individually import edu.nps.moves.dis7.pdus.*; // match any of the PDU classes, easier than listing individually
...@@ -18,7 +18,7 @@ import java.util.logging.Logger; ...@@ -18,7 +18,7 @@ import java.util.logging.Logger;
* that includes DIS-capable entities doing tasks and reporting them to the network. * that includes DIS-capable entities doing tasks and reporting them to the network.
* Default settings include PDU recording turned on by default. * Default settings include PDU recording turned on by default.
*/ */
public class ExampleSimulationProgram public class SchlesselSimulationProgram
{ {
private boolean verboseComments = true; private boolean verboseComments = true;
static final String NETWORK_ADDRESS_DEFAULT = "239.1.2.3"; static final String NETWORK_ADDRESS_DEFAULT = "239.1.2.3";
...@@ -186,7 +186,7 @@ public class ExampleSimulationProgram ...@@ -186,7 +186,7 @@ public class ExampleSimulationProgram
* Constructor design goal: additional built-in initialization conveniences can go here * Constructor design goal: additional built-in initialization conveniences can go here
* to keep student efforts focused on the runSimulation() method. * to keep student efforts focused on the runSimulation() method.
*/ */
public ExampleSimulationProgram() public SchlesselSimulationProgram()
{ {
// Constructor is under consideration. Constructor is not currently needed. // Constructor is under consideration. Constructor is not currently needed.
} }
...@@ -196,7 +196,7 @@ public class ExampleSimulationProgram ...@@ -196,7 +196,7 @@ public class ExampleSimulationProgram
* @param address network address to use * @param address network address to use
* @param port corresponding network port to use * @param port corresponding network port to use
*/ */
public ExampleSimulationProgram(String address, int port) public SchlesselSimulationProgram(String address, int port)
{ {
setNetworkAddress(address); setNetworkAddress(address);
......
## Final Course Projects 2021JulySeptember ## Final Projects Summary
Multiple outstanding projects across a range of theory and practice were delivered by this year's cohort.
* Programming projects are providing positive benefit to applied research and future course work.
* Point-paper projects are providing positive benefit to NPS...Next strategic efforts.
Congratulations to all students on superlative work produced during our most network-challenged conditions yet.
## Final Course Project Assignments 2021JulySeptember
Create a dedicated subdirectory for each individual or team project. Create a dedicated subdirectory for each individual or team project.
......
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