Skip to content

Shylock-Hg/mqttor

Repository files navigation

The simple mqtt protocol implementation

CI Coverage Lint PR
Build Status codecov CodeFactor PRs Welcome
Language grade: C/C++
Codacy Badge

Feature

  • mqtt specification v3.1.1
  • easy port.
  • easy using.

Project Structure

            core
              |
              |
           session
           |     |
           |     |
        broker client
  ------------------------
       python wrapper

MQTT communication detail

  client                    broker
     |                        |
  payload                  payload
     |                        |

variable header variable header | | fixed header ---tcp--- fixed header

Demo

Client

Install by make -j8 && sudo make install, check usage by
mqttor_client_at -h, mqttor_client -h.

Releases

No releases published

Packages

No packages published