]> rtime.felk.cvut.cz Git - coffee/main.git/blob - README.md
coffee-flask: Show public address of git repository
[coffee/main.git] / README.md
1 # IID Coffee Terminal
2
3 This repo contains git submodules with all source code of this coffee
4 terminal. Fetch it with:
5
6         git submodule update --init
7
8 The `coffee-flask`  directory contains the server application, which
9 runs on [rtime](https://rtime.felk.cvut.cz/coffee) server.
10
11 `terminal` directory is the code running on the terminal. It is a
12 standard buildroot distribution. The most importat piece of code here
13 is the `mtaio` application from `terminal/src/mt-apps`.
14
15 A more detailed documentation is available in [Jiří Matěják's Master
16 thesis](https://dspace.cvut.cz/handle/10467/76276).