JeffersonLab / JANA4ML4FPGA

EIC R&D supported project developing ML on FPGA for streaming readout systems
1 stars 1 forks source link

Add writing of CDAQ events from JANA to TCP #51

Closed faustus123 closed 1 year ago

faustus123 commented 1 year ago

This updates the cdaq plugin to fully use the tcp_event library calls to implement both reading and writing of CDAQ events using TCP. It is chainable so any number of JANA processes can be linked together by specifying different hosts and port numbers.

A README.md file was added to the src/plugins/cdaq directory to give some details.