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.
learn_mqtt_go/README.md

23 lines
379 B
Markdown

# Learn MQTT with Go
4 months ago
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](https://mosquitto.org/). Start the local development environment with:
```
make start-dev
```
Stop with
```
make stop-dev
```
## Usage
*Instructions TBD*