mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 23:40:16 +00:00
Remaining warnings originate from boost::msm and boost::mpl. Also, warnings with missing initializer list entries for DeviceOptions are false positives, since those are PODs.
FairMQ Request-Reply Example
This example demonstrates usage of the request-reply pattern together with FairMQ. Two processes - example_client and example_server communicate. The client sends a text string and the server respondes by returning the string back to the client. The communication happens over a single REP-REP socket. Works both with ZeroMQ and with nanomsg transport.