From eb282108125c5be0d5c94c6015eb10e0ee8030ab Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 7 Aug 2018 15:34:45 +0200 Subject: [PATCH] Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..86f3392 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# IID Coffee Terminal + +This repo contains git submodules with all source code of this coffee +terminal. Fetch it with: + + git submodule update --init + +The `coffee-flask` directory contains the server application, which +runs on rtime.felk.cvut.cz server. + +`terminal` directory is the code running on the terminal. It is a +standard buildroot distribution. The most importat piece of code here +is the `mtaio` application from `terminal/src/mt-apps`. + +A more detailed documentation is available in [Jiří Matěják's Master +thesis](https://dspace.cvut.cz/handle/10467/76276). -- 2.39.2