# README
gomqtt
Go Packages for working with the MQTT 3.1.1 protocol.
Installation
$ go get github.com/256dpi/gomqtt
# Packages
Package broker implements an extensible MQTT broker.
Package client implements a MQTT client and service for interacting with brokers.
No description provided by the author
Package packet implements functionality for encoding and decoding MQTT packets.
Package session implements session objects to be used with MQTT clients and brokers.
Package spec implements a reusable specification test for MQTT brokers.
Package topic implements common methods to handle MQTT topics.
Package transport implements functionality for handling MQTT connections.