blob: 89f7aaa1a130d73e9e39c68c90dc516e37f78cc6 [file] [log] [blame]
/** @example send.c
Send a fixed number of messages to the "example" node.
*/
/** @example simple_recv.cpp
Subscribes to the 'example' node and prints the message bodies received.
*/
/** @example broker.c
A simple multi-threaded broker that works with the send and receive examples.
__Requires C++11__
*/