## Description
Implement the start and stop commands, add logging and implement a TFTP server using fbtftp which currently returns empty files.
### TODO:
- [x] Make the daemon exit on the first SIGTERM/SIGINT. It currently doesn't because some threads don't exit.
## Category
This is related to a:
- [ ] Bugfix
- [X] Feature
- [ ] Packaging
- [ ] Docs
- [ ] Code Quality
- [ ] Refactoring
- [ ] Miscellaneous
## Tests
- [ ] Unit-Tests were created
- [ ] System-Tests were created
- [ ] Code is already covered by Unit-Tests
- [ ] Code is already covered by System-Tests
- [x] No tests required
Linked Items
Fixes #21
## Description Implement the start and stop commands, add logging and implement a TFTP server using fbtftp which currently returns empty files. ### TODO: - [x] Make the daemon exit on the first SIGTERM/SIGINT. It currently doesn't because some threads don't exit. ## Category This is related to a: - [ ] Bugfix - [X] Feature - [ ] Packaging - [ ] Docs - [ ] Code Quality - [ ] Refactoring - [ ] Miscellaneous ## Tests - [ ] Unit-Tests were created - [ ] System-Tests were created - [ ] Code is already covered by Unit-Tests - [ ] Code is already covered by System-Tests - [x] No tests required