Skip to content

VolantMQ/vlapi

Repository files navigation

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