MQTT-Gateway/README.md

8 lines
100 B
Markdown
Raw Permalink Normal View History

## build
```bash
apt install libmosquitto-dev
cp config.h.example config.h
# edit config.h
make
```