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 ...
随机推荐
- Android Studio自动化快速实现Parcelable接口序列化
1.在线安装 然后打开File -> Settings -> Pugins -> Browse Repositories 如下,输入android parcelable code g ...
- 添加HP消息队列
Date: 20140210 Auth: Jin 两台服务器 120 HTTPSQS 236 HTTPPROXY 1.add host $ jump 120 #vim /etc/hosts 192.1 ...
- NHibernate之一级缓存(第十篇)
NHibernate的一级缓存,名词好像很牛B,很难.实际上就是ISession缓存.存储在ISession的运行周期内.而二级缓存则存储在ISessionFactory内. 一.ISession一级 ...
- RapidXml使用方法
一.写xml 文件 [cpp] view plaincopy #include <iostream> #include "rapidxml/rapidxml.hpp" ...
- 工程web-inf 下文件,路径访问
直接用相对路径../即可 效果:
- Android布局属性集合
<!-- android:id —— 为控件指定相应的ID android:text —— 指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串 andro ...
- 常用命令(过滤、管道、重定向、ping 命令、netstat 命令、ps命令)
常用命令 过滤 过滤出 /etc/passwd 文件中包含 root 的记录 grep 'root' /etc/passwd 递归地过滤出 /var/log/ 目录中包含 linux 的记录 grep ...
- P2P网络借贷系统-核心功能-用户投标-业务解说
用户投标是P2P网络借贷系统的核心功能.相对照较复杂,为了更好地梳理业务和技术实现思路,特地具体总结分析下. 输入:用户id-uid.标的id-lid.投标金额-amount 1.依据lid,获得贷款 ...
- virtualbox使用相关问题
官方下载地址: http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html VirtualBox主 ...
- Tomcat启动报错:java.net.BindException: Cannot assign requested address: JVM_Bind
Tomcat启动报错:java.net.BindException: Cannot assign requested address: JVM_Bind Tomcat Cannot assign re ...