1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-27 15:01:49 +03:00
This commit is contained in:
Stuart Feichtinger
2016-01-31 19:03:23 -06:00
parent ee1440903a
commit b002526690

View File

@ -4,12 +4,12 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
## Installing and running Mosquitto ## Installing and running Mosquitto
###On a Raspberry Pi: ####On a Raspberry Pi:
```bash ```bash
sudo apt-get install mosquitto sudo apt-get install mosquitto
``` ```
###On a Mac: ####On a Mac:
```bash ```bash
brew install mosquitto brew install mosquitto
``` ```