Skip to content

Files

Latest commit

9363326 · Nov 7, 2019

History

History
32 lines (24 loc) · 717 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 717 Bytes

VolantMQ API

Build Status License

WARNING

In version v0.4.0 breaking changes has been introduced. All plugin implementations moved out from repository to Gitlab

MQTT Packet

Versions

  • V3.1.1
  • V5.0

Plugins

Interfaces

Auth

Persistence

Implementations

Debug

Health

Persistence

  • in-memory
  • bbolt

Local development and testing

Instructions to pull go module

go get github.com/VolantMQ/vlapi

TBD