Skip to content

Initial work at supporting multiple input streams in a daqd_stream server and client

Jonathan Hanks requested to merge multiplex_over_multiple_input_sources into master

Input streams are contained in separate shared memory windows. A common 'header' window is created which lists grouped streams, allowing the client to open a single file to determine sources and have a single wait point.

Closes #6 (closed)

Merge request reports