Skip to content

jkarneges/qzmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QZmq
----

Author: Justin Karneges <[email protected]>

Yet another Qt binding for ZeroMQ. It wraps the C API of libzmq. It is
compatible with libzmq versions 2.x, 3.x, and 4.x.

Some features:
  - Completely event-driven, with both read and write notifications.
  - For convenience, it is not necessary to create a Context explicitly. If a
    Socket is created without one, then a globally shared Context will be
    created automatically.
  - Some handy extra classes. For example, RepRouter makes it easy to write a
    REP socket server that handles multiple requests simultaneously, and Valve
    makes it easy to regulate reads.

To build the examples:

  echo "LIBS += -lzmq" > conf.pri
  qmake && make

To include the code in your project, just use the files in src. From a qmake
project you can include src.pri. It's your responsibility to link to libzmq.

About

Simple Qt binding for ZeroMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages