gkiryaziev / go-mqtt-client

Golang MQTT Client for Raspberry PI 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang MQTT Client for Raspberry PI 2

Go Report Card

Go mqtt client with Paho M2M library.

Installation:

go get github.com/gkiryaziev/go-mqtt-client

Edit configuration:

Copy `config.default.yaml` to `config.yaml` and edit configuration.

Build and Run:

go build && go-mqtt-client

Packages:

You can use glide packages manager to get all needed packages.

go get -u -v github.com/Masterminds/glide

cd go-mqtt-client && glide install

About

Golang MQTT Client for Raspberry PI 2

License:MIT License


Languages

Language:Go 98.3%Language:Makefile 1.7%