Skip to content

Remove zmq

Jonathan Hanks requested to merge jonathan-hanks/advligorts:remove_zmq into master

Removing ZMQ from the advLigoRTS code.

The zmq streamers where kept around as a off the shelf method to move data for small (test) systems. However the pub/sub code appears to work better, and like zmq has no distribution limitations either. So remove the zmq code in favor of the pub/sub.

Edited by Jonathan Hanks

Merge request reports