Add presentation sources

This commit is contained in:
Sebastian Lenzlinger 2024-07-17 12:31:37 +02:00
parent 4eeb0aa55d
commit c4fc38ce8e
2 changed files with 3 additions and 4 deletions

View File

@ -7,18 +7,17 @@ Hello! This is the README file that accompanies the Gitlab repository for your B
## Organization of the repository ## Organization of the repository
- **code** folder: holds source code - **code** folder: holds source code
- **data** folder: Holds no relevant data for this thesis. Files in here where used for debugging and testing. - **data** folder: Holds no relevant data for this thesis. Files in here where used for debugging and testing.
- **results** folder: holds results files generated as part of the project
- **thesis** folder: contains the latex sources + PDF of the final thesis. - **thesis** folder: contains the latex sources + PDF of the final thesis.
- **presentation** folder: contains the sources of the presentation. - **presentation** folder: contains PDF and sources of the presentation.
- **literature** used can be found in the **thesis** folder .bib or in the **presentation** folders .bib file. - **literature** used can be found in the **thesis** folder .bib or in the **presentation** folders .bib file.
- **notes** folder: Various notes and the beginnings of a wiki. - **notes** folder: Various notes and the beginnings of a wiki.
- `iottb` is the python testbed as a single executable (includingn python interpreter) which should be able to run on Linux machines. - `iottb` is the python testbed as a single executable (including python interpreter) which should be able to run on Linux machines.
## Description ## Description
In this thesis I design a automation testbed for IoT devices. In this thesis I design a automation testbed for IoT devices.
The main result is the software `iottb` which automates some aspects of experimenting with IoT devices. The main result is the software `iottb` which automates some aspects of experimenting with IoT devices.
Currently it implements a database guided by the FAIR principles of open data as well as wraps tcpdump such that metadata is stored. Currently, it implements a database guided by the FAIR principles of open data as well as wraps tcpdump such that metadata is stored.
## Usage ## Usage
For more info see `code/iottb-project/README.md`. For more info see `code/iottb-project/README.md`.

View File