Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...


Section


Column
width400px

Introduction

MQTT (MQ Telemetry Transport) is an publish-subscribe-based lightweight messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a small code footprint is required or the network bandwidth is limited. The publish-subscribe messaging pattern requires a message broker. The broker is responsible for distributing messages to interested clients based on the topic of a message.


To-Do


See if information can be taken from /wiki/spaces/SIT/pages/103907331



Column
width400px


Panel
borderColorlightgrey
bgColor#f0f0f0
titleOn this page:

Table of Contents

Related pages:

  • Filter by label (Content by label)
    showLabelsfalse
    showSpacefalse
    sortcreation
    cqllabel = "mqtt"



Overview of MQTT topics

The communication among the modules is done through the MQTT broker using a set of topics and subtopics. The following table gives you a general overview of the topics that you can observe in our broker. Knowing this is important in order to do installation and configuration tests, as it gives you real time information of the status of the system. If you are going to connect to the broker you can use any MQTT tool that is available. We recommend using MQTT.fx, a JavaFX client based MQTT client that will allow you connect to the broker, subscribe to topics and publish information.

...

Info
titleNotes about the table

%SYSID% is the serial number of the table.

%ModuleName% Is the name of the module involved. Normally it corresponds to the service name. 

"#" is the wildcard when performing subscriptions to MQTT topics. Please handle it with care, as this will probably overload your MQTT client with messages.

More topics here

/wiki/spaces/SIT/pages/24772610

Connection to a topic



Next Steps


Info
  • Link to a further read
  • Link to other articles
  • and more links

...