Initial commit.

This commit is contained in:
Christina Sander
2022-10-20 13:42:48 +02:00
commit 5eac3e1917
4 changed files with 451 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Whisper Communication Library
## Description
## Authors
- Henry Winkel
- Dominik Meyer <dmeyer@hsu-hh.de>
- Matthias Engelke
- Christina Sander <christina.sander@hsu-hh.de>
## License
Mozilla Public License 2.0
## Building
- mkdir build
- cd build
- cmake ..
- make all
- make test