diff --git a/examples/src/README.md b/examples/src/README.md index 34d2d0890b7973f2db2c20668a3fad1c9aaaf521..2dfe0aab2c7573372802dcf5ebda2cfd9b26a4d9 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -4,16 +4,16 @@ These example directories are presented in the same order provided in the course <!-- 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. [UdpExamples](UdpExamples) show how to create User Datagram Protocol (UDP) sockets +2. [UdpExamples](UdpExamples) show how to create User Datagram Protocol (UDP) sockets. -3. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol +3. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol. -4. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS +4. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS. -also with +Also provided: -5. [OpenDis4Examples](OpenDis4Examples) illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol +5. [OpenDis4Examples](OpenDis4Examples) illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol. -6. [HttpServletExamples](HttpServletExamples) shows how to use Java Servlets as server-side code running on an http server +6. [HttpServletExamples](HttpServletExamples) shows how to use Java Servlets as server-side code running on an http server.