diff --git a/assignments/nbproject/project.properties b/assignments/nbproject/project.properties index 5f759ac245d09fcfc1c8f031ba8e87a489582810..26fc8c7b7dd0c962d655d9bfe540b85744e8a550 100644 --- a/assignments/nbproject/project.properties +++ b/assignments/nbproject/project.properties @@ -70,8 +70,8 @@ javac.modulepath= javac.processormodulepath= javac.processorpath=\ ${javac.classpath} -javac.source=11 -javac.target=11 +javac.source=1.8 +javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/assignments/src/README.md b/assignments/src/README.md index 5a486ac4c5c492ea6075c428c8d98a940334e0af..1f58750ab0dddb817f6046adbb16807da4edf0d0 100644 --- a/assignments/src/README.md +++ b/assignments/src/README.md @@ -2,7 +2,7 @@ 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) diff --git a/examples/README.md b/examples/README.md index 097de511ca284d4026295b54a9d5c45ac7e84aa3..763fd3a3a10b09d471326df6b6df61638d9cc7b5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ 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) diff --git a/examples/nbproject/project.properties b/examples/nbproject/project.properties index d8c429c719c48adb1c2543db5c501fc0e8ce54a8..131b4f1b64f0455b175cdea464b73373b15a856c 100644 --- a/examples/nbproject/project.properties +++ b/examples/nbproject/project.properties @@ -65,8 +65,8 @@ javac.modulepath= javac.processormodulepath= javac.processorpath=\ ${javac.classpath} -javac.source=18 -javac.target=18 +javac.source=17 +javac.target=17 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/examples/nbproject/project.xml b/examples/nbproject/project.xml index a56b01dc052dd9f5fb29ef96de4dd5c8c243f8b1..23c562da5d72e3170fcf3162eaf5ff03b9e283da 100644 --- a/examples/nbproject/project.xml +++ b/examples/nbproject/project.xml @@ -19,6 +19,7 @@ <word>createDatagramSocket</word> <word>createThreads</word> <word>customizable</word> + <word>Datagram</word> <word>datagramSocket</word> <word>deserialization</word> <word>DisChannel</word> @@ -40,6 +41,7 @@ <word>isClosed</word> <word>isConnected</word> <word>isInterrupted</word> + <word>javadoc</word> <word>joinGroup</word> <word>killThread</word> <word>latestLocation</word> @@ -50,6 +52,7 @@ <word>multicast</word> <word>NetBeans</word> <word>netcat</word> + <word>NPS</word> <word>pdu</word> <word>PduCaptureLog</word> <word>pduLog</word> diff --git a/examples/src/OpenDis7Examples/README.md b/examples/src/OpenDis7Examples/README.md index f224dea7f11444ad3ffb59e1b4b6eb9d0c158dd7..9718043fd1d864e5c4858b344f0b613b905bce41 100644 --- a/examples/src/OpenDis7Examples/README.md +++ b/examples/src/OpenDis7Examples/README.md @@ -2,7 +2,7 @@ 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. diff --git a/examples/src/README.md b/examples/src/README.md index 1fda14e33e98feaf13da1f8c031dd48aaffa5537..34d2d0890b7973f2db2c20668a3fad1c9aaaf521 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -2,7 +2,7 @@ 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 diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md index 7c9fdab55d05883523a647592e693817f1f41573..53cad8dd2ca02c6c3a764295db0645367aaaeb09 100644 --- a/examples/src/TcpExamples/README.md +++ b/examples/src/TcpExamples/README.md @@ -2,7 +2,7 @@ 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 | |----------------------|-------------------------------| diff --git a/examples/src/UdpExamples/README.md b/examples/src/UdpExamples/README.md index 717898481d5a347a69013cea19733088dde3a753..1a22a7925642d72e706f18bdcb96f66e80a49098 100644 --- a/examples/src/UdpExamples/README.md +++ b/examples/src/UdpExamples/README.md @@ -2,7 +2,7 @@ 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 | |----------------------------------------------|:------------------------------------------|