FairMQ/fairmq/examples/5-req-rep
2015-10-21 17:12:04 +02:00
..
CMakeLists.txt Add missing include directories for ZeroMQ and NanoMsg. They have been found by chance when the packages are in SIMPATH. They are not found if they are in another path. 2015-10-21 17:12:04 +02:00
FairMQExample5Client.cxx Add orthogonal OK/ERROR states. 2015-09-28 12:17:24 +02:00
FairMQExample5Client.h Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
FairMQExample5Server.cxx Fix bug in nanomsg implementation of poller check. 2015-09-28 12:17:24 +02:00
FairMQExample5Server.h Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
README.md Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
runExample5Client.cxx Add FairMQ tests (PUB-SUB, PUSH-PULL, REQ-REP). 2015-09-28 12:17:24 +02:00
runExample5Server.cxx Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00

Example 5: Request & Reply

This topology contains two devices that communicate with each other via the REQUEST-REPLY pettern. Bidirectional communication via a single socket.