分享

test.mosquitto.org

 dwlinux_gs 2015-06-10

MQTT

This is test.. It hosts a publicly available Mosquitto MQTT server/broker. MQTT is a very lightweight protocol that uses a publish/subscribe model. This makes it suitable for "machine to machine" messaging such as with low power sensors or mobile devices.

For more information on MQTT, see http:/// or the Mosquitto MQTT man page.

The server

The server listens on ports 1883, 8883, 8884 and 8885. Port 1883 is the standard unencrypted MQTT port and can be used with any MQTT client. Ports 8883 and 8884 use certificate based SSL/TLS encryption (TLSv1.2, TLSv1.1 or TLSv1.0) and require client support to connect. In both cases should use the certificate authority file .crt to verify the server connection. Port 8883 allows unrestricted connections. Port 8884 requires clients to provide their own certificate to authenticate their connection. If you wish to obtain a client certificate, please get it touch.

It also listens for websockets connections on port 8080.

You are free to use it for any application, but please do not abuse or rely upon it for anything of importance. You should also build your client to cope with the broker restarting.

If you have the mosquitto clients installed try:

  • mosquitto_sub -h test. -t "#" -v

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多