sil-kit
sil-kit copied to clipboard
Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
## Subject The current implementation had a bug, which prohibited a user from adding a remote and a stdout sink at the same time to a participant. The bug was...
## Subject These changes allow the dashboard client in SIL Kit to use the bulk-update endpoint (currently only available in a feature branch of the dashboard that is not publically...
## Subject Adds the configuration option to output log messages in a structure JSON format. ## Instructions for review / testing ## Developer checklist (address before review) - [ ]...
## Subject Introduce wall clock coupling of virtual time. Accessible via participant configuration: ``` Experimental: TimeSynchronization: AnimationFactor: 1.0 ``` ## Description - Added a _WallClockCoupling_ thread similar to the _WatchDog_...
the linux-release cmake preset uses a legacy build directory which doesnt work with our CI workflows.
## Subject Use a ring buffer for storing data from byte stream. ## Description This change is introduced for two reasons. First, the message buffer operations w.r.t. reading (e.g. write...
## Subject Experimenting with creation, sending, and collection of various metrics. The metrics can be used to get insights into internal behavior of individual SIL Kit participants or simulations. Currently...
## Subject ## Description ## Instructions for review / testing ## Developer checklist (address before review) - [ ] Changelog.md updated - [ ] Prepared update for depending repositories -...
## Subject Harmonizes the 'related projects' section in the documentation overview and readme. ## Description Issue: SILKIT-1585 ## Instructions for review / testing ## Developer checklist (address before review) -...
## Subject Very early POC to push metrics to the dashboard (itself in an experimental version that is not publically available). ## Description ## Instructions for review / testing ##...