Giso Grimm

Results 11 issues of Giso Grimm

## Describe the bug The documentation states that only a power of 2 is allowed as period size. This is not true, at least for some backends and/or devices, arbitrary...

bug

currently, TASCAR and zita-njbridge both depend on jack for audio communication. This should be separated to allow cross-platform audio backends.

enhancement

implement the digital stage interface based on typescript reference implementation #6, probably using boost websockets

enhancement

libov should contain the core interface library. It has minimal dependencies and should build on most platforms (network tools may require specific implementations).

enhancement

check if conversion of zyx_euler_t to text and back keeps correct scaling (text representation in TASCAR is in degree, internal representation is in radians)

question

For remote fitting and future extensions allow TCP port forwarding

enhancement

the github actions for ov-client use the default github runners. It would be much better to have specialized docker images with the required tools preinstalled

enhancement

When delay does not matter as much as package loss (e.g, research applications), TCP transport should be preferred.

enhancement

Implementation of typescript interface to digital stage as a template of a C++ interface of ov-client