diff --git a/examples/src/README.md b/examples/src/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5d7da47def13823a1f4090af35cf8644cd4bcc16 --- /dev/null +++ b/examples/src/README.md @@ -0,0 +1,15 @@ +## MV3500 Examples Source Archive + +### 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 + +2. [UdpExamples](UdpExamples) show how to create User Datagram Protocol (UDP) sockets + +3. [OpenDis4Examples](OpenDis4Examples) illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol + +4. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol + +5. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS + +6. [HttpServletExamples](HttpServletExamples) shows how to use Java Servlets as server-side code running on an http server diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md index 914bcd18311a67c4ba3d2530d309286db696cac6..7c9fdab55d05883523a647592e693817f1f41573 100644 --- a/examples/src/TcpExamples/README.md +++ b/examples/src/TcpExamples/README.md @@ -1,5 +1,7 @@ ## TCP Examples Source Code +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 | Telnet example | Telnet connection counting | diff --git a/examples/src/UdpExamples/README.md b/examples/src/UdpExamples/README.md index 42c2b99779060efa163d143afccebbc120cffef8..717898481d5a347a69013cea19733088dde3a753 100644 --- a/examples/src/UdpExamples/README.md +++ b/examples/src/UdpExamples/README.md @@ -1,5 +1,7 @@ ## UDP Examples Source Code +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 | Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark |