[PR #662] [MERGED] Added Support for MQTT #2774

Closed
opened 2026-03-17 00:27:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/662
Author: @rahulnpadalkar
Created: 3/11/2020
Status: Merged
Merged: 3/11/2020
Merged by: @liyasthomas

Base: feature/mqttHead: master


📝 Commits (3)

📊 Changes

6 files changed (+284 additions, -6 deletions)

View changed files

📝 README.md (+2 -0)
components/realtime/mqtt.vue (+260 -0)
📝 lang/en-US.js (+6 -0)
📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
📝 pages/realtime.vue (+10 -6)

📄 Description

Added

  • mqtt.vue a component allows connecting to MQTT broker over Websockets.
  • Added paho-mqtt library.

Notes:

  • Used manualDisconnect property to check wether connection was closed intentionally. (onConnectionLost is called in all cases, connection disconnected intentionally or because of some error)

Resolve #342


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/662 **Author:** [@rahulnpadalkar](https://github.com/rahulnpadalkar) **Created:** 3/11/2020 **Status:** ✅ Merged **Merged:** 3/11/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feature/mqtt` ← **Head:** `master` --- ### 📝 Commits (3) - [`7345cc9`](https://github.com/hoppscotch/hoppscotch/commit/7345cc9943fa3812a963caeb61808823bed04b39) Added MQTT support - [`49bb77c`](https://github.com/hoppscotch/hoppscotch/commit/49bb77c09868b7b428050b4238ca7c3ed35ca8d8) Added MQTT entry to readme - [`7d465ca`](https://github.com/hoppscotch/hoppscotch/commit/7d465ca489f9c917e21ddaba0b363b6277c6d6cc) Fixed conflicts ### 📊 Changes **6 files changed** (+284 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `components/realtime/mqtt.vue` (+260 -0) 📝 `lang/en-US.js` (+6 -0) 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) 📝 `pages/realtime.vue` (+10 -6) </details> ### 📄 Description Added - `mqtt.vue` a component allows connecting to MQTT broker over Websockets. - Added `paho-mqtt` library. Notes: - Used **manualDisconnect** property to check wether connection was closed intentionally. (onConnectionLost is called in all cases, connection disconnected intentionally or because of some error) Resolve #342 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:27:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2774
No description provided.