项目作者: sskaje

项目描述 :
MQTT Client class
高级语言: PHP
项目地址: git://github.com/sskaje/mqtt.git
创建时间: 2013-04-20T12:32:26Z
项目社区:https://github.com/sskaje/mqtt

开源协议:MIT License

下载


MQTT

simple MQTT client class

Author: sskaje (http://sskaje.me/)

SSL/TLS not tested.

2.0 is a BRAND NEW version. DO NOT UPGRADE FROM 1.0!

MQTT 3.1.1 supported since 2.0.

For SUBSCRIBE users, it’s recommended to program a callback forwarding message to project’s queue service.

Files

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

Dependencies

  1. php 5.3+ http://php.net/
  2. php-socket

Examples

@see files in /test

#EOF