sskaje的MQTT类

2.0.2 2017-12-12 19:30 UTC

This package is auto-updated.

Last update: 2024-09-26 18:39:21 UTC


README

简单的MQTT客户端类

作者:sskaje (http://sskaje.me/)

未测试SSL/TLS。

2.0是一个全新的版本。不要从1.0升级!

从2.0开始支持MQTT 3.1.1。

对于SUBSCRIBE用户,建议编写一个回调程序,将消息转发到项目的队列服务。

文件

/mqtt                               Class files
/autoload.example.php               Autoloader, just an example, write your own.
/test                               Testing and example scripts
/LICENSE                            LICENSE
/README.md                          This file

依赖项

php 5.3+                            https://php.ac.cn/
php-socket

示例

@参见/test中的文件

#EOF