Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 751 Bytes

gott

Build Status GoDoc

Go Telemetry Transport (mqtt client library for go)

This project is intended to be used as a general-purpose library for communication using the mqtt protocol as defined here.

Project Goals:

  • strict adherence to the MQTT Specification
  • clean, expressive API
  • api versioning where the spec changes
  • built with testing in mind (broker mocking)