Test Reader Connection To MQTT Broker

Note

To interact with reader via MQTT Broker an MQTT client is required. An open source MQTT Client MQTT X will be used for testing.

Install MQTT Client

  • Install the MQTT Client by following steps here.

Configure MQTT Client

  • Launch the MQTT X Client.

  • Configure the MQTT X Client with MQTT Broker details configured in the reader and click on Connect.

    ../../_images/MQTT_client_info.png
  • Subscribe to all the topics to view the events sent by the reader by clicking New Subscription.

    ../../_images/MQTT_client_sub.png
  • Once subscribed the MQTT X Client will start showing the health events sent by the reader in the Management Events topics configured.

    ../../_images/MQTT_client_mevent.png

Interact with Reader

  • Using the MQTT X Client the user can manage and control the reader by sending RAW MQTT Payload Schemas in the commands topic configured.

    ../../_images/MQTT_client_status.png
  • Tag reads can be started by sending start command to the reader.

    ../../_images/MQTT_client_start.png
  • Once start succeed the tag data will be sent to the HTTP Server configured in the reader.

    ../../_images/MQTT_client_tagdata.png
  • For full set of supported commands refer RAW MQTT Payload Schemas section.

Important

For full set of supported commands refer RAW MQTT Payload Schemas section.