From 3ebcc8971c81bbeed1a765c37a737131a1c102f5 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 11 Sep 2021 11:29:40 -0700 Subject: [PATCH] update project and image links, add TODO projects --- examples/src/README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/examples/src/README.md b/examples/src/README.md index c1551bfc34..72f8fcf0e9 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -1,10 +1,14 @@ ## MV3500 Course Examples -| | Section | Subject | -|----|:-----------------------------------------------------|:-----------------------------| -| 1. | [TcpExamples](TcpExamples) | basic network sockets | -| 2. | [UdpMulticastHttpExamples](UdpMulticastHttpExamples) | special network cases | -| 3. | [OpenDis4Examples](OpenDis4Examples) | OpenDISv4 library (historic) | -| 4. | [OpenDis7Examples](OpenDis7Examples) | OpenDISv7 library (current) | +| | 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. | [BasicServletDemo](../BasicServletDemo) | /TODO upgrade pending/ | +| 8. | [WebsocketGateway](../WebsocketGateway) | /TODO upgrade pending/ | - + -- GitLab