From 95f5f994f0533b4b32500d80fad4b5f09200ae22 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 23 Apr 2023 23:11:46 -0700
Subject: [PATCH] improved README summaries

---
 examples/src/README.md             | 15 +++++++++++++++
 examples/src/TcpExamples/README.md |  2 ++
 examples/src/UdpExamples/README.md |  2 ++
 3 files changed, 19 insertions(+)
 create mode 100644 examples/src/README.md

diff --git a/examples/src/README.md b/examples/src/README.md
new file mode 100644
index 0000000000..5d7da47def
--- /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 914bcd1831..7c9fdab55d 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 42c2b99779..717898481d 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  |
-- 
GitLab