From 6615459e1edd304c7c58c3fafa454e5dd546b44c Mon Sep 17 00:00:00 2001 From: "Fisher, Alexander (Alex) (Capt)" <alexander.fisher@nps.edu> Date: Sun, 12 Sep 2021 18:52:32 -0700 Subject: [PATCH] ReadME instructions on this simple program --- .../MV3500Cohort2021JulySeptember/homework2/Fisher/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/README diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/README b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/README new file mode 100644 index 0000000000..843326abeb --- /dev/null +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/README @@ -0,0 +1,8 @@ +Simple client/server connection. Run the server first, then client. + +You will see when the server begins running the output will show "FisherServer has started..." + +Once the clent begins running you should see "FisherClient creating socket..." in the output. +The client/server connection will then run 10 loops of the server asking "Why did the chicken cross the road?" +And the client will reply "To get to the other side" along with a loop count. After 10 reps the +client will exit and the server will close. -- GitLab