From d8d8ad0cd8d029f019c3204dd166d934e993e47c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 23 Apr 2023 23:18:30 -0700 Subject: [PATCH] description --- examples/src/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/src/README.md b/examples/src/README.md index 31f5978645..1fda14e33e 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -8,10 +8,12 @@ These example directories are presented in the same order provided in the course 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 +3. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol -4. [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 -5. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS +also with + +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 -- GitLab