Categorygithub.com/ami-gs/mqttg
repositorypackage
0.0.0-20160612064217-0277726f86bb
Repository: https://github.com/ami-gs/mqttg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

MQTTg

======

MQTT version 3.1.1 implement in Golang following HERE

example

  • Broker
$ go run example/broker/broker.go
  • Client
$ go run example/client/client.go

TODO

  1. Commit usage example codes
  2. Encryption & Authentication
  3. Error handling
  4. Distinguish between error and warning

LICENSE

the MIT License (MIT) Copyright (c) 2016 ami-GS