From 0554f0683ba8c7da5b7dad969846e9705c92195d Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 25 Aug 2018 14:20:43 -0700 Subject: [PATCH] README for CourseExamples --- CourseExamples/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CourseExamples/README.md diff --git a/CourseExamples/README.md b/CourseExamples/README.md new file mode 100644 index 0000000000..f504982f26 --- /dev/null +++ b/CourseExamples/README.md @@ -0,0 +1,10 @@ +# CourseExamples + +Updated course examples, under a single Netbeans project with common build tasks. + +These examples are the basis for class programming reviews and homework assignments. +You are welcome to modify or adapt them in any way that you want. + +## [TcpExamples](src/TcpExamples) + +## [UdpMulticastHttpExamples](src/UdpMulticastHttpExamples) -- GitLab