1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-27 15:01:49 +03:00

More work

This commit is contained in:
Stuart Feichtinger
2016-01-31 19:02:57 -06:00
parent c0add9d638
commit ee1440903a

View File

@ -2,6 +2,19 @@
This example illustrates Publish an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client.
## Installing and running Mosquitto
###On a Raspberry Pi:
```bash
sudo apt-get install mosquitto
```
###On a Mac:
```bash
brew install mosquitto
```
## Using Example Python Subscriber:
Install dependents if haven't already