Skip to content

Commit 9ca6764

Browse files
committed
Add TBMQ broker info and logo to the Software page.
1 parent 878693e commit 9ca6764

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

_sites/software.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
296296
</div>
297297
</div>
298298
<!-- Entry -->
299-
<div class="panel-item last">
299+
<div class="panel-item">
300300
<img src="{{ 'assets/img/software/yunba.png' | relative_url }}" class="software-logo" alt="Yunba Logo">
301301
<div class="panel-item-description"><a href="http://yunba.io/"><h3>Yunba.io</h3></a>
302302
Yunba is a backend cloud platform that provides real-time message dispatch service to mobile applications and devices and uses MQTT as a transport protocol. The services include bi-directional push for instant-messaging, real-time analyzing, real-time online monitoring.
@@ -324,6 +324,13 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
324324
LavinMQ is designed as a lightweight and fast message broker that can support millions of connections.
325325
</div>
326326
</div>
327+
<!-- Entry -->
328+
<div class="panel-item last">
329+
<img src="{{ 'assets/img/software/tbmq.svg' | relative_url }}" class="software-logo mqtt-logo" alt="TBMQ Logo">
330+
<div class="panel-item-description"><a href="https://thingsboard.io/products/mqtt-broker"><h3>TBMQ</h3></a>
331+
<a href="https://github.com/thingsboard/tbmq">TBMQ</a> is an open-source, highly scalable, and durable MQTT message broker developed by <a href="https://thingsboard.io">ThingsBoard</a> 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.
332+
</div>
333+
</div>
327334
<!-- closing div -->
328335
</div>
329336
<!-- End of Servers / Brokers Panel -->

assets/img/software/tbmq.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)