public_brokers
This page is an effort to list the publically-accessible MQTT brokers, often useful for testing and prototyping.
Note: none of these test brokers (except mqtt.flespi.io) carry any guarantee of service. Be sensible when using them and don't break things for others! :-)
| field | value |
|---|---|
| address | mqtt.flespi.io |
| port | 1883 (TCP), 80 (WebSocket), 8883 (SSL), 443 (Secure WebSockets) |
| type | flespi |
| info | requires signup/username, information page, REST API, MQTT 5.0 compliant |
| field | value |
|---|---|
| address | iot.eclipse.org |
| port | 1883, 80 (WebSockets), 443(WebSockets+SSL) |
| type | mosquitto |
| info | web page, Xively statistics, topics and HTTP bridge |
| field | value |
|---|---|
| address | test.mosquitto.org |
| port | 1883, 8883 (SSL), 8884 (SSL), 80 (WebSockets) |
| type | mosquitto |
| info | web page, Xively statistics, topics and HTTP bridge |
| field | value |
|---|---|
| address | broker.hivemq.com |
| port | 1883, 8000 (WebSockets) |
| type | HiveMQ |
| info | information page, stastistics and dashboard |
| field | value |
|---|---|
| address | www.cloudmqtt.com (Note: actual host varies, see dashboard) |
| port | 18443, 28443 (SSL) |
| type | mosquitto |
| info | requires signup/username and password, pricing (free plan available), documentation |
| field | value |
|---|---|
| address | mqtt.dioty.co |
| port | 1883 (MQTT), 8883 (MQTT+SSL), 8080 (WebSockets), 8880 (WebSockets+SSL) |
| type | mosca |
| info | Free - requires signup/username and password, documentation, includes mobile IoT app (iOS and Android) |
| field | value |
|---|---|
| address | mqtt.swifitch.cz |
| port | 1883 (MQTT) |
| type | mosquitto |
| info | Free, it is mostly running for Swifitch project, but you can use it too for testing your IoT or whatever ;), it is running on |
| field | value |
|---|---|
| address | broker.bevywise.com |
| port | 1883 (TCP), 8443 (WebSockets) |
| type | Bevywise |
| info | web page. Secure. Need to sign up to view your devices. Use MQTT Authentication in your devices to connect securely. Free trial with unsecure ports (see https://devicemanager.bevywise.com/help) |
| field | value |
|---|---|
| address | mqtt.fluux.io |
| port | 1883 (TCP), 8883 (TLS) |
| type | ejabberd |
| info | Free - no registration required, MQTT 5.0 compliant |
| field | value |
|---|---|
| address | console.solace.cloud (MQTT hostname varies, see dashboard) |
| port | TCP, TLS, WS, WSS: varies per instance |
| type | solace |
| info | requires sign-up, free plan available (50 connections), getting started, docs |
MQTT Community Wiki by mqtt.org community members is licensed under a Creative Commons Attribution 4.0 International License and was made possible by the generosity of all of its contributors.
public_brokers的更多相关文章
- MQTT的学习研究(十六) MQTT的Mosquitto的window安装部署
在mqtt的官方网站,有许多mqtt,其中:MosquittoAn Open Source MQTT server with C, C++, Python and Javascript clients ...
随机推荐
- 【FFT(母函数)+容斥】BZOJ3771-Triple
[题目大意] 给出 n个物品,价值为别为Xi且各不相同,现在可以取1个.2个或3个,问每种价值和有几种情况? *顺序不同算一种 [思路] 显然是个母函数,A表示每种物品取一个的情况,B表示每种物品取二 ...
- Wunder Fund Round 2016 (Div. 1 + Div. 2 combined) E. Robot Arm 线段树
E. Robot Arm 题目连接: http://www.codeforces.com/contest/618/problem/E Description Roger is a robot. He ...
- Virtualbox+ubuntu设置共享文件夹
转:http://www.juwends.com/tech/unix_series/virtualbox-ubuntu-sharefolder.html 1. 进入系统,安装增强功能,安装完关闭系统. ...
- uboot中的快捷菜单的制作说明
转:http://blog.chinaunix.net/uid-22030783-id-366971.html 在uboot中加入快捷操作菜单的方法非常简单,在论坛发布的uboot201003V1.1 ...
- Laravel简⃣单⃣的⃣路⃣由⃣
在⃣routes.php文⃣件⃣中⃣写⃣如⃣下⃣几⃣个⃣函⃣数⃣: Route::get('/', function () { return view('welcome'); }); // 获⃣取⃣a ...
- NDK下vfork+execl启动程序
pid_t _pid = vfork(); if (_pid == 0) {//child process LOGV("[ContextSharing]in child process.&q ...
- ESLint:can not ESLint annotation...
刚开始用webstorm开发VUE,提示这个东西: 安装一个npm库就可以了 命令行执行:npm install eslint -g
- 我的自动化测试历程(Selenium+TestNG+Java+ReportNG+Jenkins)
原地址:http://blog.csdn.net/shilinjie_8952/article/details/53380373?locationNum=11&fps=1 测试环境:Java+ ...
- 绘制函数y=(x^2-2x+1)/(x^2+x+2)的曲线
代码: <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type ...
- 适合移动手机使用的js环形菜单特效插件
blooming-menu是一款适合在移动手机上使用的js环形菜单插件.该环形菜单提供了众多的參数,通过结合CSS3动画制作出效果很炫酷的圆形菜单展开和隐藏动画效果. 以下是这个圆形菜单菜价的可用參数 ...