From 1d3bada332817371ec782b4456ddd1737197aa5a Mon Sep 17 00:00:00 2001 From: Michael Soukup Date: Sat, 16 Oct 2021 09:01:45 +0200 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a417310 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Heis + +Elevator project in the NTNU course TTK4145 Real-Time Programming. +Also contains simple network experiments using TCP and UDP protocols. + +See [this doc](./elev-threaded/heisdoc.pdf) for a description of the solution.