Commit Graph

9 Commits

Author SHA1 Message Date
Felix Weiler
f2809c26ee Fixed error handling in cli.py (#57)
* Fixed error handling in cli.py

* Removed reference to MSB_CONFIG_DIR

* Add annotations to joint.

* Release patch 0.4.5
2024-01-26 17:30:34 +01:00
Felix Weiler
bbcdbb624f Feature/command line interface (#54)
* Move scripts to dedicated run folder to be available from other sources.

* Additioal cmdline args for hkcli

* Add scripts.

* Remove deprecated PATH from factory.

* Skipping factory tests, need to redo.

* Add config options for hkcli.

* Bump patch version.
2024-01-22 19:00:17 +01:00
Felix Weiler
78ba98a587 Feature/async sources (#46)
* WIP: Added async file reader.

* Async resampling and synchronization refactored.

* Add async mqtt publisher. Remove queue from joint.

* Add async zmq publisher and subscriber.

* Modify integration tests for streaming.

* Name refactoring resampler.

* Added async source/sink to factory.

* Refactor joint and add integration tests.

* Add termcolor dev dependency

* Add conosole source and sink

* Add cli interface for different protocols

* Removed files unfit for merge.

* Fix review requests.

* Restore use of $MSB_CONFIG_DIR for now.

It seems that the default behaviour is not looking for
.config/heisskleber

* Remove version test, causing unnecessary failures.
2024-01-22 11:23:00 +01:00
Aljoscha Sander
7b6df59c10 bumped version up to 0.3.1 2023-11-26 18:13:51 +01:00
Felix Weiler
473a93ef9e Rename Subscriber to Source, Publisher to Sink. 2023-11-15 15:34:07 +01:00
Felix Weiler
3fe8d11a60 Add get_source and get_sink to heisskleber. 2023-11-15 14:57:23 +01:00
Felix Weiler
8cfc66ac45 WIP: Test, refactor 2023-11-06 22:52:48 +01:00
Felix Weiler
6729544f58 Minor fixes in network 2023-11-03 17:41:03 +01:00
felix
5e2cbb8cb8 Initial commit. 2023-10-31 14:37:16 +01:00