Skip to content
Snippets Groups Projects
Commit a41772a1 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

hide "View this page" entries as comments so that they are only visible to...

hide "View this page" entries as comments so that they are only visible to students looking in editor source
parent e8397598
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,8 @@ javac.modulepath= ...@@ -70,8 +70,8 @@ javac.modulepath=
javac.processormodulepath= javac.processormodulepath=
javac.processorpath=\ javac.processorpath=\
${javac.classpath} ${javac.classpath}
javac.source=11 javac.source=1.8
javac.target=11 javac.target=1.8
javac.test.classpath=\ javac.test.classpath=\
${javac.classpath}:\ ${javac.classpath}:\
${build.classes.dir} ${build.classes.dir}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
These assignments directories are produced by students enrolled in the MV3500 course. These assignments directories are produced by students enrolled in the MV3500 course.
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/README.md -->
1. [MV3500Cohort2018JanuaryMarch](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/MV3500Cohort2018JanuaryMarch) 1. [MV3500Cohort2018JanuaryMarch](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/MV3500Cohort2018JanuaryMarch)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
This is parent directory for updated course examples, collected under a single Netbeans subproject with common build tasks. This is parent directory for updated course examples, collected under a single Netbeans subproject with common build tasks.
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md -->
1. [TcpExamples](src/TcpExamples) 1. [TcpExamples](src/TcpExamples)
......
...@@ -65,8 +65,8 @@ javac.modulepath= ...@@ -65,8 +65,8 @@ javac.modulepath=
javac.processormodulepath= javac.processormodulepath=
javac.processorpath=\ javac.processorpath=\
${javac.classpath} ${javac.classpath}
javac.source=18 javac.source=17
javac.target=18 javac.target=17
javac.test.classpath=\ javac.test.classpath=\
${javac.classpath}:\ ${javac.classpath}:\
${build.classes.dir} ${build.classes.dir}
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<word>createDatagramSocket</word> <word>createDatagramSocket</word>
<word>createThreads</word> <word>createThreads</word>
<word>customizable</word> <word>customizable</word>
<word>Datagram</word>
<word>datagramSocket</word> <word>datagramSocket</word>
<word>deserialization</word> <word>deserialization</word>
<word>DisChannel</word> <word>DisChannel</word>
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
<word>isClosed</word> <word>isClosed</word>
<word>isConnected</word> <word>isConnected</word>
<word>isInterrupted</word> <word>isInterrupted</word>
<word>javadoc</word>
<word>joinGroup</word> <word>joinGroup</word>
<word>killThread</word> <word>killThread</word>
<word>latestLocation</word> <word>latestLocation</word>
...@@ -50,6 +52,7 @@ ...@@ -50,6 +52,7 @@
<word>multicast</word> <word>multicast</word>
<word>NetBeans</word> <word>NetBeans</word>
<word>netcat</word> <word>netcat</word>
<word>NPS</word>
<word>pdu</word> <word>pdu</word>
<word>PduCaptureLog</word> <word>PduCaptureLog</word>
<word>pduLog</word> <word>pduLog</word>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
These examples illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol These examples illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/OpenDis7Examples/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/OpenDis7Examples/README.md -->
All examples tested, running and documented satisfactorily. All examples tested, running and documented satisfactorily.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
These example directories are presented in the same order provided in the course [../../presentations](presentations). These example directories are presented in the same order provided in the course [../../presentations](presentations).
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md -->
1. [TcpExamples](TcpExamples) show how to create connection-oriented Transmission Control Protocol (TCP) sockets 1. [TcpExamples](TcpExamples) show how to create connection-oriented Transmission Control Protocol (TCP) sockets
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Programs in this directory show how to create connection-oriented Transmission Control Protocol (TCP) sockets Programs in this directory show how to create connection-oriented Transmission Control Protocol (TCP) sockets
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md -->
| Telnet example | Telnet connection counting | | Telnet example | Telnet connection counting |
|----------------------|-------------------------------| |----------------------|-------------------------------|
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Programs in this directory show how to create User Datagram Protocol (UDP) sockets Programs in this directory show how to create User Datagram Protocol (UDP) sockets
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md -->
| Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark | | Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark |
|----------------------------------------------|:------------------------------------------| |----------------------------------------------|:------------------------------------------|
......
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