odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

Tidy frameProcessor command line interface #312

Closed GDYendell closed 1 year ago

GDYendell commented 1 year ago

This could fix #187 if the frameReceiver is updated as well.

GDYendell commented 1 year ago

Remove non-ctrl endpoints as well. Leave iothreads as this is passed in the initialiser list. Check wildcard vs 0.0.0.0 behaviour on endpoints. Change to 127.0.0.1 by default and move constants to common to share in fp and fr.

ctrl, log_config, level and json config will be left.

GDYendell commented 1 year ago

Possibly resolve #302 here as well. FR already does the good thing and shuts down cleanly.

GDYendell commented 1 year ago

Superceded by #317