Updated dev instructions
parent
34e2dd11b2
commit
4314b5e864
@ -1,3 +1,23 @@
|
||||
# learn_mqtt_go
|
||||
# Learn MQTT with Go
|
||||
|
||||
Learning MQTT with Golang
|
||||
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
|
||||
|
||||
Start the local development environment with:
|
||||
|
||||
```
|
||||
make start-dev
|
||||
```
|
||||
|
||||
Stop with
|
||||
|
||||
```
|
||||
make stop-dev
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
*Instructions TBD*
|
Loading…
Reference in New Issue