From 220c868ecc725d1e4d298c14c8d789dd9759e849 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 11 Sep 2021 11:40:33 -0700 Subject: [PATCH] additional detail --- examples/src/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/src/README.md b/examples/src/README.md index e76d33c707..7102970600 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -1,15 +1,15 @@ -## MV3500 Course Examples Source +## MV3500 Course Examples Source Code -| | Section | Subject | -|----|:--------------------------------------------|:-----------------------------| -| 1. | [TcpExamples](TcpExamples) | basic network sockets | -| 2. | [UdpExamples](UdpExamples) | special network cases | -| 3. | [OpenDis4Examples](OpenDis4Examples) | OpenDISv4 library (historic) | -| 4. | [OpenDis7Examples](OpenDis7Examples) | OpenDISv7 library (current) | -| 5. | [DisDemo](../DisDemo) | DisDemo project | -| 6. | [DisShooting](../DisShooting) | DisShooting project | -| 7. | [HttpServletExamples](HttpServletExamples) | _TODO upgrade pending_ | -| 8. | [BasicServletDemo](../BasicServletDemo) | _TODO upgrade pending_ | -| 9. | [WebsocketGateway](../WebsocketGateway) | _TODO upgrade pending_ | +| | Section | Subject | +|----|:--------------------------------------------|:------------------------------------------| +| 1. | [TcpExamples](TcpExamples) | basic network sockets, TCP "reliable" | +| 2. | [UdpExamples](UdpExamples) | special network cases, UDP "unreliable" | +| 3. | [OpenDis4Examples](OpenDis4Examples) | OpenDISv4 library (historic) | +| 4. | [OpenDis7Examples](OpenDis7Examples) | OpenDISv7 library (current) | +| 5. | [DisDemo](../DisDemo) | DisDemo project using OpenDISv7 | +| 6. | [DisShooting](../DisShooting) | DisShooting project using OpenDISv7 | +| 7. | [HttpServletExamples](HttpServletExamples) | _TODO upgrade pending_ | +| 8. | [BasicServletDemo](../BasicServletDemo) | _TODO upgrade pending_ | +| 9. | [WebsocketGateway](../WebsocketGateway) | _TODO upgrade pending_ |  -- GitLab