Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 815 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 815 Bytes

ZmqRecorder

A tool to record and replay network streams that have been sent via ZeroMQ Pub/Sub. This project contains zmq_recorder which stores any data it receives from a ZMQ Pub/Sub network. The other tool is zmq_player which replays the recorded data. Data is stored with its timestamp and in the incoming order.

How to build

The build system of ZmqRecorder is the same as in CxxProf. It uses the same Thirdparty too. Have a look at the build documentation there.

Copying

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files COPYING and COPYING.LESSER included with the CxxProf distribution.