FairMQ/fairmq/examples/5-req-rep
Alexey Rybalchenko 19afacb504 FairMQ Examples cleanup
- Rename Tutorial3 MQ files for uniform naming.
  - Add search for dylib in FindDDS.cmake (OSX).
  - Add more detail to the DDS example readme.
  - MQ Example 3 (DDS): choose network interface via command line option.
  - Give FairMQ examples their own CMakeLists.txt for clarity.
  - Remove C++11 checks in Tutorial3 from the code (they are now in CMake).
  - Add Serializer for device properties (FairMQDevice::ListProperties()).
2015-10-05 18:06:55 +02:00
..
CMakeLists.txt FairMQ Examples cleanup 2015-10-05 18:06:55 +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.