diff --git a/examples/src/README.md b/examples/src/README.md index e76d33c7079d030490c25743bba460f7a81a0c5b..7102970600d601fccf2e3b73b9e5a8c15e5d69f0 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_ | 