From 8f21af3e96b8719d7d3cf1b64a6f9d6977c912a7 Mon Sep 17 00:00:00 2001 From: Gilberto Conti Date: Mon, 11 Jan 2016 15:47:24 +0100 Subject: [PATCH] add mqttPaho --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62982c3..a0d624e 100644 --- a/README.md +++ b/README.md @@ -591,6 +591,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [graval](https://github.com/koofr/graval) - An experimental FTP server framework. * [linkio](https://github.com/ian-kent/linkio) - Network link speed simulation for Reader/Writer interfaces * [mdns](https://github.com/hashicorp/mdns) - Simple mDNS (Multicast DNS) client/server library in Golang +* [mqttPaho](https://eclipse.org/paho/clients/golang/) - The Paho Go Client provides an MQTT client library for connection to MQTT brokers via TCP, TLS or WebSockets. * [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. * [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface. * [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt.