From dc6a8d33e54f1cab3e142afbb7e2f3349a7cb4fa Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Thu, 16 Jul 2020 12:42:16 -0700
Subject: [PATCH] update course directory

---
 assignments/README.md                                    | 8 ++++----
 .../MV3500Cohort2020JulySeptember/homework1/README.md    | 9 +++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)
 create mode 100644 assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md

diff --git a/assignments/README.md b/assignments/README.md
index 57719abff3..7977008594 100644
--- a/assignments/README.md
+++ b/assignments/README.md
@@ -24,21 +24,21 @@ Use Netbeans to upload/update your homework assignments as follows:
 All MV3500 cohorts have source code collected under a common Netbeans project.
 
 1. Find your current cohort src subdirectories, for example
-    1. [deliverables / src / MV3500Cohort2019JulySeptember](src/MV3500Cohort2019JulySeptember)
+    1. [deliverables / src / MV3500Cohort2020JulySeptember](src/MV3500Cohort2020JulySeptember)
 2. You can look at earlier cohort submissions, for example 
     1. [deliverables / src / MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
     2. [deliverables / src / MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
-3. Locate the correct subdirectory (for example [**homework1**](src/MV3500Cohort2019JulySeptember/homework1)) to put your files.
+3. Locate the correct subdirectory (for example [**homework1**](src/MV3500Cohort2020JulySeptember/homework1)) to put your files.
 4. Name all of your files starting with your last name, e.g. **LastnameProgram.java** **LastnameScreenshot.png** etc.
 5. Be sure that names match for **LastnameProgram.java** and the class name, i.e. **public class LastnameJava**
 6. Be sure to start each .java source file with correct package name, for example:
-   1. package MV3500Cohort2019JulySeptember.homework1;
+   1. package MV3500Cohort2020JulySeptember.homework1;
 7. The Run and Debug context menus should be available for you to test your .java source.
 8. Be sure to Commit (with description) and Push Upstream, as discussed above.
 
 You can now verify that your files are been shared by checking the website:
 
-* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort2019JulySeptember
+* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort2020JulySeptember
 
 
 ## References
diff --git a/assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md b/assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md
new file mode 100644
index 0000000000..00a3402522
--- /dev/null
+++ b/assignments/src/MV3500Cohort2020JulySeptember/homework1/README.md
@@ -0,0 +1,9 @@
+## Homework 1: Uniicast Networking
+
+Deliverables:
+
+* Update unicast sockets sender/receiver, modifying provided code.
+* Demonstrate ability to build, run and document Java programs that perform networking tasks.
+
+Please see the [README.md](../../../README.md) in the parent
+[assignments](../../../../assignments) directory for detailed instructions.
-- 
GitLab