Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binsoul/net-mqtt

Implementation of MQTT protocol versions 3.1 and 3.1.1
https://github.com/binsoul/net-mqtt

mqtt mqtt-protocol

Last synced: about 4 hours ago
JSON representation

Implementation of MQTT protocol versions 3.1 and 3.1.1

Awesome Lists containing this project

README

        

# net-mqtt

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status](https://travis-ci.org/binsoul/net-mqtt.svg?branch=master)](https://travis-ci.org/binsoul/net-mqtt)

MQTT is a machine-to-machine (M2M) / Internet of Things (IoT) connectivity protocol. It provides a lightweight method of carrying out messaging using a publish/subscribe model.

This package implements the MQTT protocol versions 3.1 and 3.1.1.


## Install

Via composer:

``` bash
$ composer require binsoul/net-mqtt
```

## Testing

``` bash
$ composer test
```

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/binsoul/net-mqtt.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/binsoul/net-mqtt.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/binsoul/net-mqtt
[link-downloads]: https://packagist.org/packages/binsoul/net-mqtt
[link-author]: https://github.com/binsoul