Results 1 to 3 of 3

Thread: Qt ZMQ binding

  1. #1
    Join Date
    May 2018
    Location
    Singapore
    Posts
    6
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Qt ZMQ binding

    Dear Qt community,

    Cheers! Glad to be here! after long time. At the moment, i developing GUI with Qt creator (Qt4) in Ubuntu. New to Qt.
    Main work in ZMQ and Zyre.(Non-GUI). i came to Qt part only for GUI. Now, how to "glue" front-end
    with back end ZMQ /Zyre with C/C++ bindings.

    Came to know about this library: https://github.com/jonnydee/nzmqt
    The main question is - Is it cross plat from? or will it work on Linux well but Mac, Windows may have some issue?
    Any one tried this library or any thoughts save our team's effort?

    Many thanks / Have a nice day!

    With regards,
    chandra

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,229
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt ZMQ binding

    The author of nzmqt has gone to a lot of trouble to provide extensive documentation for his library, including providing example applications. Have you looked at those?

    From what I can see, the nzmqt code itself should be cross-platform because it is a Qt 4.8 binding. However, the problem will be with the dependencies, quoted here from the author's documentation:

    So here is the complete list of dependencies:

    Qt 4.8.x (or newer): You will need to download and install it yourself.
    0MQ 3.2.x: You will need to download and install it yourself.
    C++ binding for 0MQ: A script delivered with nzmqt will download the source code and appropriate version itself.
    You will have to investigate 0MQ 3.2.x yourself to see if it is platform-independent. That is outside the scope of this forum.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. #3
    Join Date
    May 2018
    Location
    Singapore
    Posts
    6
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt ZMQ binding

    Dear D_stranz,

    Got your info. Thanks for your reply and effort. Yes, I am aware the documentation and example.
    Yes, it is should be cross-platform since 0MQ is cross platform.
    >> C++ binding for 0MQ: A script delivered with nzmqt will download the source code and appropriate version itself.

    Strangely the setup script file is missing on Github and download version of library.
    I have raised this issue in nzmqt Github page.

    Seems there is some issue on Windows part as well...
    https://forum.qt.io/topic/54589/alte...zeromq-nzmqt/6

    Many thanks.

    With regards,
    chandra

Similar Threads

  1. binding to qInstallMessageHandler
    By TorAn in forum Qt Programming
    Replies: 4
    Last Post: 21st December 2013, 17:51
  2. c++ and qml binding
    By ganeshgladish in forum Newbie
    Replies: 8
    Last Post: 8th May 2013, 15:19
  3. qt binding?
    By giugio in forum Qt Programming
    Replies: 4
    Last Post: 15th November 2012, 15:33
  4. binding text in QMl to c++
    By rajeshk.ict in forum Newbie
    Replies: 1
    Last Post: 16th March 2012, 09:40
  5. binding
    By mickey in forum General Discussion
    Replies: 9
    Last Post: 26th September 2006, 22:54

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.