Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 823 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 823 Bytes

Mosquitto Go(lang) Client Binding

Description.

A Go (cgo) binding for libmosquitto.

Installation

Dependencies

  • Go >= 1.0
  • libmosquitto >= 1.1

Install

go get bitbucket.org/shanehanna/mosquitto

Usage

See example/example.go

TODO

  • Doesn't expose all of libmosquitto, just what I've needed so far.
  • Username/Password.
  • TLS.
  • You should only be able to Listen() once per object.

Contributing

Go nuts! I do not care if you write tests or comment code. If you write something neat just send a pull request, tweet, email or yell it at me line by line in person. I will do whatever extra work is required.