asig / mqttlite

Simple and lightweight MQTT server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mqttlite

mqttlite is a small and simple MQTT broker implementing protocol version 3.1.1. It supports QoS 0,1, and 2, but does not provide any kind of persistent storage. Messages and sessions will be lost if the server is shut down.

How to build

go build

Installation

mqttlite is completely self-contained. You can run it from wherever you like.

Usage

TODO

About

Simple and lightweight MQTT server

License:GNU General Public License v3.0


Languages

Language:Go 100.0%