virtualguy / mystique

MQTT Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mystique

Build Status GoDoc

Mystique is an MQTT server that implements most parts of the MQTT v3.1.1 specification.

Getting Started

In Docker:

  • docker pull thethingsindustries/mystique-server
  • docker run -d -p 1883:1883 thethingsindustries/mystique-server

Install and run from source:

  • go get github.com/TheThingsIndustries/mystique/cmd/mystique-server
  • mystique-server --help

Documentation

Support

MIT License

Permissions: ✅ Commercial use, ✅ Modification, ✅ Distribution, ✅ Private use
Limitations: ❌ Liability, ❌ Warranty
Conditions: ℹ License and copyright notice

About

MQTT Server

License:MIT License


Languages

Language:Go 93.7%Language:HTML 4.7%Language:Makefile 1.4%Language:Dockerfile 0.2%