An open API service indexing awesome lists of open source software.

https://github.com/mtraver/iotcore

Package iotcore eases interaction with Google Cloud IoT Core over MQTT
https://github.com/mtraver/iotcore

go golang google-cloud-iot google-cloud-platform iot mqtt paho-mqtt

Last synced: 5 months ago
JSON representation

Package iotcore eases interaction with Google Cloud IoT Core over MQTT

Awesome Lists containing this project

README

          

# Google Cloud IoT Core over MQTT in Go

[![GoDoc](https://godoc.org/github.com/mtraver/iotcore?status.svg)](https://godoc.org/github.com/mtraver/iotcore)
[![Go Report Card](https://goreportcard.com/badge/github.com/mtraver/iotcore)](https://goreportcard.com/report/github.com/mtraver/iotcore)

Package iotcore eases interaction with Google Cloud IoT Core over MQTT. It handles TLS configuration
and authentication. It also makes it easy to construct the fully-qualified MQTT topics that Cloud IoT
Core uses for configuration, telemetry, state, and commands.