24 Commits

Author SHA1 Message Date
f63d40cffb feat: implemented unix domain socket helper header and tests 2026-03-10 17:47:09 +00:00
e1360ccbb4 feat: Updated readme for new feature 2026-03-10 17:45:53 +00:00
149c3a22b7 Merge pull request 'feature/Producer' (#3) from feature/Producer into main
Reviewed-on: #3
2026-03-10 17:34:17 +00:00
928bb5a5fb fix: reduced the time of test 1 again to 1ms 2026-03-10 17:33:01 +00:00
16bf4bccd4 fix: all tests pass now, there was a segfault for calling start and stop too quickly 2026-03-10 17:31:49 +00:00
5b6f20a70a fix: build now succeded. Added logging capabilities also 2026-03-10 17:26:32 +00:00
36093e6c73 of course it builded before, I didn't add the files to CmakeLists. Now build fails 2026-03-10 16:57:26 +00:00
9c2117e64b implemented Producer API and header, stub and tests. Builds cleanly, tests fail for now 2026-03-10 16:54:28 +00:00
a798caf1a8 feat: Updated readme to serve as guidance for dev 2026-03-10 16:45:51 +00:00
d7cfa3f76c Merge pull request 'feature/SysfsReaderClass' (#2) from feature/SysfsReaderClass into main
Reviewed-on: #2
2026-03-10 16:33:23 +00:00
f07bec25f8 feat: updated readme 2026-03-10 16:33:08 +00:00
6e1cdec81f feat: implemented sysfs reader class, added new trim method to clean strings 2026-03-10 16:30:03 +00:00
f04de7ea34 feat: added Sysfs reader stub and tests, builds cleanly 2026-03-10 16:24:35 +00:00
17133281d2 fix: added build directory to the gitignore 2026-03-10 16:23:47 +00:00
80dc5d62eb fix: tests cmake file was missing 2026-03-10 16:11:50 +00:00
cb8cfd6da8 I forgot about the CMakeFile 2026-03-10 17:08:09 +01:00
159d55c2a2 feat: declared skeleton of sysfsRead.hpp 2026-03-10 17:02:34 +01:00
fabcf5a146 feat: declared enum class 2026-03-10 17:00:50 +01:00
409ee7aa35 feat: added readme to focus development 2026-03-10 16:57:47 +01:00
d992255125 feat: added clang-format for code format enforcing/cohesion 2026-03-10 16:48:18 +01:00
946f93eaca Merge pull request 'feature/dev_env_setup' (#1) from feature/dev_env_setup into main
Reviewed-on: #1
2026-03-10 15:43:42 +00:00
aea0cbc5e2 feat: added devcontainer.json to use the previously uploaded dockerfile in a devpod 2026-03-10 16:40:15 +01:00
8511404afa feat: added dockerfile for devpod with necessary dependencies (and extras) for cpp and qt develpoment 2026-03-10 16:39:09 +01:00
2a28e6e678 Initial commit 2026-03-10 15:35:50 +00:00