From 85207ba41c9d8348918b5e419e21fd03307ebc6d Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 25 May 2022 16:28:46 -0700 Subject: [PATCH] updated guidance --- .../src/MV3500Cohort2022MayJune/homework1/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assignments/src/MV3500Cohort2022MayJune/homework1/README.md b/assignments/src/MV3500Cohort2022MayJune/homework1/README.md index e5bd42a388..f11f6a67e2 100644 --- a/assignments/src/MV3500Cohort2022MayJune/homework1/README.md +++ b/assignments/src/MV3500Cohort2022MayJune/homework1/README.md @@ -1,11 +1,11 @@ -## Homework 1: Unicast Networking +## Homework 1: Running OpenDis7Examples Java programs in Netbeans, monitor using Wireshark -Welcome everybody! This is where your homework goes. +Welcome everybody! This is where your homework goes. Warmup exercise: -Deliverables: +* Run AllPduReceiver and AllPduSender. +* Compare your results to [AllPduReceiverLog.txt](AllPduReceiverLog.txt), [AllPduSenderLog.txt](AllPduSenderLog.txt) and [AllPduSenderWireshark.png](AllPduSenderWireshark). -* Update unicast sockets sender/receiver, modifying provided code, test via telnet. -* Demonstrate ability to build, run and document Java programs that perform networking tasks. +Deliverables: simply report success/failure. Trouble reports and suggestions welcome. Please see the [README.md](../../../README.md) in the parent [assignments](../../../../assignments) directory for detailed instructions. -- GitLab