Avnu/detd

Add add_talkers() method

Opened this issue · 0 comments

xtor commented

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.