FairMQ/fairmq/examples/req-rep
Alexey Rybalchenko 26a1033e9d Rename device property to have a common format and some code cleanup.
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.
2015-05-28 09:32:30 +02:00
..
FairMQExampleClient.cxx Rename device property to have a common format and some code cleanup. 2015-05-28 09:32:30 +02:00
FairMQExampleClient.h Rename device property to have a common format and some code cleanup. 2015-05-28 09:32:30 +02:00
FairMQExampleServer.cxx Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
FairMQExampleServer.h Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
README.md Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
runExampleClient.cxx Expose BIND and CONNECT states for use with dynamic configuration 2015-02-11 15:15:23 +01:00
runExampleServer.cxx Expose BIND and CONNECT states for use with dynamic configuration 2015-02-11 15:15:23 +01:00

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.