FairMQ/examples/MQ/5-req-rep
Alexey Rybalchenko 1bb72fea38 Add FlatBuffers & MessagePack examples
- Add FlatBuffers serialization example to Tutorial 3
 - Add MessagePack serialization example to Tutorial 3
 - Performance improvements in Boost serialization example
 - Use `GetEntriesFast()` for FairTestDetectorRecoTask
 - Use `Clear()` instead of `Delete()` in MQ parts of Tutorial 3
 - Fix CMake variables from preventing compilation without nanomsg.
 - create macro/data directories in install directory
 - Get rid of data duplication in fill_parameters.C
 - Various cleanups and fixes
2018-05-02 16:12:57 +02:00
..
CMakeLists.txt Add FlatBuffers & MessagePack examples 2018-05-02 16:12:57 +02:00
ex5-req-rep.json Update device configuration 2018-05-02 16:12:57 +02:00
FairMQExample5Client.cxx Rename /example to /examples and move MQ examples in it 2018-05-02 16:12:57 +02:00
FairMQExample5Client.h Rename /example to /examples and move MQ examples in it 2018-05-02 16:12:57 +02:00
FairMQExample5Server.cxx Rename /example to /examples and move MQ examples in it 2018-05-02 16:12:57 +02:00
FairMQExample5Server.h Rename /example to /examples and move MQ examples in it 2018-05-02 16:12:57 +02:00
README.md Rename /example to /examples and move MQ examples in it 2018-05-02 16:12:57 +02:00
runExample5Client.cxx Remove compile time transport interface switch 2018-05-02 16:12:57 +02:00
runExample5Server.cxx Remove compile time transport interface switch 2018-05-02 16:12:57 +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.