DEV Community

Exaland App
Exaland App

Posted on

MQTT Explorer - VSCode Extension

MQTT Explorer (VS Code Extension)

qgRBv44.md.png
qgRBkGf.md.png

This extension adds an MQTT view to VS Code:

  • Connection to an MQTT broker
  • Saveable connection profiles
  • Automatic subscription to #
  • Topic filtering
  • Topic tree navigation
  • Inspection of the last message received on a topic
  • Live panel to follow a topic in real time
  • Posting messages

Quick Start

  1. Open the MQTT Explorer view in the file explorer.

  2. Run the MQTT Explorer: Connect command.

Orders

  • MQTT Explorer: Connect
  • MQTT Explorer: Open Connection Manager
  • MQTT Explorer: Connect Profile
  • MQTT Explorer: Save Connection Profile
  • MQTT Explorer: Delete Connection Profile
  • MQTT Explorer: Disconnect
  • MQTT Explorer: Publish Message
  • MQTT Explorer: Inspect Message
  • MQTT Explorer: Copy Topic
  • MQTT Explorer: Set Topic Filter
  • MQTT Explorer: Clear Topic Filter
  • MQTT Explorer: Open Live Topic

Notes

  • Supported protocols: mqtt, mqtts, ws, wss
  • The extension displays the last payload seen for each topic.

Top comments (0)