From e8746075caee722e00afd606c262f9a873fdb8b9 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 24 Apr 2023 12:30:08 -0700 Subject: [PATCH] README updates --- assignments/src/MV3500Cohort2023MarchJune/README.md | 6 ++++-- .../src/MV3500Cohort2023MarchJune/homework1/.gitkeep | 0 .../src/MV3500Cohort2023MarchJune/homework2/.gitkeep | 0 .../src/MV3500Cohort2023MarchJune/homework2/README.md | 2 +- .../src/MV3500Cohort2023MarchJune/homework3/.gitkeep | 0 .../src/MV3500Cohort2023MarchJune/homework4/.gitkeep | 0 6 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework1/.gitkeep delete mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework2/.gitkeep delete mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework3/.gitkeep delete mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework4/.gitkeep diff --git a/assignments/src/MV3500Cohort2023MarchJune/README.md b/assignments/src/MV3500Cohort2023MarchJune/README.md index 6f6325ba91..ec84fd4592 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/README.md +++ b/assignments/src/MV3500Cohort2023MarchJune/README.md @@ -1,7 +1,9 @@ ## Student assignments: homework submission directories -* [Homework 1 README](homework1/README.md) Netbeans, Wireshark, Telnet -* [Homework 2 README](homework2/README.md) Example Simulation Program +* [Homework 1 README](homework1/README.md) Netbeans, Wireshark, Telnet, TCP Sockets +* [Homework 2 README](homework2/README.md) UDP Multicast Client/Server Networking +* [Homework 3 README](homework3/README.md) Example Simulation Recording OpenDIS Network Streams +* [Homework 4 README](homework4/README.md) DIS Specification Review and Feedback * [Projects README](projects/README.md) Simkit OpenDIS Experimentation Please see the [README.md](../../../README.md) in the parent diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/.gitkeep b/assignments/src/MV3500Cohort2023MarchJune/homework1/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework2/.gitkeep b/assignments/src/MV3500Cohort2023MarchJune/homework2/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework2/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework2/README.md index 228562ae0d..1de5901082 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/homework2/README.md +++ b/assignments/src/MV3500Cohort2023MarchJune/homework2/README.md @@ -1,4 +1,4 @@ -## Homework 2: Client/Server Networking +## Homework 2: UDP Multicast Client/Server Networking Deliverables: diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/.gitkeep b/assignments/src/MV3500Cohort2023MarchJune/homework3/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework4/.gitkeep b/assignments/src/MV3500Cohort2023MarchJune/homework4/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 -- GitLab