Currently, acontrol seems to launch a single server to handle a single subband.
from service.py:
["ads001", "10.144.6.12", PORT, "0 START", "--buffer-max-size 34359738368", "--stream 63 57617187.5 3051.757812 0-62"]
which seems to indicate that we specify a single central frequency and a number of channels.
Is the idea to run a separate server instance with its own set of pipelines per subband, or are all subbands expected to be received by a single server and processed by a larger pool of pipelines?
Currently, acontrol seems to launch a single server to handle a single subband. from service.py: ["ads001", "10.144.6.12", PORT, "0 START", "--buffer-max-size 34359738368", "--stream 63 57617187.5 3051.757812 0-62"] which seems to indicate that we specify a single central frequency and a number of channels.
Is the idea to run a separate server instance with its own set of pipelines per subband, or are all subbands expected to be received by a single server and processed by a larger pool of pipelines?