Module tt provides mqtt-v5.0 server and client.

Abstract

   NOTE! this module is still not ready for public use.  I'm
   experimenting with the design, so major changes will occur.

   

1 Quick start

     $ go install sogvin.com/tt/cmd/tt@latest
     $ tt -h

2 Introduction

   This package uses the sibling package https://sogvin.com/mq for encoding
   control packets on the wire.

   The manual describes the commands more in detail.

3 References

   - mochi-mqtt alternative implementation
   - mqtt-v5 MQTT-v5.0 specification