This commit is contained in:
Stuart Feichtinger 2016-01-31 19:37:12 -06:00
parent 93a86299b0
commit 6697b96495
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
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. 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 configuring Mosquitto broker (minimal working setup) ### Installing and configuring Mosquitto broker (minimal working setup)
####Installing on Raspberry Pi/Linux: ####Installing on Raspberry Pi/Linux:
@ -62,6 +64,7 @@ mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted
``` ```
--- ---
### Using Example Python Subscriber: ### Using Example Python Subscriber:
Install dependencies if haven't already Install dependencies if haven't already