From ee1440903ab31e8ab984cd5fa857d7911f8a9506 Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 19:02:57 -0600 Subject: [PATCH] More work --- examples/mqtt_arbitrary_buffer/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/mqtt_arbitrary_buffer/README.md b/examples/mqtt_arbitrary_buffer/README.md index ff1f7b5..4915b34 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -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