Commit Graph

11 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
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
7f1b92f5cc Add more integration tests, run test on joint. 2023-11-13 20:31:31 +01:00
Felix Weiler
4ea5668db3 Cleaning up async mqtt subscriber. 2023-11-13 18:38:59 +01:00
Felix Weiler
6ccc4d8f06 WIP: Async MQTT subscriber 2023-11-09 11:31:23 +01:00
Felix Weiler
7021eb1ab4 Fixed signature on zmq, added udp to factories. 2023-11-07 13:10:16 +01:00
Felix Weiler
774e0d8496 Breaking: Change signatures of Publisher.send and Subscriber.__init__.
This commit is a lot and adds breaking changes.
Also adds a UDP subscriber and publisher.
2023-11-07 12:41:07 +01:00
Felix Weiler
8cfc66ac45 WIP: Test, refactor 2023-11-06 22:52:48 +01:00