2014-11-04 10:30:56 +08:00
|
|
|
/*
|
|
|
|
Package mqtt provides Gobot adaptor for the mqtt message service.
|
|
|
|
|
|
|
|
Installing:
|
|
|
|
|
2016-12-08 20:24:03 +08:00
|
|
|
go get gobot.io/x/gobot/platforms/mqtt
|
2014-11-04 10:30:56 +08:00
|
|
|
|
|
|
|
For further information refer to mqtt README:
|
2016-12-21 17:53:41 +08:00
|
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/mqtt/README.md
|
2014-11-04 10:30:56 +08:00
|
|
|
*/
|
2016-12-08 20:24:03 +08:00
|
|
|
package mqtt // import "gobot.io/x/gobot/platforms/mqtt"
|