Git Product home page Git Product logo

Comments (5)

jonnydee avatar jonnydee commented on September 27, 2024

from nzmqt.

machinekoder avatar machinekoder commented on September 27, 2024

@FaisalZ We are using nzmqt and PyZMQ in Machinekit without problems:
Take a look at
https://github.com/machinekit/machinekit/blob/master/src/machinetalk/mkwrapper/mkwrapper.py#L1786
https://github.com/strahlex/QtQuickVcp/blob/master/src/application/qapplicationstatus.cpp#L393

EDIT: We are using XPUB on the server side to get noticed when someone subscribe. To encode message we use Google Protocol Buffers.

from nzmqt.

FaisalZ avatar FaisalZ commented on September 27, 2024

Yes I used your PUB/SUB example as reference. How do you then subscribe to to a topic from a python server, that does not follow the mentioned message pattern of the example?

from nzmqt.

machinekoder avatar machinekoder commented on September 27, 2024

@FaisalZ nzmqt returns a list of QByteArrays containing the message parts. The first one is usually the topic, see my example above. https://github.com/strahlex/QtQuickVcp/blob/master/src/application/qapplicationstatus.cpp#L222

from nzmqt.

FaisalZ avatar FaisalZ commented on September 27, 2024

Thanks for the comments. I got it working now. The "problem" was indeed that I thought the topic was not included in the normal message.

from nzmqt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.