This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// A minimal TCP client using the ZMQ API. This demonstrates a | |
// useful mechanism for bridging a ZMQ based system out to other | |
// TCP based systems. | |
// | |
#include "czmq.h" |