Skip to content

sskaje/mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 18, 2019
78d1a97 · Jul 18, 2019

History

34 Commits
Jul 18, 2019
Jun 28, 2017
Mar 16, 2018
Jun 28, 2017
Jan 3, 2016
May 1, 2016

Repository files navigation

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

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

Dependencies

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

Examples

@see files in /test

#EOF