Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. mqtt
    Log in to post

    • UNSOLVED Fatal error: QtMqtt/qmqttglobal.h: No such file or directory
      General and Desktop • mqtt • • 20Stefan05  

      12
      0
      Votes
      12
      Posts
      565
      Views

      As I already wrote, use the full path to qmake. Otherwise you are going to use your distribution provided Qt.
    • UNSOLVED Qt Remote Objects vs MQTT
      General and Desktop • websocket remote mqtt qtro remote objects • • Kofr  

      3
      0
      Votes
      3
      Posts
      339
      Views

      Hi, There's a pretty interesting Ars Technica article about netcode in fighting games. Worth a read.
    • UNSOLVED segmentation fault
      Mobile and Embedded • qt 4.8 cross-compiling mqtt armv7 • • Milav  

      61
      0
      Votes
      61
      Posts
      6426
      Views

      @Milav said in segmentation fault: the difference between host pc and Embedded target board is only QT source. Host pc => qmake (qt version 5.4.0 ) Embedded target => qmake (qt version 4.8.7) You should have stated these settings from the very beginning... :-) Anyway, could it be possible that you build Qt 4.8.7 for PC (host) and build your example again with that Qt version and run in PC to see what happens.
    • SOLVED Property of object is not a function
      QML and Qt Quick • qml qtquick qtcharts mqtt • • lopeztel  

      6
      0
      Votes
      6
      Posts
      5006
      Views

      @lopeztel said in Property of object is not a function: This is what happens when you spend hours staring at the screen ... Sometimes when you have had too much to think you need a break and coffee.
    • SOLVED qtmqtt Installation fails
      Installation and Deployment • installation mqtt qtmqtt • • lopeztel  

      3
      0
      Votes
      3
      Posts
      1326
      Views

      @SGaist Thanks a lot! I know there was something simple I wasn't seeing
    • SOLVED Subscriptions in MQTT
      General and Desktop • qtquick desktop mingw mqtt • • Pamast  

      6
      0
      Votes
      6
      Posts
      1192
      Views

      Glad you found out and thanks for sharing !
    • SOLVED QTcpSocket/QMQTT - Strange Error Codes
      General and Desktop • qtcpsocket network mqtt • • g.hirsch  

      8
      0
      Votes
      8
      Posts
      2109
      Views

      @Pablo-J-Rogina yes, and it doesn't say much more than what can be gleaned from the function signature. What is missing is any discussion of why one might want to call it (in normal circumstances that is, not to work around what apparently is a bug). Also, as I asked, whether calling it might have any adverse effects.
    • SOLVED How to display data from MQTT server in real-time?
      QML and Qt Quick • mqtt • • AntonioQt  

      23
      0
      Votes
      23
      Posts
      6557
      Views

      On a side note, the getter should be const, it doesn't modify anything in the class instance.
    • UNSOLVED How can I use Mqtt in Qt project?
      General and Desktop • mqtt iot • • ideadesigner  

      4
      0
      Votes
      4
      Posts
      1962
      Views

      Hi and welcome to devnet, Qt has not a module for that that you can clone from here. You can build it as any other Qt module: qmake && make && make install.
    • UNSOLVED MQTT client for QT
      Mobile and Embedded • android mqtt • • Ferni  

      8
      0
      Votes
      8
      Posts
      4907
      Views

      IIRC, background services with Qt are part of 5.7