8000 GitHub - Shylock-Hg/mqttor at 2115
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shylock-Hg/mqttor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The simple mqtt protocol implementation

Build Status codecov

Feature

  • mqtt specification v3.1.1
  • -std=c99.
  • 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

  • ipc:build mqtt protocol in linux ipc.

About

A simple implement of MQTT protocol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0