Learning MQTT with Golang
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Drew Bednar 2a4538c8d3 Prepare to use TLS in local dev 10 months ago
.mosquitto Prepare to use TLS in local dev 10 months ago
scripts Prepare to use TLS in local dev 10 months ago
.gitignore Prepare to use TLS in local dev 10 months ago
LICENSE Initial commit 10 months ago
Makefile Prepare to use TLS in local dev 10 months ago
README.md Prepare to use TLS in local dev 10 months ago
docker-compose.yaml Added local-dev broker and golang lib 10 months ago
go.mod Added local-dev broker and golang lib 10 months ago
go.sum Added local-dev broker and golang lib 10 months ago
main.go Hello MQTT 10 months ago
main_test.go Hello MQTT 10 months ago

README.md

Learn MQTT with Go

Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker.

Development

For local development we use Mosquitto. Start the local development environment with:

make start-dev

Stop with

make stop-dev

Usage

Instructions TBD