Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add add_talkers() method #14

Open
xtor opened this issue Jan 16, 2024 · 0 comments
Open

Add add_talkers() method #14

xtor opened this issue Jan 16, 2024 · 0 comments

Comments

@xtor
Copy link
Collaborator

xtor commented Jan 16, 2024

Currently, we offer an interface to add a single TimeAware stream:

message StreamQosRequest {

That is exposed via the InterfaceManager's add_talker method:
https://github.com/Avnu/detd/tree/master?tab=readme-ov-file#current-functionality

This ticket is about adding a new method that allows to add multiple talkers on the same interface simultaneously. E.g.:
add_talkers([config1, config2, ...])

Or with some additional changes:
add_talkers(interface, [config1, config2, ...])

This is specially beneficial in scenarios where the use case configuration involves multiple streams but it is fixed, but the operation of the device prevents to update the streams on the fly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant