Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gregoryv/mq

mqtt-v5 protocol
https://github.com/gregoryv/mq

golang mqtt

Last synced: 1 day ago
JSON representation

mqtt-v5 protocol

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/gregoryv/mq.svg?branch=main)](https://travis-ci.org/gregoryv/mq)
[![codecov](https://codecov.io/gh/gregoryv/mq/branch/main/graph/badge.svg?token=145HJT7OBO)](https://codecov.io/gh/gregoryv/mq)
[![Maintainability](https://api.codeclimate.com/v1/badges/300e2eb0bba8a56ec445/maintainability)](https://codeclimate.com/github/gregoryv/mq/maintainability)

[gregoryv/mq](https://pkg.go.dev/github.com/gregoryv/mq) - package implements
[mqtt-v5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html) control
packets

For a low level client implementation refer to [gregoryv/tt](https://github.com/gregoryv/tt)

Naming concepts follow the specification as much as possible.

Initial work and design is discussed in [etc/blog.md](./etc/blog.md).