FairMQ/fairmq/examples/5-req-rep
2015-11-06 14:46:15 +01: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 Check return values of Receive calls in the examples 2015-11-03 16:07:15 +01:00
FairMQExample5Client.h Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
FairMQExample5Server.cxx Add example for sending multipart messages 2015-11-06 14:46:15 +01: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.