mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
FairMQDevice: Rename property for socket rate logging to have common format (old name is still available for compatibility). FairMQ: Avoid using std namespace in class headers (may require adding std namespace to some child devices). FairMQ: A bit of code cleanup FairMQConfigurable: Stop with an error if a property assignment failed due to incorrect key. |
||
---|---|---|
.. | ||
FairMQExampleClient.cxx | ||
FairMQExampleClient.h | ||
FairMQExampleServer.cxx | ||
FairMQExampleServer.h | ||
README.md | ||
runExampleClient.cxx | ||
runExampleServer.cxx |
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.