FairMQ/fairmq/examples/5-req-rep
2015-09-28 12:17:24 +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.