You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/docs/mqtt-broker/getting-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ Through this tutorial, you will gain knowledge and proficiency in the following
16
16
For more comprehensive information regarding the architecture of TBMQ, navigate to the following [document](/docs/{{docsPrefix}}mqtt-broker/architecture/).
17
17
This resource provides detailed insights into the underlying structure and design principles of the broker.
18
18
19
-
## Try TBMQ Live
19
+
## Try Live Demo
20
20
21
-
The fastest way to get started with TBMQ is to use our public demo instance at [demo.tbmq.io](https://demo.tbmq.io){:target="_blank"}.
21
+
The fastest way to get started with TBMQ is to use our free public MQTT broker at [demo.tbmq.io](https://demo.tbmq.io){:target="_blank"}.
22
22
This sandbox environment allows you to explore TBMQ features without any installation.
23
23
24
24
**MQTT connection details:**
25
25
26
-
| Parameter | Value |
27
-
|-----------|-------|
28
-
| Host | demo.tbmq.io |
29
-
| TCP Port | 1883 |
30
-
| TLS Port | 8883 |
31
-
| Username | tbmq_demo_username|
32
-
| Password |*(leave empty)*|
26
+
| Parameter | Value |
27
+
|-----------|-----------------|
28
+
| Host | demo.tbmq.io|
29
+
| TCP Port | 1883|
30
+
| TLS Port | 8883|
31
+
| Username | demo |
32
+
| Password |*(leave empty)*|
33
33
34
34
You can start publishing and subscribing to topics immediately using these credentials.
35
35
To access the TBMQ UI and explore sessions, subscriptions, and other features, [sign up](https://demo.tbmq.io/signup){:target="_blank"} for a free account.
Copy file name to clipboardExpand all lines: installations/index.html
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -665,18 +665,18 @@ <h4>Docker (Linux or Mac OS)</h4>
665
665
<divclass="install-content-description col-lg-7">
666
666
<h1>MQTT Broker</h1>
667
667
<divclass="install-content-details">
668
-
<p>TBMQ is a highly scalable and durable <atarget="_blank" href="/products/mqtt-broker/">MQTT message broker</a> built for real-time data processing across IoT ecosystems of any scale. It efficiently handles millions of concurrent client connections and processes millions of messages per second while maintaining low latency and reliable delivery. Designed for horizontal scalability, TBMQ seamlessly expands across cluster nodes to support massive deployments with millions of connected devices. <atarget="_blank" href="/docs/mqtt-broker">Read More</a>.</p>
668
+
<p><b>TBMQ</b> is a highly scalable and durable <atarget="_blank" href="/products/mqtt-broker/">MQTT message broker</a> built for real-time data processing across IoT ecosystems of any scale. It efficiently handles millions of concurrent client connections and processes millions of messages per second while maintaining low latency and reliable delivery. Designed for horizontal scalability, TBMQ seamlessly expands across cluster nodes to support massive deployments with millions of connected devices. <atarget="_blank" href="/docs/mqtt-broker">Read More</a>.</p>
0 commit comments