From 905f0a75ed506f08a783de2cd1c18e7c959f84ff Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 23 Aug 2018 07:40:24 -0700 Subject: [PATCH] Homework 3 guidance --- .../homework3/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/deliverables/src/MV3500Cohort2018JulySeptember/homework3/README.md b/deliverables/src/MV3500Cohort2018JulySeptember/homework3/README.md index fcdd12faae..4d36312d17 100644 --- a/deliverables/src/MV3500Cohort2018JulySeptember/homework3/README.md +++ b/deliverables/src/MV3500Cohort2018JulySeptember/homework3/README.md @@ -1 +1,15 @@ -Yea verily TODO +## Homework 3 + +Pick one of the provided course examples (single or multiple source files) +and adapt it to block out a protocol of interest. + +Be sure to provide a rationale that justifies why the networking choices you made +(TCP/UDP, unicast/multicast, etc.) are the best for the problem you are addressing. + +While some minimal functionality is expected, the general outline of a networking +problem and proposed solution is of greatest interest. + +Refer to [Homework 2 README](../homework2/README.md) and [Assignments README](../../README.md) +for further details on what specific deliverables are expected in your homework assignment. + +Team efforts are allowed, if you choose that approach be sure to note why. -- GitLab