You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command is needed that accepts message objects expressed in YAML with metadata and publishes them on the specified subjects. The subject-ID, dtype, and publication period are to be sourced from the metadata as produced by yakut subscribe (the period is the delta of ts_monotonic):
…nc subscription; fix defects (#55)
- Add shorter aliases for pub sub
- Introduce FormatterHints
- Add HACK to remove the end-of-document marker from YAML produced by ruamel.yaml
- Update the formatter usage conventions to not emit extra newline at the end
- Use EXIT_CODE_UNSUCCESSFUL
- Suppress errors from PyCyphal during event loop finalization
- Fix `yakut monitor` screen refresh regression.
- Add `yakut register`.
- Add `yakut register-list`.
- Add `yakut register-batch`.
- Add `yakut execute-command`.
- Implement asynchronous subscription in `yakut subscribe` and make it the default option.
- New simpler option `--sync`
- Simplify transfer metadata reporting (related to the future #54 )
* Introduce format selection options --yaml/--json/--tsvh
- Add a new formatter option `AUTO`, which is now the default. It selects between JSON and YAML automatically depending on `isatty(stdout)`. This is needed to enable compatibility with `jq`.
- Close#30
- Close#52
- Close#3
A command is needed that accepts message objects expressed in YAML with metadata and publishes them on the specified subjects. The subject-ID, dtype, and publication period are to be sourced from the metadata as produced by
yakut subscribe
(the period is the delta ofts_monotonic
):The intended usages are two:
yakut subscribe
If transfer-ID and source node-ID are specified, spoofing should be used.
The text was updated successfully, but these errors were encountered: