Skip to content

murrekatt/zmq-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMQ samples

A single appliction built using various ZMQ lirbaries for C and C++ to show how the different libraries provides the building blocks etc.

Building

Install libzmq and czmq in order to build. Then do

mkdir build
cd build
cmake ..
make

After you can run the examples like so:

bin/sample-libzmq

and

bin/sample-czmq

About

ZMQ application samples for comparison

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages