transientskp / aartfaac-control

AARTFAAC control scripts
0 stars 0 forks source link

Handling of multiple subbands by the server. #27

Closed hsuyeep closed 8 years ago

hsuyeep commented 9 years ago

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?