commit ea48d01f1f954aa7c47e1fda6b22955a54502ea2 Author: Apostolof Date: Sun May 5 11:24:14 2019 +0300 Init diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..ed149f7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +"THE BEER-WARE LICENSE" + +Copyright (c) 2018 Apostolof, charaldp, tsakonag + +As long as you retain this notice you can do whatever you want with this stuff. +If we meet some day, and you think this stuff is worth it, you can buy us a +beer in return. diff --git a/README.md b/README.md new file mode 100644 index 0000000..85b12b2 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Real Time and Embedded Systems Task #1, 2018, AUTH +> Sampling accuracy testing using minimum energy possible + +Flavours Without Borders is an *experimental* application developed as part of the course "Database Systems" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2018-2019. + +--- + +## Execution + +To execute the code, you first need to compile it using: +```sh +make +``` +and then run using: +```sh +./sample [-t time] [-d delta] [-o output] +``` +where: + + 1. **time** is the total duration of the sampling in seconds + 2. **delta** is the sampling period in seconds + 3. **output** is the output filename and path + +--- + +## Status + +As of the completion of the project, it will NOT be maintained. The aim is to ensure its originality to the day it was delivered. By no means should it ever be considered stable or safe to use, as it may contain incomplete parts, critical bugs and security vulnerabilities. + +--- + +## Support + +Reach out to me: + +- [apostolof's email](mailto:apotwohd@gmail.com "apotwohd@gmail.com") + +--- + +## License + +[![Beerware License](https://img.shields.io/badge/license-beerware%20%F0%9F%8D%BA-blue.svg)](https://gitlab.com/apostolof-ece-auth-gr/authRTESTask1/blob/master/LICENSE.md) \ No newline at end of file